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
*
Add CodeGen support for the nodebug attribute.
Anders Carlsson
2009-02-13
1
-2
/
+2
*
Handle the case where EmitBlock might be called multiple times for the same b...
Anders Carlsson
2009-02-10
1
-2
/
+8
*
Remove the last remnants of the Obj-C EH stack code.
Anders Carlsson
2009-02-10
1
-113
/
+1
*
Start removing the old Obj-C EH stack now that the cleanup stack is used inst...
Anders Carlsson
2009-02-10
1
-43
/
+12
*
Replace a bunch of EmitBranch calls with EmitBranchThroughCleanup. No functio...
Anders Carlsson
2009-02-09
1
-5
/
+5
*
Save and restore the DidCallStackSave variable
Anders Carlsson
2009-02-09
1
-0
/
+4
*
When we're at the stack depth we want, there isn't anything to do.
Mike Stump
2009-02-08
1
-0
/
+4
*
Wire up break and continue processing to the new stack depth adjuster.
Mike Stump
2009-02-08
1
-39
/
+49
*
When emitting blocks, keep track of which cleanup scope they have. Minor fixe...
Anders Carlsson
2009-02-08
1
-0
/
+6
*
Add support for emitting cleanup blocks. Make EmitCompoundStatement emit clea...
Anders Carlsson
2009-02-07
1
-1
/
+6
*
Ensure we track all the stack depths for all break and continue points
Mike Stump
2009-02-07
1
-4
/
+16
*
Format for 80-cols.
Mike Stump
2009-02-07
1
-2
/
+2
*
Arrange to have the correct StackDepth for while statements.
Mike Stump
2009-02-07
1
-8
/
+8
*
Fit into 80-col.
Mike Stump
2009-02-07
1
-3
/
+3
*
Fixup goto codegen in and around VLAs.
Mike Stump
2009-02-07
1
-19
/
+65
*
If an input constraint refers to an output constraint, it should have the sam...
Anders Carlsson
2009-01-27
1
-1
/
+6
*
silence a couple unused variable 'result' warnings.
Chris Lattner
2009-01-21
1
-2
/
+2
*
CG support for inline asm constraints with symbolic names. Fixes PR3345
Anders Carlsson
2009-01-18
1
-2
/
+18
*
Add sema support for symbolic names in inline asm statements.
Anders Carlsson
2009-01-18
1
-1
/
+1
*
Change TargetInfo::validateInputConstraint to take begin/end name iterators i...
Anders Carlsson
2009-01-17
1
-1
/
+3
*
Handle multi-value inputs
Anders Carlsson
2009-01-12
1
-5
/
+18
*
More inline asm fixes
Anders Carlsson
2009-01-11
1
-1
/
+4
*
Handle readwrite constraints correctly
Anders Carlsson
2009-01-11
1
-1
/
+2
*
Use a common function for emitting asm inputs and remove a FIXME
Anders Carlsson
2009-01-11
1
-31
/
+26
*
Fix for PR3246: an empty clobber list is the empty string, not a null
Eli Friedman
2008-12-21
1
-2
/
+3
*
Extend the unsupported error to include break and continue, and fix a
Eli Friedman
2008-12-20
1
-8
/
+12
*
Check the entire StackSaveValues stack for VLAs when dealing with goto and re...
Anders Carlsson
2008-12-20
1
-6
/
+10
*
Add some ErrorUnsupported calls and turn on VLA codegen again.
Anders Carlsson
2008-12-20
1
-1
/
+21
*
Store the size of the EH stack inside each BreakContinue struct so we know wh...
Anders Carlsson
2008-12-13
1
-6
/
+10
*
Work in preparation for VLAs. Make sure to restore the stack if necessary (Sa...
Anders Carlsson
2008-12-12
1
-14
/
+29
*
Use Expr::Evaluate for case statements. Fixes PR2525
Anders Carlsson
2008-11-22
1
-3
/
+3
*
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
[next]