summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a nasty bug where temporaries weren't marked as being conditional in some...Anders Carlsson2010-01-241-0/+8
* Emit human readable names for c/c++ functions. Avoid emitting linkage name if...Devang Patel2010-01-141-7/+1
* Roll out ASTContext::getTypeSizeInChars(), replacing instances ofKen Dyck2010-01-111-1/+1
* Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...Anders Carlsson2010-01-021-21/+2
* Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...Douglas Gregor2009-12-221-1/+1
* Switch codegen for -fcatch-undefined-bahavior over to __builtin_trapMike Stump2009-12-151-1/+1
* Add support for detecting undefined shift behavior. WIP.Mike Stump2009-12-141-2/+2
* Implement runtime checks for undefined behavior. WIP.Mike Stump2009-12-121-1/+2
* Get rid of static variable.Eli Friedman2009-12-101-1/+2
* Ensure we only generate one terminate handler.Mike Stump2009-12-101-1/+1
* Add cleanups for exceptional edges. WIP.Mike Stump2009-12-091-1/+5
* Use StringRef in CGDebugInfo::EmitFunctionStart.Benjamin Kramer2009-12-081-4/+1
* Add codegen support for exception specifications. WIP.Mike Stump2009-12-071-0/+2
* Add support for function try blocks.Mike Stump2009-12-041-1/+10
* Make functions returning a struct indirectly evaluate the returned structEli Friedman2009-12-041-3/+13
* More exception handling improvements... WIP.Mike Stump2009-12-021-9/+22
* Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...Anders Carlsson2009-11-251-1/+33
* Fix lifetime of conditional temporaries. Patch by Victor Zverovich!Anders Carlsson2009-11-201-1/+2
* indirectbr seems to work! Rip out the old code.Chris Lattner2009-11-061-99/+0
* If a member variable of reference type is bound to a temporary in its member ...Anders Carlsson2009-11-061-0/+5
* Cleanup ctor/dtor emission.Anders Carlsson2009-11-061-11/+12
* This patch extends CleanupScope to support destructionFariborz Jahanian2009-11-041-7/+9
* Implement clang support for indirect branch and address of labelChris Lattner2009-10-281-0/+68
* factor a creation of Int32Ty.Chris Lattner2009-10-281-4/+3
* Fixup the return type of functions.Mike Stump2009-10-231-2/+4
* reimplement codegen for indirect goto with the following advantages:Chris Lattner2009-10-131-31/+72
* number address-taken labels from 1. This allows 0 to be used as a sentinelChris Lattner2009-10-131-1/+1
* Use the new Type::getInt8PtrTy method. This should probably be used in a lotChris Lattner2009-10-131-1/+1
* Emit the destructor epilogue in a cleanup block so a return from a destructor...Anders Carlsson2009-10-061-1/+20
* CodeGen may see out-of-line declarations of the various special memberDouglas Gregor2009-10-011-14/+23
* Improve support for member function pointers.Anders Carlsson2009-09-291-1/+2
* Make hasAggregateLLVMType use positive checks.Anders Carlsson2009-09-291-5/+1
* Fix 80-col violation.Mike Stump2009-09-251-1/+2
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-1/+1
* Remove an unnecessary FunctionDecl parameter to the synthesizing functions.Anders Carlsson2009-09-141-7/+7
* Pass the GlobalDecl to getMangledName, fixes PR4890.Anders Carlsson2009-09-111-2/+2
* Pass GlobalDecls to GenerateCode and StartFunction.Anders Carlsson2009-09-111-10/+15
* If a cast expression needs either a conversion function or a constructor to b...Anders Carlsson2009-09-091-11/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-114/+108
* Patch to ir-gen user-defined conversions used in expressionsFariborz Jahanian2009-08-291-0/+11
* Regularize the case and sort.Mike Stump2009-08-261-1/+1
* Remove dead codeAnders Carlsson2009-08-241-9/+0
* Patch to 1) synthesizing non-trivial default destructor whenFariborz Jahanian2009-08-171-0/+2
* Fix for PR4721: adjust CodeGen and ASTContext so that we have a Eli Friedman2009-08-151-2/+2
* minor cleanups for VLA stuff.Chris Lattner2009-08-151-13/+12
* Update for LLVM API change.Owen Anderson2009-08-131-12/+13
* Patch for synthesizing copy assignment operator.Fariborz Jahanian2009-08-121-0/+3
* minor refactoring. No change otherwise.Fariborz Jahanian2009-08-101-3/+1
* Improve handling of member pointers.Anders Carlsson2009-08-091-2/+2
* Add support for global initializers.Anders Carlsson2009-08-081-1/+1
OpenPOWER on IntegriCloud