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
/
CGExprAgg.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
-337
/
+0
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-4
/
+2
*
Improve non-const initializer implementation.
Lauro Ramos Venancio
2008-02-19
1
-31
/
+51
*
Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...
Lauro Ramos Venancio
2008-02-19
1
-43
/
+14
*
Implement multi-dimension array initalizer.
Lauro Ramos Venancio
2008-02-18
1
-60
/
+85
*
A couple of minor fixes to aggregate codegen, to stop asserting on some
Eli Friedman
2008-02-11
1
-7
/
+14
*
Remainder of the __builtin_overload feedback
Nate Begeman
2008-01-31
1
-0
/
+15
*
move some constructors out of line and fix indentation in ObjCAtThrowStmt::ge...
Chris Lattner
2008-01-30
1
-1
/
+1
*
Assert that the type of the cast is equal to the _unqualified_ type of the su...
Anders Carlsson
2008-01-18
1
-1
/
+1
*
Add codegen upport for implicit casts to aggregate exprs.
Anders Carlsson
2008-01-14
1
-1
/
+11
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
String literal in aggregate expression
Seo Sanghyeon
2007-12-23
1
-0
/
+1
*
Update to use new PointerType::getUnqual() api.
Christopher Lamb
2007-12-17
1
-1
/
+1
*
Array subscription in aggregate expression
Seo Sanghyeon
2007-12-14
1
-5
/
+7
*
Implement dereference operator in aggregate expression
Seo Sanghyeon
2007-12-14
1
-0
/
+1
*
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-12-02
1
-7
/
+3
*
Generate code for member exprs.
Anders Carlsson
2007-11-02
1
-0
/
+2
*
Handle function calls that return aggregate expressions.
Anders Carlsson
2007-10-31
1
-1
/
+14
*
Fix 80 col violations.
Devang Patel
2007-10-30
1
-2
/
+4
*
Insetead of assert() just emit an error message for
Devang Patel
2007-10-29
1
-2
/
+6
*
Codegen array initializers.
Devang Patel
2007-10-26
1
-1
/
+77
*
Use LLVMFoldingBuilder
Devang Patel
2007-10-09
1
-1
/
+1
*
When dumping out errors about unsupported stuff, emit loc info.
Chris Lattner
2007-09-13
1
-2
/
+2
*
add stmtexpr support for aggregates
Chris Lattner
2007-08-31
1
-0
/
+5
*
move EmitAggregateCopy into AggExprEmitter
Chris Lattner
2007-08-26
1
-36
/
+39
*
rename two files.
Chris Lattner
2007-08-24
1
-0
/
+186