| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Teach clang to add metadata tags to calls and invokes in ObjC with | Dan Gohman | 2012-02-16 | 1 | -1/+2 |
* | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith | 2012-02-13 | 1 | -7/+11 |
* | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -18/+20 |
* | build wide strings with ConstantDataArray, just because we can. | Chris Lattner | 2012-02-06 | 1 | -12/+18 |
* | improve the code that handles IR generation of byte-sized string literals to ... | Chris Lattner | 2012-02-06 | 1 | -35/+19 |
* | use cheaper llvm APIs for various bits of IR generation. | Chris Lattner | 2012-02-06 | 1 | -17/+14 |
* | reapply the patches reverted in r149477, which enable ConstantDataArray. | Chris Lattner | 2012-02-05 | 1 | -25/+26 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | Move the code that sets the AddressSafety | Alexander Potapenko | 2012-02-02 | 1 | -8/+7 |
* | Revert r149363 which was part a series of commits that were reverted in llvm | Argyrios Kyrtzidis | 2012-02-01 | 1 | -26/+25 |
* | Support @compatibility_alias at run time (GNUstep Runtime) | David Chisnall | 2012-01-31 | 1 | -1/+1 |
* | ConstantArray::get() (for strings) is going away, use | Chris Lattner | 2012-01-31 | 1 | -25/+26 |
* | The following patch adds __attribute__((no_address_safety_analysis)) which wi... | Kostya Serebryany | 2012-01-24 | 1 | -0/+8 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -4/+2 |
* | test svn commit access | Seth Cantrell | 2012-01-18 | 1 | -0/+1 |
* | Fix a string over-run detected by ASAN. | Nick Lewycky | 2012-01-18 | 1 | -2/+3 |
* | Fix special king of typo. | Nick Lewycky | 2012-01-18 | 1 | -1/+1 |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -1/+1 |
* | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -3/+4 |
* | The `-fwritable-strings' flag doesn't make the backing store strings of all | Bill Wendling | 2012-01-10 | 1 | -10/+6 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -4/+6 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -1/+0 |
* | Extend the fix for PR9614 to handle inline asm in the outer decl and | Rafael Espindola | 2011-12-19 | 1 | -15/+32 |
* | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -0/+1 |
* | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman | 2011-11-01 | 1 | -24/+51 |
* | Fix PR9614 for functions with the always_inline attribute. Try to keep | Rafael Espindola | 2011-10-28 | 1 | -6/+3 |
* | Fix pr9614 by not emitting an available_externally function when it calls | Rafael Espindola | 2011-10-26 | 1 | -4/+58 |
* | Replace vectors with arrays. | Benjamin Kramer | 2011-10-15 | 1 | -2/+2 |
* | Recommit: | Eric Christopher | 2011-10-13 | 1 | -3/+1 |
* | Revert file/scope handling patches. gdb testing revealed a couple of bugs. | Eric Christopher | 2011-10-12 | 1 | -1/+3 |
* | Start handling debug line and scope information better: | Eric Christopher | 2011-10-11 | 1 | -3/+1 |
* | Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o... | Ted Kremenek | 2011-10-08 | 1 | -0/+1 |
* | CUDA: add -fcuda-is-device flag | Peter Collingbourne | 2011-10-06 | 1 | -0/+17 |
* | CUDA: IR generation support for kernel call expressions | Peter Collingbourne | 2011-10-06 | 1 | -3/+11 |
* | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -2/+0 |
* | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis | 2011-10-03 | 1 | -1/+4 |
* | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall | 2011-10-02 | 1 | -1/+21 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -4/+4 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | OpenCL: introduce support for function scope __local variables | Peter Collingbourne | 2011-09-19 | 1 | -3/+11 |
* | In apple-kext mode, use external linkage for explicit template instantiations | John McCall | 2011-09-19 | 1 | -2/+7 |
* | Correctly generate IR for casted "builtin" functions, where | John McCall | 2011-09-13 | 1 | -30/+0 |
* | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -2/+2 |
* | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge | 2011-09-09 | 1 | -61/+70 |
* | Treat the weak export of block runtime symbols as a deployment-target | John McCall | 2011-09-09 | 1 | -90/+0 |
* | Do a lookup for the blocks runtime globals to see if they were declared, | Argyrios Kyrtzidis | 2011-09-09 | 1 | -45/+36 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -11/+11 |
* | Make sure we don't inline functions marked with __attribute__((naked)). <rda... | Eli Friedman | 2011-08-22 | 1 | -4/+9 |
* | Mark objc methods that are implicitly declared for properties (not user-decla... | Argyrios Kyrtzidis | 2011-08-17 | 1 | -3/+9 |
* | Finalize debug info after all deferred globals are emitted. | Devang Patel | 2011-08-16 | 1 | -2/+3 |