aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
2007-10-31Initialize MemCpyFnDevang Patel
2007-10-31temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner
2007-10-31Make target info available to clang code generator.Devang Patel
2007-10-30Refactor code into a separate method.Devang Patel
2007-10-30Fix 80 col violations.Devang Patel
2007-10-26Codegen global array initializers.Devang Patel
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-09-13Phase 2 of making the Decl class more lightweight...Steve Naroff
2007-09-04eliminate some VC++ warnings, patch contributed by Hartmut KaiserChris Lattner
2007-08-31Implement codegen support for lowering "library builtins" like __builtin_isinf Chris Lattner
2007-08-31add the ability to get the llvm function corresponding to a library builtin.Chris Lattner
2007-08-21Implement code generation for constant CFStrings.Anders Carlsson
2007-08-17Add preliminary support for converting struct types.Anders Carlsson
2007-07-15Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner
2007-07-14A significant refactoring of the type size stuff to also Chris Lattner
2007-07-14Implement trivial integer initializers, like 'int X = 4;' for globalChris Lattner
2007-07-14In "int X,Y;", compile both X and Y.Chris Lattner
2007-07-13implement support for basic codegen of global variables with no initializers.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer