summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Teach clang to add metadata tags to calls and invokes in ObjC withDan Gohman2012-02-161-1/+2
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-7/+11
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-18/+20
* build wide strings with ConstantDataArray, just because we can.Chris Lattner2012-02-061-12/+18
* improve the code that handles IR generation of byte-sized string literals to ...Chris Lattner2012-02-061-35/+19
* use cheaper llvm APIs for various bits of IR generation.Chris Lattner2012-02-061-17/+14
* reapply the patches reverted in r149477, which enable ConstantDataArray.Chris Lattner2012-02-051-25/+26
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Move the code that sets the AddressSafetyAlexander Potapenko2012-02-021-8/+7
* Revert r149363 which was part a series of commits that were reverted in llvmArgyrios Kyrtzidis2012-02-011-26/+25
* Support @compatibility_alias at run time (GNUstep Runtime)David Chisnall2012-01-311-1/+1
* ConstantArray::get() (for strings) is going away, useChris Lattner2012-01-311-25/+26
* The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany2012-01-241-0/+8
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+2
* test svn commit accessSeth Cantrell2012-01-181-0/+1
* Fix a string over-run detected by ASAN.Nick Lewycky2012-01-181-2/+3
* Fix special king of typo.Nick Lewycky2012-01-181-1/+1
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-1/+1
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-3/+4
* The `-fwritable-strings' flag doesn't make the backing store strings of allBill Wendling2012-01-101-10/+6
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-4/+6
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-1/+0
* Extend the fix for PR9614 to handle inline asm in the outer decl andRafael Espindola2011-12-191-15/+32
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-021-0/+1
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-24/+51
* Fix PR9614 for functions with the always_inline attribute. Try to keepRafael Espindola2011-10-281-6/+3
* Fix pr9614 by not emitting an available_externally function when it callsRafael Espindola2011-10-261-4/+58
* Replace vectors with arrays.Benjamin Kramer2011-10-151-2/+2
* Recommit:Eric Christopher2011-10-131-3/+1
* Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher2011-10-121-1/+3
* Start handling debug line and scope information better:Eric Christopher2011-10-111-3/+1
* Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o...Ted Kremenek2011-10-081-0/+1
* CUDA: add -fcuda-is-device flagPeter Collingbourne2011-10-061-0/+17
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-3/+11
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-2/+0
* Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis2011-10-031-1/+4
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+21
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-3/+11
* In apple-kext mode, use external linkage for explicit template instantiationsJohn McCall2011-09-191-2/+7
* Correctly generate IR for casted "builtin" functions, whereJohn McCall2011-09-131-30/+0
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-2/+2
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-091-61/+70
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-091-90/+0
* Do a lookup for the blocks runtime globals to see if they were declared,Argyrios Kyrtzidis2011-09-091-45/+36
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-11/+11
* Make sure we don't inline functions marked with __attribute__((naked)). <rda...Eli Friedman2011-08-221-4/+9
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-3/+9
* Finalize debug info after all deferred globals are emitted.Devang Patel2011-08-161-2/+3
OpenPOWER on IntegriCloud