aboutsummaryrefslogtreecommitdiff
path: root/CodeGen
AgeCommit message (Expand)Author
2007-07-13implement _Complex * == and !=Gabor Greif
2007-07-13Move getSize() out of type, into ASTContext, where it has target info, andChris Lattner
2007-07-13implement codegen support for implicit casts.Chris Lattner
2007-07-13silence a bogus gcc warning.Chris Lattner
2007-07-13"Codegen for Character Literals and Conditional OperatorChris Lattner
2007-07-13implement support for basic codegen of global variables with no initializers.Chris Lattner
2007-07-13"Someone typed "PtrToInt" where they meant "IntToPtr".Chris Lattner
2007-07-13Implement codegen for + and - with pointers. Patch contributed by Chris Lattner
2007-07-12Fix "no newline at end of file" warnings. Patch contributed byChris Lattner
2007-07-12Evaluate the initializer for automatic variables.Chris Lattner
2007-07-11implement codegen support for pre/post inc/dec.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer