aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CGExprAgg.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-05remove the source location arguments to various target query methods.Chris Lattner
2008-02-19Improve non-const initializer implementation. Lauro Ramos Venancio
2008-02-19Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...Lauro Ramos Venancio
2008-02-18Implement multi-dimension array initalizer.Lauro Ramos Venancio
2008-02-11A couple of minor fixes to aggregate codegen, to stop asserting on someEli Friedman
2008-01-31Remainder of the __builtin_overload feedbackNate Begeman
2008-01-30move some constructors out of line and fix indentation in ObjCAtThrowStmt::ge...Chris Lattner
2008-01-18Assert that the type of the cast is equal to the _unqualified_ type of the su...Anders Carlsson
2008-01-14Add codegen upport for implicit casts to aggregate exprs.Anders Carlsson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-23String literal in aggregate expressionSeo Sanghyeon
2007-12-17Update to use new PointerType::getUnqual() api.Christopher Lamb
2007-12-14Array subscription in aggregate expressionSeo Sanghyeon
2007-12-14Implement dereference operator in aggregate expressionSeo Sanghyeon
2007-12-02convert the rest of the stderr users in codegen to use diagnostics.Chris Lattner
2007-11-02Generate code for member exprs.Anders Carlsson
2007-10-31Handle function calls that return aggregate expressions.Anders Carlsson
2007-10-30Fix 80 col violations.Devang Patel
2007-10-29Insetead of assert() just emit an error message forDevang Patel
2007-10-26Codegen array initializers.Devang Patel
2007-10-09Use LLVMFoldingBuilderDevang Patel
2007-09-13When dumping out errors about unsupported stuff, emit loc info.Chris Lattner
2007-08-31add stmtexpr support for aggregatesChris Lattner
2007-08-26move EmitAggregateCopy into AggExprEmitterChris Lattner
2007-08-24rename two files.Chris Lattner