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
/
CodeGen
/
CGStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-776
/
+0
*
Fix a bug in ConvertAsmString function.
Lauro Ramos Venancio
2008-02-26
1
-2
/
+2
*
Convert x86 target specific inline asm constraints to LLVM.
Lauro Ramos Venancio
2008-02-26
1
-5
/
+5
*
Even more inline asm codegen fixes.
Anders Carlsson
2008-02-06
1
-1
/
+4
*
Improvements to inline asm code generation.
Anders Carlsson
2008-02-05
1
-2
/
+34
*
More improvements to inline asm CG.
Anders Carlsson
2008-02-05
1
-3
/
+39
*
Append input argument to args vector.
Anders Carlsson
2008-02-05
1
-0
/
+1
*
Add code generation for inline asm statements.
Anders Carlsson
2008-02-05
1
-0
/
+202
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-12-02
1
-1
/
+1
*
move unsupported warning into a centralized place.
Chris Lattner
2007-12-02
1
-8
/
+1
*
Warn about unsupported codegen with the diags machinery, giving us:
Chris Lattner
2007-12-02
1
-2
/
+8
*
Add support for __builtin_expect which is needed for assert,
Oliver Hunt
2007-12-02
1
-1
/
+1
*
fix a couple switch codegen problems Oliver reported.
Chris Lattner
2007-12-01
1
-1
/
+4
*
Support fully general case expressions, patch by Sanghyeon Seo!
Chris Lattner
2007-11-30
1
-1
/
+3
*
Fix 80 col violations.
Devang Patel
2007-10-30
1
-2
/
+2
*
Recognize while(1) and avoid extra blocks.
Devang Patel
2007-10-09
1
-4
/
+16
*
Recognize "do {} while (0)" idiom and avoid extra basic blocks.
Devang Patel
2007-10-09
1
-5
/
+18
*
Use const& for RHS.
Devang Patel
2007-10-09
1
-1
/
+1
*
Code gen case statement ranges.
Devang Patel
2007-10-08
1
-11
/
+70
*
Support case statement ranges.
Devang Patel
2007-10-05
1
-3
/
+15
*
switch statement code gen.
Devang Patel
2007-10-04
1
-0
/
+50
*
Do not codegen dummy block.
Devang Patel
2007-09-28
1
-2
/
+14
*
Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.
Steve Naroff
2007-09-13
1
-1
/
+2
*
When dumping out errors about unsupported stuff, emit loc info.
Chris Lattner
2007-09-13
1
-1
/
+1
*
Generalize RValue to handle complex better, generalize EmitCompoundStmt to
Chris Lattner
2007-08-31
1
-10
/
+4
*
implement code generation for scalar stmt expressions.
Chris Lattner
2007-08-31
1
-3
/
+20
*
eliminate EmitAnyExpr, inlining it and simplifying it into its only caller.
Chris Lattner
2007-08-26
1
-3
/
+8
*
be slightly more volatile correct
Chris Lattner
2007-08-26
1
-1
/
+1
*
Fix return of aggregate and return of complex.
Chris Lattner
2007-08-26
1
-17
/
+10
*
these implicit conversions are now explicit :)
Chris Lattner
2007-08-26
1
-3
/
+0
*
completely refactor codegen of scalar expressions out into its own CGExprScal...
Chris Lattner
2007-08-24
1
-2
/
+3
*
implement passing of complex and aggregates through call args.
Chris Lattner
2007-08-23
1
-6
/
+1
*
Split complex arithmetic codegen out from aggregate codegen.
Chris Lattner
2007-08-21
1
-1
/
+3
*
start splitting out aggregate value computation from EmitExpr into EmitAggExpr.
Chris Lattner
2007-08-11
1
-2
/
+6
*
Implement break and continue. Patch by Anders Carlsson!
Chris Lattner
2007-07-16
1
-12
/
+57
*
silence a bogus gcc warning.
Chris Lattner
2007-07-13
1
-0
/
+2
*
Fix "no newline at end of file" warnings. Patch contributed by
Chris Lattner
2007-07-12
1
-1
/
+1
*
Add support for codegen'ing vector subscripts, at least when they are lvalues.
Chris Lattner
2007-07-10
1
-1
/
+1
*
implement support for struct and complex returns.
Chris Lattner
2007-06-22
1
-2
/
+2
*
remove location tracking for target info
Chris Lattner
2007-06-22
1
-1
/
+1
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-19
/
+18
*
Implement implicit conversions in return stmts.
Chris Lattner
2007-06-13
1
-5
/
+13
*
codegen all declarators in a declstmt, allowing us to successfully codegen
Chris Lattner
2007-06-09
1
-0
/
+4
*
implement codegen of a bunch more loop constructs and most expressions
Chris Lattner
2007-06-05
1
-16
/
+86
*
implement codegen of while stmts and lvalue evaluation of paren exprs :)
Chris Lattner
2007-06-05
1
-4
/
+46
*
Refactor EvaluateScalarValueToBool out of if statement emission, so it can
Chris Lattner
2007-06-02
1
-56
/
+2
*
Start stubbing out decl codegen.
Chris Lattner
2007-06-02
1
-0
/
+1
*
implement codegen support for return of void and simple scalars.
Chris Lattner
2007-06-02
1
-0
/
+34
*
stub out codegen of binary plus. We now compile:
Chris Lattner
2007-06-02
1
-4
/
+4
[next]