summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Okay, that rule about zero-length arrays applies to destroyingJohn McCall2011-07-131-37/+32
* Generalize Cleanup::Emit's "isForEH" parameter into a setJohn McCall2011-07-121-10/+11
* Switch field destruction over to use the new destroyer-based APIJohn McCall2011-07-121-12/+27
* Fix a lot of problems with the partial destruction of arrays:John McCall2011-07-111-67/+168
* More compiler workarounds. I have to admit that I was notJohn McCall2011-07-091-4/+14
* GCC 4.2 compatibility hack.John McCall2011-07-091-3/+4
* A number of array-related IR-gen cleanups.John McCall2011-07-091-56/+214
* Don't zero-initialize default-initialized local variables that haveDouglas Gregor2011-07-011-1/+18
* objc-arc: fix a IRGen crash when checking forFariborz Jahanian2011-06-291-1/+2
* LValue carries a type now, so simplify the main EmitLoad/Store APIsJohn McCall2011-06-251-7/+8
* Honor objc_precise_lifetime in GC mode by feeding the valueJohn McCall2011-06-241-0/+20
* Change the IR-generation of VLAs so that we capture bounds,John McCall2011-06-241-15/+13
* Remove dead variables.Benjamin Kramer2011-06-181-1/+0
* Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall2011-06-171-4/+38
* Restore correct use of GC barriers.John McCall2011-06-161-37/+41
* Suppress a warning in -Asserts builds.John McCall2011-06-151-0/+1
* Automatic Reference Counting.John McCall2011-06-151-16/+240
* Do not emit stoppoint before emitting debug info for parameters.Devang Patel2011-06-151-3/+1
* Rework r132576.Devang Patel2011-06-041-2/+0
* Emit debug info only if there is an insertion point. The debug info should no...Devang Patel2011-06-031-9/+10
* Add unnamed_addr to internal globals which are only used as an operand to mem...Eli Friedman2011-05-271-0/+1
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+1
* Simplify code a bit by using CallArgList::add. No intended functionality cha...Eli Friedman2011-05-021-2/+2
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-2/+3
* Fix typo.Devang Patel2011-04-051-1/+1
* Move all the significant __block code into CGBlocks.cpp. No functionalityJohn McCall2011-03-311-187/+7
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-4/+7
* Extract a function to emit an arbitrary expression as if it were the initializerJohn McCall2011-03-081-53/+77
* Revert r126422 "Use private linkage to avoid symbol conflicts inDouglas Gregor2011-03-061-1/+1
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-031-2/+3
* revert r126858.Devang Patel2011-03-021-3/+2
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-021-2/+3
* Revert r126794.Devang Patel2011-03-021-3/+2
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-011-2/+3
* Use private linkage to avoid symbol conflicts in corner cases like the oneRafael Espindola2011-02-241-1/+1
* Emit the structure layout of the block literal parameter to a blockJohn McCall2011-02-221-1/+18
* Establish the iteration variable of an ObjC for-in loop beforeJohn McCall2011-02-221-2/+6
* Reorganize the emission of local variables.John McCall2011-02-221-147/+214
* The flags we're supposed to write into a byref struct are *not* theJohn McCall2011-02-181-12/+13
* implement basic support for __label__. I wouldn't be shocked if there areChris Lattner2011-02-181-1/+1
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-1/+1
* Ensure that the NRVO flag has some block to insert into. Fixes PR9178!Nick Lewycky2011-02-161-1/+2
* Simplify test to check an aggregate argument that has non trivial constructor...Devang Patel2011-02-161-3/+2
* Assorted cleanup:John McCall2011-02-151-3/+3
* If an aggregate argument is passed indirectly because it has non trivialDevang Patel2011-02-091-2/+3
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-31/+32
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-4/+3
* Convert the exception-freeing cleanup over to the conditional cleanups code,John McCall2011-01-281-0/+1
* Fixes an IRgen bug where __block variable isFariborz Jahanian2011-01-261-3/+27
* Replace calls to CharUnits::fromQuantity() with ones to Ken Dyck2011-01-181-2/+2
OpenPOWER on IntegriCloud