summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-1/+1
* Do the static-locals thing properly in the face of unions andJohn McCall2012-03-301-1/+1
* add tbaa metadata to vtable pointer loads/storesKostya Serebryany2012-03-261-0/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-3/+3
* Make sure we update the static local decl address map when we are forced to r...Eli Friedman2012-03-091-5/+5
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-4/+3
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+5
* Reinstate r151879, r151880, reverted in r151922, along with a bugfix forRichard Smith2012-03-021-2/+8
* CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl2012-02-251-0/+3
* Bug fix: do not emit static const local variables with mutable membersRichard Smith2012-02-171-0/+2
* Teach clang to add metadata tags to calls and invokes in ObjC withDan Gohman2012-02-161-0/+9
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-1/+4
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-2/+4
* use cheaper llvm APIs for various bits of IR generation.Chris Lattner2012-02-061-5/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-0/+10
* objc++: more atomic property api code forFariborz Jahanian2012-01-081-5/+14
* objc++: more code gen stuff for atomic property api,Fariborz Jahanian2012-01-061-0/+10
* Extend the fix for PR9614 to handle inline asm in the outer decl andRafael Espindola2011-12-191-1/+1
* Use static storage duration for file-scope compound literals, even when theyRichard Smith2011-11-221-0/+4
* Remove unnecessary include.Devang Patel2011-11-091-1/+0
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-0/+4
* In x86_64, when calling an Objective-C method that returns a _Complex long do...Anders Carlsson2011-10-311-2/+6
* Fix pr9614 by not emitting an available_externally function when it callsRafael Espindola2011-10-261-0/+2
* PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman2011-10-141-0/+5
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-1/+10
* Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne2011-09-261-0/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+5
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+10
* Simplify the generation of Objective-C setters, at least a little.John McCall2011-09-101-2/+6
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-091-7/+31
* Do a lookup for the blocks runtime globals to see if they were declared,Argyrios Kyrtzidis2011-09-091-4/+0
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Move the creation of the record type for the state of Objective-C fastDouglas Gregor2011-08-091-0/+8
* Move the construction of the RecordDecl representing the runtimeDouglas Gregor2011-08-091-0/+8
* Emit wide string literals with the appropriate alignment.John McCall2011-08-041-3/+5
* CodeGen: rename CodeGenModule::Runtime to ObjCRuntimePeter Collingbourne2011-07-271-4/+4
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-2/+2
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-11/+11
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-8/+8
* Change intrinsic getter to take an ArrayRef, now that the underlying function...Benjamin Kramer2011-07-141-2/+2
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-15/+15
* Change the IR-generation of VLAs so that we capture bounds,John McCall2011-06-241-0/+4
* Automatic Reference Counting.John McCall2011-06-151-3/+84
* Move GlobalDecl to ASTPeter Collingbourne2011-06-141-1/+1
* Use arrays and SmallVectors instead of std::vectors when building functionJohn McCall2011-05-151-1/+5
* Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky2011-05-051-2/+2
* Record where the GCOV data files should be placed.Nick Lewycky2011-05-041-0/+4
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-1/+0
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+2
OpenPOWER on IntegriCloud