aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGStmt.cpp
AgeCommit message (Expand)Author
2008-09-24Refactor some CodeGen functionality: Daniel Dunbar
2008-09-11Make sure to store the exception in the catch parameter.Anders Carlsson
2008-09-11Make sure to emit the catch parameter as well as the catch body.Anders Carlsson
2008-09-09Use a unified return block.Daniel Dunbar
2008-09-09Move handling of @try and @throw to the runtime class.Anders Carlsson
2008-08-30Stub out CodeGenFunction::EmitObjCForCollectionStmt.Anders Carlsson
2008-08-29Downgrade a number of FIXME asserts to ErrorUnsupported.Daniel Dunbar
2008-08-23Implement Obj-C ivar references to aggregates.Daniel Dunbar
2008-08-16Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-04Add CodeGen support for indirect goto.Daniel Dunbar
2008-07-26implement codegen support for labels at the end of stmtexprs.Chris Lattner
2008-07-26minor tidying, no functionality change.Chris Lattner
2008-07-25Rework codegen of case rangesDaniel Dunbar
2008-07-24Fix EmitCaseStmtRange to ignore empty rangesDaniel Dunbar
2008-06-13Basic support for volatile loads and stores. Stores the volatile Eli Friedman
2008-05-25Generate subprogram debug info with -g.Sanjiv Gupta
2008-05-22Change uses of llvm::Type::isFirstClassType to use the newDan Gohman
2008-05-22Make debugging information usable. This is barebones, but it makes -g Eli Friedman
2008-05-22Minor refactoring: compute the return value separately from emitting the Eli Friedman
2008-05-12Emit basic block for switch body; fixes PR2307.Eli Friedman
2008-05-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta
2008-04-06tracking API changes arising from r49277Gabor Greif
2008-04-04Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner
2008-03-30Add initial support for objc codegen for methods, ivars, and theChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner