aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExpr.cpp
AgeCommit message (Expand)Author
2008-05-09Extend vector member references to include {.hi, .lo, .e, .o} which return aNate Begeman
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-04Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner
2008-04-04Codegen assignment to self correctly, patch by David Chisnall!Chris Lattner
2008-03-30some cleanups on top of David's patch. There are still twoChris Lattner
2008-03-30Add initial support for objc codegen for methods, ivars, and theChris Lattner
2008-03-19simplify the clang codegen by using the new Builder.CreateStructGEP method.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner