summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Stop using builtins for the "_lane" variants of saturating multiply intrinsics.Bob Wilson2010-12-081-1/+1
* Stop using a clang builtin for Neon vdup_lane intrinsics.Bob Wilson2010-12-071-2/+1
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-3/+3
* Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall2010-12-051-1/+5
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-1/+1
* Test case for the l-value base only being evaluated once.John McCall2010-12-041-4/+0
* Kill the KVC l-value kind and calculate the base expression when emittingJohn McCall2010-12-041-8/+3
* IR Gen. part of API support for __block cxxFariborz Jahanian2010-12-021-1/+1
* Improve codegen for initializer lists to use memset more aggressivelyChris Lattner2010-12-021-2/+1
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-3/+2
* BuildVirtualCall doesn't need to take a reference to a pointer.Anders Carlsson2010-11-281-1/+1
* 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
OpenPOWER on IntegriCloud