summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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