summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* After much contemplation, I've decided that we probably shouldn't "unique"John McCall2011-03-311-11/+29
* We were emitting construction v-tables with internal linkage all the time.John McCall2011-03-271-0/+1
* Update type cache when a type is completed.Devang Patel2011-03-231-4/+2
* The Darwin kernel does not provide useful guard variable support.John McCall2011-03-181-0/+3
* Fix three of the four places where I left breadcrumbs to avoid unnecessaryJohn McCall2011-03-091-4/+6
* Use the "undergoes default argument promotion" bit on parameters toJohn McCall2011-03-091-1/+2
* DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel2011-03-071-8/+1
* Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel2011-03-071-1/+9
* StringRefify.Benjamin Kramer2011-03-051-1/+1
* Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall2011-02-261-0/+2
* Emit the structure layout of the block literal parameter to a blockJohn McCall2011-02-221-2/+2
* Reorganize the emission of local variables.John McCall2011-02-221-1/+4
* Assorted cleanup:John McCall2011-02-151-3/+30
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-2/+38
* Simplify thunks code.Anders Carlsson2011-02-061-2/+1
* Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson2011-02-051-1/+2
* Re-land r124768, with a fix for PR9130.Anders Carlsson2011-02-051-2/+4
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-031-0/+2
* Revert 124768.Rafael Espindola2011-02-031-4/+2
* Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson2011-02-031-2/+4
OpenPOWER on IntegriCloud