summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Emit @finally blocks completely lazily instead of forcing theirJohn McCall2011-06-221-9/+21
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+1
* Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall2011-06-171-0/+1
* Restore correct use of GC barriers.John McCall2011-06-161-4/+4
* Automatic Reference Counting.John McCall2011-06-151-4/+79
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-4/+10
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-1/+0
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-0/+1
* Fix location of setter/getter synthesized for a property.Devang Patel2011-05-191-1/+2
* Make CGF.getContext() inlinable, because it's trivial, and optimizeJohn McCall2011-05-151-1/+1
* Move code to emit the callee of an CXXOperatorCallExpr out into a separate fu...Anders Carlsson2011-05-081-0/+3
* Add an implementation of thunks for varargs methods. The implementation is a...Eli Friedman2011-05-061-0/+3
* Fully implement delegating constructors!Alexis Hunt2011-05-011-0/+6
* implement rdar://9289524 - case followed immediately by break results in empt...Chris Lattner2011-04-171-0/+5
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+2
* After much contemplation, I've decided that we probably shouldn't "unique"John McCall2011-03-311-7/+4
* Move all the significant __block code into CGBlocks.cpp. No functionalityJohn McCall2011-03-311-0/+5
* Convert OffsetFromNearestVBast parameter of InitializeVTablePointer(s) toKen Dyck2011-03-231-2/+2
* Use a slightly more semantic interface for emitting call arguments.John McCall2011-03-111-9/+5
* Use the "undergoes default argument promotion" bit on parameters toJohn McCall2011-03-091-4/+7
* Extract a function to emit an arbitrary expression as if it were the initializerJohn McCall2011-03-081-1/+7
* DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel2011-03-071-1/+9
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-031-1/+1
* Revert "Add CC_Win64ThisCall and set it in the necessary places."Tilmann Scheller2011-03-021-2/+1
* revert r126858.Devang Patel2011-03-021-1/+1
* Add CC_Win64ThisCall and set it in the necessary places.Tilmann Scheller2011-03-021-1/+2
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-021-1/+1
* Revert r126794.Devang Patel2011-03-021-1/+1
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-011-1/+1
* Add some helper methods that will be used in my next patch.Chris Lattner2011-02-281-0/+10
* Change the interface to ConstantFoldsToSimpleInteger to not encode Chris Lattner2011-02-271-4/+3
* Establish the iteration variable of an ObjC for-in loop beforeJohn McCall2011-02-221-4/+9
* Reorganize the emission of local variables.John McCall2011-02-221-1/+44
* Add a LangOptions::areExceptionsEnabled and start using it.Anders Carlsson2011-02-201-1/+0
* Objective-c armv7 API for atomic properties of Fariborz Jahanian2011-02-181-0/+4
* Remove the "conditional save" hashtables from IR generation.John McCall2011-02-171-7/+0
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-15/+118
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-5/+6
* Save a copy expression for non-trivial copy constructions of catch variables.John McCall2011-02-161-0/+40
* Simplify test to check an aggregate argument that has non trivial constructor...Devang Patel2011-02-161-2/+1
* Assorted cleanup:John McCall2011-02-151-7/+1
* Implement mcount profiling, enabled via -pg.Roman Divacky2011-02-101-0/+3
* If an aggregate argument is passed indirectly because it has non trivialDevang Patel2011-02-091-1/+2
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-80/+32
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-26/+64
* Clean up of -fapple-kext abi code. No change otherwise.Fariborz Jahanian2011-02-031-2/+1
* -fapple-kext support for indirect call to virtuals dtors - wip.Fariborz Jahanian2011-02-011-0/+4
* Reorganize the value-dominance metaprogram and introduce a specializationJohn McCall2011-01-281-31/+62
* Convert the exception-freeing cleanup over to the conditional cleanups code,John McCall2011-01-281-29/+59
OpenPOWER on IntegriCloud