summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-3/+3
* Debug info bug fix, function start wasn't getting generated correctlyDaniel Dunbar2008-10-181-1/+2
* Lift CodeGenFunction::EmitPredefinedFunctioName out of EmitPredefinedLValue.Daniel Dunbar2008-10-171-0/+1
* Lift EmitTargetBuiltinExpr out of EmitBuiltinExpr.Daniel Dunbar2008-10-101-0/+4
* Add infrastructure for proper @finally support.Daniel Dunbar2008-09-301-5/+35
* Add support for implicit rethrows in @catch blocks.Daniel Dunbar2008-09-281-1/+17
* Refactor some CodeGen functionality: Daniel Dunbar2008-09-241-1/+9
* Add support for ABIArgInfo::ExpandDaniel Dunbar2008-09-171-0/+16
* Make sure to store the exception in the catch parameter.Anders Carlsson2008-09-111-1/+3
* Make sure to emit the catch parameter as well as the catch body.Anders Carlsson2008-09-111-0/+1
* Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, whi...Argyrios Kyrtzidis2008-09-101-0/+3
* Tweak CGCall functions again:Daniel Dunbar2008-09-101-9/+0
* Tweak CGCall functions:Daniel Dunbar2008-09-101-1/+6
* Add CodeGenFunction::ReturnTypeUsesSretDaniel Dunbar2008-09-091-0/+4
* Move ABI specific code for functions / calls to CGCall.cpp:Daniel Dunbar2008-09-091-1/+12
* Factor CodeGenFunction::StartFunction out of GenerateCode andDaniel Dunbar2008-09-091-0/+3
* Use a unified return block.Daniel Dunbar2008-09-091-0/+6
* Move EmitAggregate{Copy,Clear} into CodeGenFunction.Daniel Dunbar2008-09-091-0/+5
* Move handling of @try and @throw to the runtime class.Anders Carlsson2008-09-091-0/+2
* Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar2008-09-091-8/+6
* Refactor parameter attribute handling:Daniel Dunbar2008-09-081-4/+1
* Avoid superfluous errors regarding variable-length arrays (casts).Daniel Dunbar2008-09-041-1/+2
* Implement codegen of aggregates as lvalues in binary expressions,Daniel Dunbar2008-09-041-0/+2
* Stub out CodeGenFunction::EmitObjCForCollectionStmt.Anders Carlsson2008-08-301-0/+5
* Add Objective-C property setter support.Daniel Dunbar2008-08-301-0/+18
* Refactor handling of calls:Daniel Dunbar2008-08-301-7/+6
* Downgrade a number of FIXME asserts to ErrorUnsupported.Daniel Dunbar2008-08-291-1/+0
* Add special "property reference" CodeGen::LValue type for emittingDaniel Dunbar2008-08-291-0/+4
* Initial support for Obj-C dot-syntax for getters.Daniel Dunbar2008-08-271-0/+1
* Objective-C @synthesize support.Daniel Dunbar2008-08-261-1/+13
* Support __PRETTY_FUNCTION__ and friends in Obj-C methods.Daniel Dunbar2008-08-251-0/+6
* Implement Obj-C ivar references to aggregates.Daniel Dunbar2008-08-231-0/+2
* Trim CGObjCRuntime::GenerateMessageSend[Super]Daniel Dunbar2008-08-231-3/+10
* Move [LR]Value into CGValue.hDaniel Dunbar2008-08-231-182/+2
* Add preliminary (and probably broken) codegen support for C++ static initiali...Anders Carlsson2008-08-221-0/+4
* Move all Obj-C runtime interaction into CodeGenFunction.Daniel Dunbar2008-08-201-1/+1
* Add NeXT runtime support for generating methods.Daniel Dunbar2008-08-161-1/+5
* Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar2008-08-161-2/+2
* More #include cleaningDaniel Dunbar2008-08-111-1/+5
* rename PreDefinedExpr -> PredefinedExprChris Lattner2008-08-101-1/+1
* update to make IRBuilder API change.Chris Lattner2008-08-081-1/+1
* Add CodeGen support for indirect goto.Daniel Dunbar2008-08-041-1/+24
* Rework codegen emission of globalsDaniel Dunbar2008-07-291-2/+3
* implement codegen support for labels at the end of stmtexprs.Chris Lattner2008-07-261-0/+1
* Move comment to match styleNate Begeman2008-07-251-1/+2
* "Support for Objective-C message sends which return structures. Also include...Chris Lattner2008-06-241-0/+4
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-171-2/+7
* This patch is motivated by numerous strict-aliasing warnings when compilingTed Kremenek2008-06-171-46/+11
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-131-7/+27
* Make CurFuncDecl more specific; I have some code I'm going to land in a Eli Friedman2008-05-221-1/+1
OpenPOWER on IntegriCloud