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-12-21
Fix for PR3246: an empty clobber list is the empty string, not a null
Eli Friedman
2008-12-20
Extend the unsupported error to include break and continue, and fix a
Eli Friedman
2008-12-20
Check the entire StackSaveValues stack for VLAs when dealing with goto and re...
Anders Carlsson
2008-12-20
Add some ErrorUnsupported calls and turn on VLA codegen again.
Anders Carlsson
2008-12-13
Store the size of the EH stack inside each BreakContinue struct so we know wh...
Anders Carlsson
2008-12-12
Work in preparation for VLAs. Make sure to restore the stack if necessary (Sa...
Anders Carlsson
2008-11-22
Use Expr::Evaluate for case statements. Fixes PR2525
Anders Carlsson
2008-11-15
Start implementing support for @synchonized with the darwin ObjC API.
Chris Lattner
2008-11-13
Supply finished flag to EmitBlock for common statements which use
Daniel Dunbar
2008-11-13
Normalize many BasicBlock names.
Daniel Dunbar
2008-11-13
Add IsFinished arg to EmitBlock.
Daniel Dunbar
2008-11-13
For if blocks with no else, name the join block ifend instead of the
Daniel Dunbar
2008-11-12
IRgen improvements on unreachable code:
Daniel Dunbar
2008-11-12
Move EmitBranchOnBoolExpr and ConstantFoldsToSimpleInteger to
Chris Lattner
2008-11-12
Make emission of 'if' conditions much more sophisticated when we
Chris Lattner
2008-11-12
Clean up some code to use isZero instead of calling getZExtValue.
Chris Lattner
2008-11-11
Rework IRgen invariant w.r.t. current insert point.
Daniel Dunbar
2008-11-11
Change EmitBranch to always clear the insert point to clarify irgen
Daniel Dunbar
2008-11-11
Add CodeGenFunction::EmitBranch.
Daniel Dunbar
2008-11-11
short circuit && and || when possible. This substantially reduces
Chris Lattner
2008-11-11
Make codegen smart enough to not emit the dead side of an if whose
Chris Lattner
2008-11-11
Add CodeGenFunction::EmitDummyBlock for marking places where we make
Daniel Dunbar
2008-11-11
Remove CodeGenFunction::StartBlock.
Daniel Dunbar
2008-11-11
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-09
Support named operands in inline asm statements.
Anders Carlsson
2008-10-17
Emit error unsupported when asm string conversion fails instead of
Daniel Dunbar
2008-10-17
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-12
silence release-assert warnings.
Chris Lattner
2008-10-06
In EmitDeclStmt: use DeclStmt::const_decl_iterator instead of walking the sco...
Ted Kremenek
2008-10-02
Emit error unsupported for break/continue/goto inside Obj-C exception
Daniel Dunbar
2008-09-30
Add infrastructure for proper @finally support.
Daniel Dunbar
2008-09-28
Skip redundant if.
Daniel Dunbar
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
[prev]
[next]