2011-07-14 |
Sebastian Redl | For C++11, do more checking of initializer lists up... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Sebastian Redl | Fix problems Johannes noticed, and extend test cases... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Sebastian Redl | Remove InitializationSequence::ReferenceBinding, the... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | simplify |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | StringMap::first() is about to start returning a String... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Benjamin Kramer | Change intrinsic getter to take an ArrayRef, now that... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Caitlin Sadowski | Moving one misplaced entry in the attribute enum in... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Ted Kremenek | Revert r135147 and r135075. The consensus was that... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Update the remaining comments in Frontend to 'expansion'. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Clean up some comments I missed when switching from |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Clean up two lingering comments that mention 'instantia... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Ted Kremenek | Add extra sanity checking in FormatString::matchesType... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | NestedMacroInstantiations -> NestedMacroExpansions |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Update all of the libclang code corresponding to the... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Move the rest of the preprocessor terminology from... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Convert terminology in the Lexer from 'instantiate... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Switch the TokenLexer's terminology from various forms... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Switch all local code and comments from '[Ii]nstantiat... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chandler Carruth | Switch the diagnostic messages about macros to use... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Ted Kremenek | Reapply r135075, but modify format-strings.c and format... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
NAKAMURA Takumi | Revert r135075, "format string checking: long and int... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Douglas Gregor | Add a hackaround to avoid the crash in PR10355. However... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Argyrios Kyrtzidis | [arcmt] Make sure migrating to ARC works even if '... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Document the behavior of property modifiers in ARC. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Richard Smith | PR8800: When building a conversion to A& using a member... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bruno Cardoso... | Reapply r134946 with fixes. Tested on Benjamin testcase... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | Add 'mutable' to the function declarator chunk, to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | Fix an incorrect namespace typo-correction diagnostic... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Devang Patel | Emit debug info for extended vectors. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Ted Kremenek | format string checking: long and int have the same... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Enforce access control for the destructor in a new... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Argyrios Kyrtzidis | [arcmt] Add weak/unsafe_unretained for "@property ... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Argyrios Kyrtzidis | [arcmt] For properties rewrite 'assign' -> 'weak or... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Fariborz Jahanian | With -Wselector, don't warn about unimplemented optiona... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Don't crash if defining -dealloc in a category. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | In debugger mode, make ObjC message sends to unknown... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Fariborz Jahanian | objc++: Some level of covariance is allowed in ObjC... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Ted Kremenek | Re-relax conversion specifier checking for printf forma... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Ted Kremenek | Fix inversion in argument type checking for format... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Okay, that rule about zero-length arrays applies to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Arrays are permitted to be zero-length in some situations. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Make the integer-range analysis recognize ^= correctly, |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Convert the standard default-construction loops to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Chris Lattner | per john's advice, speculatively lower uses of forward... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Chris Lattner | PR10337 reminds me that calls return values, lets handl... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Aggressive dead code elimination. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Generalize the routine for destroying an object with... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | Eliminate an incomplete/incorrect attempt to provide... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Eli Friedman | Silliness with commas, as reported at http://blog.regeh... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Switch delete[] IR-generation over to the destroy frame... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | When compiling ::delete for a class with a virtual... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Richard Smith | Correctly set up the list of virtual base classes for... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Fariborz Jahanian | revert fix for // rdar://9740328 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Revert r134946 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | [arcmt] Also avoid 'weak' for forward references to... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | [arcmt] Before applying '__weak' check whether the... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Fariborz Jahanian | objc++: Some level of covariance is allowed in ObjC... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
David Chisnall | Fix another typo (int -> id for captured_obj). |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Generalize Cleanup::Emit's "isForEH" parameter into... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Peter Collingbourne | Implement -MG. Fixes PR9613 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Benjamin Kramer | Add more compiler workarounds. Should fix the build... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | In ARC mode, consider Objective-C lifetime types (objec... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Fariborz Jahanian | Fix a bug where a local variable named 'self' is causing |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Ugh, use this compiler workaround again. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Switch field destruction over to use the new destroyer... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Improve name mangling for instantiation-dependent types... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Benjamin Kramer | Pop block scope after reading from it. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chandler Carruth | Work around a problem with a static helper's formulatio... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Hans Wennborg | Fix typo correction crash on overloaded functions,... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Implement name mangling for sizeof...(function paramete... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Fix the desugaring of dependent decltype and typeof... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | Fix a problem Eli ran into where we now reject incomple... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | insert a bitcast in the 'expand' case of argument passi... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | fix an unintended behavior change in the type system... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Mangle dependent template names of unknown arity |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | fix PR10335 by watching out for IR type compatibility... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | Move OBJC_PR_NumBits out of PropertyAttributeKind enum... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | make test name less specific |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Implement the Itanium C++ ABI's mangling rule for |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | add some aggressive assertions that call arguments... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Centralize the getCanonicalType() calls in the Itanium... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | [ARC] Complain about property without storage attribute... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Fix a typo! |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Do the same as r134946 for arrays. Add more testcases... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bill Wendling | Revert r134888 (and related patches in other trees... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Fix one x86_64 abi issue and the test to actually look... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Do full-expression cleanups in a much more sensible... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Bruno Cardoso... | Disable avx feature from corei7-avx, and use -mavx... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Chandler Carruth | Style tweak to the more idiomatic 'assert(!bad_state... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Chandler Carruth | Hoist the logic for checking the number of arguments... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Bruno Cardoso... | Enable "avx" feature, so it can be seen by llvm |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Bruno Cardoso... | Reapply r134754, which turns out to be working correctl... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Douglas Gregor | Allow us to compute linkage et al for instantiation... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | Revert r134898, "test/Frontend/dependency-gen.c: Mark... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Reenable test. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Add missing header file for the test. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eli Friedman | Add diagnostic for constructs like "va_arg(l, float... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eli Friedman | Test is broken; XFAIL it until Argyrios gets a chance... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Don't warn for unused macro when undef'ing it, if it... |
commit | commitdiff | tree | snapshot |
next |