aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
AgeCommit message (Expand)Author
2010-08-21IRgen: Set the alignment correctly when creating LValue for a decls.Daniel Dunbar
2010-08-21CodeGenFunction: Eliminate unused MakeQualifiers() function.Daniel Dunbar
2010-08-21IRgen/CGValue: Give MakeAddrLValue() an alignment argument, and eliminate old...Daniel Dunbar
2010-08-21IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored...Daniel Dunbar
2010-08-21IRgen: Add an LValue::MakeAddr variant which takes a type and uses that to buildDaniel Dunbar
2010-08-21IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument andDaniel Dunbar
2010-08-14More cleanup enabling.John McCall
2010-08-13Sketch out a framework for delaying the activation of a cleanup.John McCall
2010-08-10Simplify code and add comments, in code that generate debug info for constant...Devang Patel
2010-08-10Even if a constant's evaluated value is used, emit debug info for the constan...Devang Patel
2010-08-07Store inheritance paths after CastExprs instead of inside them.John McCall
2010-08-06vdup_lane was missingNate Begeman
2010-08-04More objc block variable layout info. work.Fariborz Jahanian
2010-08-04Some early work for providing block layout info. Fariborz Jahanian
2010-07-28When creating a jump destination, its scope should be the scope of theJohn McCall
2010-07-23Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall
2010-07-21Rename LazyCleanup -> Cleanup. No functionality change for these last threeJohn McCall
2010-07-21Rip out EHCleanupScope.John McCall
2010-07-21Kill the CleanupBlock API.John McCall
2010-07-21Switch the destructor for a temporary arising from a reference binding over toJohn McCall
2010-07-21Switch finally cleanups over to being lazy cleanups. We get basically nothingJohn McCall
2010-07-21Implement proper base/member destructor EH chaining.John McCall
2010-07-21Implement zero-initialization for array new when there is anDouglas Gregor
2010-07-21Add a little helper method which will be useful soon.John McCall
2010-07-20Follow the implementation approach suggested by PR6687,Chris Lattner
2010-07-20implement rdar://5739832 - operator new should check for overflow in multiply,Chris Lattner
2010-07-16Fix for PR3800: make sure not to evaluate the expression for a read-writeEli Friedman
2010-07-13Work around an obnoxious GCC warning by changing semantics in a hopefully-John McCall
2010-07-13Allow for the possibility that __cxa_end_catch might throw for a catch-all blockJohn McCall
2010-07-13Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall
2010-07-08Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor
2010-07-07Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor
2010-07-07Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor
2010-07-07Teach function-try-blocks on constructors and destructors to implicitlyJohn McCall
2010-07-06Provide a hook for the benefit of clients using clang IR gen as a subroutine:John McCall
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-07-05in the "coerce" case, the ABI handling code ends up making theChris Lattner
2010-06-27finally get around to doing a significant cleanup to irgen:Chris Lattner
2010-06-27Change IR generation for return (in the simple case) to avoid doing sillyChris Lattner
2010-06-26Change EmitReferenceBindingToExpr to take a decl instead of a boolean.Anders Carlsson
2010-06-25IRGen for trivial initialization of dynamiccaly allocatedFariborz Jahanian
2010-06-24Patch to correctly mangle block helper functionsFariborz Jahanian
2010-06-22implement support for -finstrument-functions, patch by NelsonChris Lattner
2010-06-19Fix PR7097, a bad interaction between -fno-use-cxa-atexit andChris Lattner
2010-06-17Objective-c++ IRGen. Support for @selector expression asFariborz Jahanian
2010-06-14Add some missing shiftsNate Begeman
2010-06-11Most of remaining builtins, 2 generics, vld, and rounding shfits remain.Nate Begeman
2010-06-10support _lane ops, and multiplies by scalar.Nate Begeman
2010-06-08Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCou...Anders Carlsson
2010-06-08Simplify GenerateCXXAggrDestructorHelper.Anders Carlsson