summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* Support compound complex operations as l-values in C++. Add a testJohn McCall2010-11-161-0/+3
* Implements __block API for c++ objects. There is stillFariborz Jahanian2010-11-161-5/+5
* Simplify some complex emission and implement correct semantics forJohn McCall2010-11-161-4/+3
* Block API patch to do copy ctor of copied-in cxx objects inFariborz Jahanian2010-11-131-3/+15
* Simplify the logic for emitting guard variables for template staticJohn McCall2010-11-061-2/+8
* Restore r117403 (fixing IR gen for bool atomics), this time being less John McCall2010-10-271-0/+8
* Revert r117403 as it caused PR8480.Rafael Espindola2010-10-271-8/+0
* Extract procedures to do scalar-to-memory and memory-to-scalar conversionsJohn McCall2010-10-261-0/+8
* Factor out the code for emitting code to load vtable pointer membersDan Gohman2010-10-261-0/+3
* Fix Whitespace.Michael J. Spencer2010-10-191-40/+40
* Death to blocks, or at least the word "block" in one particular obnoxiouslyJohn McCall2010-10-151-13/+13
* Experimental TBAA support.Dan Gohman2010-10-141-3/+6
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-1/+0
* Add target implementations for the X86 builtins:Bill Wendling2010-10-091-0/+1
* Permit constant evaluation of const floating-point variables withJohn McCall2010-10-091-1/+1
* Accidentally committed some temporary changes on my branch when reverting pat...Bill Wendling2010-09-281-3/+0
* Temporarily revert 114929 114925 114924 114921. It looked like they (or at leastBill Wendling2010-09-281-0/+3
* Patch implements passing arrays to functions expectingFariborz Jahanian2010-09-241-3/+17
* IRgen for gnu extension's conditional lvalue expressionFariborz Jahanian2010-09-211-0/+1
* Implements in IRgen gnu extensions missing LHS forFariborz Jahanian2010-09-201-0/+1
* Adjust a fixup's starting branch if it's being resolved becauseJohn McCall2010-09-181-2/+1
* Patch to add IRgen support for Gnu's conditional operatorFariborz Jahanian2010-09-171-0/+5
* When emitting a new-expression inside a conditional expression,John McCall2010-09-171-0/+4
* Patch to move RequiresGCollection bit toFariborz Jahanian2010-09-161-2/+1
* one piece of code is responsible for the lifetime of every aggregateJohn McCall2010-09-151-17/+20
* Implement the EH cleanup to call 'operator delete' if a new-expression throwsJohn McCall2010-09-141-1/+27
* Fix VLA miscompilation.Argyrios Kyrtzidis2010-09-141-0/+1
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-081-5/+2
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-021-0/+1
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-2/+11
* IRgen: Set the alignment correctly when creating LValue for a decls.Daniel Dunbar2010-08-211-2/+2
* CodeGenFunction: Eliminate unused MakeQualifiers() function.Daniel Dunbar2010-08-211-6/+0
* IRgen/CGValue: Give MakeAddrLValue() an alignment argument, and eliminate old...Daniel Dunbar2010-08-211-1/+1
* IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored...Daniel Dunbar2010-08-211-1/+0
* IRgen: Add an LValue::MakeAddr variant which takes a type and uses that to buildDaniel Dunbar2010-08-211-0/+4
* IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument andDaniel Dunbar2010-08-211-2/+2
* More cleanup enabling.John McCall2010-08-141-0/+10
* Sketch out a framework for delaying the activation of a cleanup.John McCall2010-08-131-1/+12
* Simplify code and add comments, in code that generate debug info for constant...Devang Patel2010-08-101-1/+1
* Even if a constant's evaluated value is used, emit debug info for the constan...Devang Patel2010-08-101-1/+2
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-2/+4
* vdup_lane was missingNate Begeman2010-08-061-1/+2
* More objc block variable layout info. work.Fariborz Jahanian2010-08-041-0/+2
* Some early work for providing block layout info. Fariborz Jahanian2010-08-041-3/+31
* When creating a jump destination, its scope should be the scope of theJohn McCall2010-07-281-1/+3
* Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall2010-07-231-33/+87
* Rename LazyCleanup -> Cleanup. No functionality change for these last threeJohn McCall2010-07-211-25/+26
* Rip out EHCleanupScope.John McCall2010-07-211-6/+0
* Kill the CleanupBlock API.John McCall2010-07-211-21/+0
* Switch the destructor for a temporary arising from a reference binding over toJohn McCall2010-07-211-0/+6
OpenPOWER on IntegriCloud