aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
AgeCommit message (Expand)Author
2010-04-08Rename CGVtable files to CGVTables.Anders Carlsson
2010-01-21Move the VTT related code into its own file, CGVTT.cppAnders Carlsson
2010-01-10Try to make cmake happyAnton Korobeynikov
2009-12-10Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.Anders Carlsson
2009-12-02Rename CGRtti.cpp to CGRTTI.cpp.Mike Stump
2009-11-24Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...Anders Carlsson
2009-10-30Add CGException.cpp, to be used for exception related code generation.Anders Carlsson
2009-10-11Add CGVtable.cpp to CMakeLists.Benjamin Kramer
2009-10-10Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...Anders Carlsson
2009-09-22Move codegen of new and delete to CGCXXExpr.cppAnders Carlsson
2009-09-12Update CMake files.Benjamin Kramer
2009-07-23Unbreak the CMake buildDouglas Gregor
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek
2009-06-05Update cmake scriptAnton Korobeynikov
2009-06-03Fix cmake builds.Mike Stump
2009-02-13Fix cmake builds.Mike Stump
2009-02-13Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes