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
*
Implement proper cleanup semantics for condition variables in for
Douglas Gregor
2009-11-25
1
-11
/
+34
*
Eliminate CXXConditionDeclExpr with extreme prejudice.
Douglas Gregor
2009-11-25
1
-0
/
+10
*
Clean up the AST for while loops and fix several problems with
Douglas Gregor
2009-11-24
1
-8
/
+46
*
Explicitly store the condition variable within switch statements, and
Douglas Gregor
2009-11-24
1
-0
/
+5
*
Introduce cleanup scopes for "if" statements in two places:
Douglas Gregor
2009-11-24
1
-12
/
+16
*
Explicitly track the condition variable within an "if" statement,
Douglas Gregor
2009-11-23
1
-0
/
+2
*
Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.
Daniel Dunbar
2009-11-13
1
-1
/
+1
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now...
Devang Patel
2009-11-12
1
-14
/
+0
*
update comment, pointed out by Gabor
Chris Lattner
2009-11-06
1
-3
/
+1
*
indirectbr seems to work! Rip out the old code.
Chris Lattner
2009-11-06
1
-5
/
+0
*
Implement clang support for indirect branch and address of label
Chris Lattner
2009-10-28
1
-0
/
+5
*
reimplement codegen for indirect goto with the following advantages:
Chris Lattner
2009-10-13
1
-5
/
+12
*
Add support to attach debug info to an instruction.
Devang Patel
2009-10-06
1
-10
/
+24
*
CodeGen for try statements. (We just emit the body for now).
Anders Carlsson
2009-09-27
1
-0
/
+4
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-103
/
+103
*
Update for LLVM API change.
Owen Anderson
2009-08-13
1
-7
/
+7
*
Update for LLVM API change.
Owen Anderson
2009-08-05
1
-1
/
+1
*
Revert the fix for PR3800, it broke things.
Anders Carlsson
2009-08-04
1
-2
/
+5
*
Remove old code that was causing the new test to fail.
Anders Carlsson
2009-08-02
1
-3
/
+0
*
Don't evaluate inout constraints twice. Fixes PR3800.
Anders Carlsson
2009-08-02
1
-2
/
+2
*
Canonicalize else spacing.
Mike Stump
2009-07-30
1
-1
/
+0
*
Update for LLVM API change.
Owen Anderson
2009-07-24
1
-6
/
+7
*
Detect when the current generation point is unreachable after emitting
Daniel Dunbar
2009-07-19
1
-3
/
+12
*
Fix thinko.
Daniel Dunbar
2009-07-19
1
-0
/
+7
*
Avoid generation of dead code in a few more situations.
Daniel Dunbar
2009-07-19
1
-8
/
+19
*
Update for LLVM API change.
Owen Anderson
2009-07-16
1
-5
/
+5
*
Add IRGen support for return statements in functions with reference
Eli Friedman
2009-05-27
1
-0
/
+4
*
Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a).
Mike Stump
2009-05-26
1
-1
/
+1
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-1
/
+1
*
"Fix" a problem with debug info in the presence of always_inline
Chris Lattner
2009-05-04
1
-2
/
+9
*
Remove unnecessary copy of constraint info.
Daniel Dunbar
2009-05-04
1
-1
/
+1
*
Remove unnecessary push_back (at least, I think it's unnecessary);
Eli Friedman
2009-05-04
1
-2
/
+0
*
look at the right operand when increasing the size of an asm output,
Chris Lattner
2009-05-03
1
-3
/
+1
*
don't shadow 'i'
Chris Lattner
2009-05-03
1
-5
/
+7
*
add support for tying asm operands where the result is smaller than
Chris Lattner
2009-05-03
1
-15
/
+64
*
implement support for asm outputs targetting non-simple lvalue destinations
Chris Lattner
2009-05-03
1
-11
/
+13
*
handle codegen of asms where a small input is tied to a large output.
Chris Lattner
2009-05-03
1
-0
/
+22
*
refactor some code to get the input/output constraint info before
Chris Lattner
2009-05-03
1
-15
/
+27
*
Don't use indirect memory destinations for inline asm. Fixes 6841383.
Anders Carlsson
2009-05-01
1
-15
/
+27
*
pull operands names "[foo]" into ConstraintInfo.
Chris Lattner
2009-04-26
1
-14
/
+11
*
pull the constraint string into the ConstraintInfo struct
Chris Lattner
2009-04-26
1
-6
/
+4
*
change TargetInfo::ConstraintInfo to be a struct that contains
Chris Lattner
2009-04-26
1
-6
/
+4
*
Minor simplification.
Eli Friedman
2009-04-13
1
-6
/
+1
*
Fix a subtle bug where the cleanup scope entries had a dangling block reference
Daniel Dunbar
2009-04-01
1
-14
/
+27
*
introduce a new -fheinous-gnu-extensions flag that enables really
Chris Lattner
2009-03-13
1
-1
/
+6
*
add plumbing to report diagnostics back through sema for malformed asmstrings.
Chris Lattner
2009-03-10
1
-1
/
+2
*
move the asm string analysis code out of codegen into common
Chris Lattner
2009-03-10
1
-112
/
+15
*
Fix PR3682 by just disabling a broken assertion. This check should be
Chris Lattner
2009-03-10
1
-3
/
+2
*
reduce duplication of parsing code between %0 and %x0 and
Chris Lattner
2009-03-10
1
-19
/
+18
*
move matching of named operands into AsmStmt class. At the same
Chris Lattner
2009-03-10
1
-24
/
+5
[next]