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