summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move handling of @try and @throw to the runtime class.Anders Carlsson2008-09-091-5/+5
* Stub out CodeGenFunction::EmitObjCForCollectionStmt.Anders Carlsson2008-08-301-2/+2
* Downgrade a number of FIXME asserts to ErrorUnsupported.Daniel Dunbar2008-08-291-3/+3
* Implement Obj-C ivar references to aggregates.Daniel Dunbar2008-08-231-0/+19
* Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar2008-08-161-1/+1
* More #include cleaningDaniel Dunbar2008-08-111-4/+0
* More #include cleaningDaniel Dunbar2008-08-111-1/+2
* Add CodeGen support for indirect goto.Daniel Dunbar2008-08-041-0/+20
* implement codegen support for labels at the end of stmtexprs.Chris Lattner2008-07-261-5/+17
* minor tidying, no functionality change.Chris Lattner2008-07-261-23/+12
* Rework codegen of case rangesDaniel Dunbar2008-07-251-47/+49
* Fix EmitCaseStmtRange to ignore empty rangesDaniel Dunbar2008-07-241-16/+14
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-131-1/+1
* Generate subprogram debug info with -g.Sanjiv Gupta2008-05-251-9/+15
* Change uses of llvm::Type::isFirstClassType to use the newDan Gohman2008-05-221-5/+5
* Make debugging information usable. This is barebones, but it makes -g Eli Friedman2008-05-221-15/+9
* Minor refactoring: compute the return value separately from emitting the Eli Friedman2008-05-221-8/+17
* Emit basic block for switch body; fixes PR2307.Eli Friedman2008-05-121-0/+3
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-2/+30
* tracking API changes arising from r49277Gabor Greif2008-04-061-19/+19
* Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner2008-04-041-2/+2
* Add initial support for objc codegen for methods, ivars, and theChris Lattner2008-03-301-3/+0
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+776
OpenPOWER on IntegriCloud