summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* When constructing debug information for synthesized variables for theEric Christopher2011-10-061-3/+8
* Reformat comment.Eric Christopher2011-10-061-6/+6
* PTX: Set proper calling conventions for PTX in OpenCL mode.Justin Holewinski2011-10-051-5/+40
* Add bitmaps for strong / weak ivar layout (GNUstep runtime).David Chisnall2011-10-041-18/+102
* Mark calls to objc_retainBlock that don't result from castsJohn McCall2011-10-043-13/+52
* Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola2011-10-031-0/+3
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-034-5/+3
* 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
* When performing an @throw in ARC, retain + autoreleaseJohn McCall2011-10-014-3/+29
* objc gc: assigning to an objc object struct member through an ivar Fariborz Jahanian2011-09-301-8/+20
* Minor cleanup.Eli Friedman2011-09-301-4/+3
* Change "Regions" to be "LexicalBlocks" since that's what theyEric Christopher2011-09-294-53/+54
* Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don'tEric Christopher2011-09-295-8/+10
* Reorder functions in the file.Eric Christopher2011-09-291-31/+30
* Call UpdateLineDirectiveRegion every time we want to emit a stopEric Christopher2011-09-294-6/+8
* Update comment.Eric Christopher2011-09-291-1/+2
* de-tmpify clang.Benjamin Kramer2011-09-2713-97/+90
* Update comments.Eric Christopher2011-09-261-3/+3
* Fix comment to reflect reality.Eric Christopher2011-09-261-2/+1
* Move VTable builder to ASTPeter Collingbourne2011-09-262-2707/+1
* Have CodeGenVTables::GenerateConstructionVTable use VTableLayoutPeter Collingbourne2011-09-262-18/+14
* Move vtable dumper call to VTableBuilder ctorPeter Collingbourne2011-09-261-12/+3
* Implement VTableContext::createConstructionVTableLayoutPeter Collingbourne2011-09-262-10/+29
* Move all vtable layout data into new VTableLayout classPeter Collingbourne2011-09-265-118/+150
* Move VTableComponent to header filePeter Collingbourne2011-09-262-167/+167
* Move vtable component accessors to VTableContextPeter Collingbourne2011-09-265-97/+110
* Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne2011-09-263-33/+26
* Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne2011-09-268-52/+70
* Move VTT builder to ASTPeter Collingbourne2011-09-261-337/+1
* Move BaseSubobject class to ASTPeter Collingbourne2011-09-261-66/+1
* Remove CodeGenModule field from VTTBuilderPeter Collingbourne2011-09-261-11/+11
* Make the VTTBuilder class independent of LLVM corePeter Collingbourne2011-09-262-95/+129
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-257-21/+23
* Treat list-initialization of scalars as a first-class citizen in C++11.Sebastian Redl2011-09-241-2/+7
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-2313-25/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-2319-63/+65
* Don't remove filters.Bill Wendling2011-09-221-7/+3
* Only trigger the initialize-an-array-via-elementwise-copy/move codeDouglas Gregor2011-09-221-1/+2
* Explicitly-defaulted copy/move constructors are not "implicit", butDouglas Gregor2011-09-221-2/+1
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-213-2/+82
* Change "ivar" to true for a boolean function argument. Since string literals...Richard Trieu2011-09-211-2/+3
* Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of theAkira Hatanaka2011-09-201-0/+4
* Add a parameter to MipsTargetCodeGenInfo's constructor.Akira Hatanaka2011-09-201-4/+5
* Don't assume that the clause is a GlobalVariable. It could be a constant.Bill Wendling2011-09-201-13/+11
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-192-1/+24
* The eh.selector intrinsic isn't used anymore. Replace the check here with aBill Wendling2011-09-191-16/+30
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-196-3/+99
* In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()Argyrios Kyrtzidis2011-09-191-1/+1
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-1/+1
OpenPOWER on IntegriCloud