summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky2011-04-211-0/+1
* Unbreak CMake build.Anders Carlsson2011-03-251-0/+1
* Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.Jeffrey Yasskin2011-02-111-0/+7
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Add my new file to the CMake lists, sorry about that.John McCall2011-01-281-0/+1
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-1/+0
* Add a CGCXXABI.cpp file.Anders Carlsson2010-11-281-0/+1
* Update CMake.Daniel Dunbar2010-10-151-0/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-16/+4
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-111-0/+2
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-4/+14
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+2
* Update CMake build for new attribute changes.Alexis Hunt2010-06-171-1/+2
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+2
* Add a stub Microsoft Visual C++ ABI class (with stub mangler).Charles Davis2010-06-091-0/+1
* Convert DeclNodes to use TableGen.Alexis Hunt2010-05-301-1/+1
* IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis2010-05-251-1/+2
* Unbreak CMake build.Douglas Gregor2010-05-051-0/+2
* Rename CGVtable files to CGVTables.Anders Carlsson2010-04-081-1/+1
* Move the VTT related code into its own file, CGVTT.cppAnders Carlsson2010-01-211-0/+1
* Try to make cmake happyAnton Korobeynikov2010-01-101-1/+1
* Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.Anders Carlsson2009-12-101-0/+1
* Rename CGRtti.cpp to CGRTTI.cpp.Mike Stump2009-12-021-1/+1
* Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...Anders Carlsson2009-11-241-4/+4
* Add CGException.cpp, to be used for exception related code generation.Anders Carlsson2009-10-301-0/+1
* Add CGVtable.cpp to CMakeLists.Benjamin Kramer2009-10-111-0/+1
* Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...Anders Carlsson2009-10-101-0/+1
* Move codegen of new and delete to CGCXXExpr.cppAnders Carlsson2009-09-221-0/+1
* Update CMake files.Benjamin Kramer2009-09-121-0/+1
* Unbreak the CMake buildDouglas Gregor2009-07-231-0/+1
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-3/+3
* Update cmake scriptAnton Korobeynikov2009-06-051-0/+1
* Fix cmake builds.Mike Stump2009-06-031-0/+1
* Fix cmake builds.Mike Stump2009-02-131-0/+1
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-0/+1
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+22
OpenPOWER on IntegriCloud