summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CGExprAgg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-337/+0
* remove the source location arguments to various target query methods.Chris Lattner2008-03-051-4/+2
* Improve non-const initializer implementation. Lauro Ramos Venancio2008-02-191-31/+51
* Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...Lauro Ramos Venancio2008-02-191-43/+14
* Implement multi-dimension array initalizer.Lauro Ramos Venancio2008-02-181-60/+85
* A couple of minor fixes to aggregate codegen, to stop asserting on someEli Friedman2008-02-111-7/+14
* Remainder of the __builtin_overload feedbackNate Begeman2008-01-311-0/+15
* move some constructors out of line and fix indentation in ObjCAtThrowStmt::ge...Chris Lattner2008-01-301-1/+1
* Assert that the type of the cast is equal to the _unqualified_ type of the su...Anders Carlsson2008-01-181-1/+1
* Add codegen upport for implicit casts to aggregate exprs.Anders Carlsson2008-01-141-1/+11
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* String literal in aggregate expressionSeo Sanghyeon2007-12-231-0/+1
* Update to use new PointerType::getUnqual() api.Christopher Lamb2007-12-171-1/+1
* Array subscription in aggregate expressionSeo Sanghyeon2007-12-141-5/+7
* Implement dereference operator in aggregate expressionSeo Sanghyeon2007-12-141-0/+1
* convert the rest of the stderr users in codegen to use diagnostics.Chris Lattner2007-12-021-7/+3
* Generate code for member exprs.Anders Carlsson2007-11-021-0/+2
* Handle function calls that return aggregate expressions.Anders Carlsson2007-10-311-1/+14
* Fix 80 col violations.Devang Patel2007-10-301-2/+4
* Insetead of assert() just emit an error message forDevang Patel2007-10-291-2/+6
* Codegen array initializers.Devang Patel2007-10-261-1/+77
* Use LLVMFoldingBuilderDevang Patel2007-10-091-1/+1
* When dumping out errors about unsupported stuff, emit loc info.Chris Lattner2007-09-131-2/+2
* add stmtexpr support for aggregatesChris Lattner2007-08-311-0/+5
* move EmitAggregateCopy into AggExprEmitterChris Lattner2007-08-261-36/+39
* rename two files.Chris Lattner2007-08-241-0/+186
OpenPOWER on IntegriCloud