aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CGAggExpr.cpp
AgeCommit message (Expand)Author
2007-08-24rename two files.Chris Lattner
2007-08-21move EmitLoadOfComplex/EmitStoreOfComplex into ComplexExprEmitter.Chris Lattner
2007-08-21update some comments.Chris Lattner
2007-08-21Split complex arithmetic codegen out from aggregate codegen.Chris Lattner
2007-08-21simplify this a bit to remove indirectionChris Lattner
2007-08-21reimplement addition of complex numbers.Chris Lattner
2007-08-21Add the ability to visit binary operators without having toChris Lattner
2007-08-21switch aggregate expr codegen to use a visitor to localize most of the nasty Chris Lattner
2007-08-11start splitting out aggregate value computation from EmitExpr into EmitAggExpr.Chris Lattner
2007-08-10New file, just a placeholder for now.Chris Lattner