summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactoring of copy ctor ir-gen. No change in functionality.Fariborz Jahanian2009-08-081-3/+1
* Synthesized copy constructor now generates code forFariborz Jahanian2009-08-071-1/+1
* More synthesis of copy constructors. Work in progress.Fariborz Jahanian2009-08-071-0/+1
* Patch toward synthesizing copy constructors.Fariborz Jahanian2009-08-061-7/+16
* Update for LLVM API change.Owen Anderson2009-07-311-2/+2
* Synthesize the default constructor which has notFariborz Jahanian2009-07-301-1/+11
* Update for LLVM API changes.Owen Anderson2009-07-301-1/+1
* Patch for future ir-gen for destructor calls.Fariborz Jahanian2009-07-301-0/+2
* Update for LLVM API change.Owen Anderson2009-07-291-2/+2
* Change uses of:Ted Kremenek2009-07-291-2/+2
OpenPOWER on IntegriCloud