index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start implementing support for @synchonized with the darwin ObjC API.
Chris Lattner
2008-11-15
1
-1
/
+1
*
Supply finished flag to EmitBlock for common statements which use
Daniel Dunbar
2008-11-13
1
-9
/
+6
*
Normalize many BasicBlock names.
Daniel Dunbar
2008-11-13
1
-10
/
+10
*
Add IsFinished arg to EmitBlock.
Daniel Dunbar
2008-11-13
1
-1
/
+7
*
For if blocks with no else, name the join block ifend instead of the
Daniel Dunbar
2008-11-13
1
-6
/
+5
*
IRgen improvements on unreachable code:
Daniel Dunbar
2008-11-12
1
-36
/
+62
*
Move EmitBranchOnBoolExpr and ConstantFoldsToSimpleInteger to
Chris Lattner
2008-11-12
1
-92
/
+6
*
Make emission of 'if' conditions much more sophisticated when we
Chris Lattner
2008-11-12
1
-14
/
+99
*
Clean up some code to use isZero instead of calling getZExtValue.
Chris Lattner
2008-11-12
1
-1
/
+1
*
Rework IRgen invariant w.r.t. current insert point.
Daniel Dunbar
2008-11-11
1
-26
/
+16
*
Change EmitBranch to always clear the insert point to clarify irgen
Daniel Dunbar
2008-11-11
1
-1
/
+2
*
Add CodeGenFunction::EmitBranch.
Daniel Dunbar
2008-11-11
1
-32
/
+28
*
short circuit && and || when possible. This substantially reduces
Chris Lattner
2008-11-11
1
-28
/
+0
*
Make codegen smart enough to not emit the dead side of an if whose
Chris Lattner
2008-11-11
1
-5
/
+49
*
Add CodeGenFunction::EmitDummyBlock for marking places where we make
Daniel Dunbar
2008-11-11
1
-6
/
+10
*
Remove CodeGenFunction::StartBlock.
Daniel Dunbar
2008-11-11
1
-4
/
+4
*
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-11
1
-26
/
+26
*
Support named operands in inline asm statements.
Anders Carlsson
2008-11-09
1
-6
/
+51
*
Emit error unsupported when asm string conversion fails instead of
Daniel Dunbar
2008-10-17
1
-3
/
+13
*
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-17
1
-8
/
+3
*
silence release-assert warnings.
Chris Lattner
2008-10-12
1
-4
/
+3
*
In EmitDeclStmt: use DeclStmt::const_decl_iterator instead of walking the sco...
Ted Kremenek
2008-10-06
1
-3
/
+3
*
Emit error unsupported for break/continue/goto inside Obj-C exception
Daniel Dunbar
2008-10-02
1
-2
/
+30
*
Add infrastructure for proper @finally support.
Daniel Dunbar
2008-09-30
1
-0
/
+9
*
Skip redundant if.
Daniel Dunbar
2008-09-28
1
-5
/
+3
*
Refactor some CodeGen functionality:
Daniel Dunbar
2008-09-24
1
-0
/
+15
*
Make sure to store the exception in the catch parameter.
Anders Carlsson
2008-09-11
1
-2
/
+2
*
Make sure to emit the catch parameter as well as the catch body.
Anders Carlsson
2008-09-11
1
-2
/
+2
*
Use a unified return block.
Daniel Dunbar
2008-09-09
1
-20
/
+12
*
Move handling of @try and @throw to the runtime class.
Anders Carlsson
2008-09-09
1
-5
/
+5
*
Stub out CodeGenFunction::EmitObjCForCollectionStmt.
Anders Carlsson
2008-08-30
1
-2
/
+2
*
Downgrade a number of FIXME asserts to ErrorUnsupported.
Daniel Dunbar
2008-08-29
1
-3
/
+3
*
Implement Obj-C ivar references to aggregates.
Daniel Dunbar
2008-08-23
1
-0
/
+19
*
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-16
1
-1
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-4
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+2
*
Add CodeGen support for indirect goto.
Daniel Dunbar
2008-08-04
1
-0
/
+20
*
implement codegen support for labels at the end of stmtexprs.
Chris Lattner
2008-07-26
1
-5
/
+17
*
minor tidying, no functionality change.
Chris Lattner
2008-07-26
1
-23
/
+12
*
Rework codegen of case ranges
Daniel Dunbar
2008-07-25
1
-47
/
+49
*
Fix EmitCaseStmtRange to ignore empty ranges
Daniel Dunbar
2008-07-24
1
-16
/
+14
*
Basic support for volatile loads and stores. Stores the volatile
Eli Friedman
2008-06-13
1
-1
/
+1
*
Generate subprogram debug info with -g.
Sanjiv Gupta
2008-05-25
1
-9
/
+15
*
Change uses of llvm::Type::isFirstClassType to use the new
Dan Gohman
2008-05-22
1
-5
/
+5
*
Make debugging information usable. This is barebones, but it makes -g
Eli Friedman
2008-05-22
1
-15
/
+9
*
Minor refactoring: compute the return value separately from emitting the
Eli Friedman
2008-05-22
1
-8
/
+17
*
Emit basic block for switch body; fixes PR2307.
Eli Friedman
2008-05-12
1
-0
/
+3
*
Added -g command line options to clang for generating source level debug info...
Sanjiv Gupta
2008-05-08
1
-2
/
+30
*
tracking API changes arising from r49277
Gabor Greif
2008-04-06
1
-19
/
+19
*
Since isComplexType() no longer returns true for _Complex integers, the code
Chris Lattner
2008-04-04
1
-2
/
+2
[next]