aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
AgeCommit message (Expand)Author
2013-03-26The IRReader header is now part of its own library. Update the includeChandler Carruth
2013-03-07Move the atomics code into its own file.John McCall
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-02-01Add missing dependency to unbreak the CMake buildDouglas Gregor
2011-11-27When destroying temporaries, instead of a custom cleanup use thePeter Collingbourne
2011-11-10Add missing dependency for shared library build to CMakeLists. Patch by Joha...Eli Friedman
2011-10-06CUDA: IR generation support for kernel call expressionsPeter Collingbourne
2011-09-19OpenCL: introduce support for function scope __local variablesPeter Collingbourne
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-03-25Unbreak CMake build.Anders Carlsson
2011-02-11Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.Jeffrey Yasskin
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-01-28Add my new file to the CMake lists, sorry about that.John McCall
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne
2010-11-28Add a CGCXXABI.cpp file.Anders Carlsson
2010-10-15Update CMake.Daniel Dunbar
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-11CMake: Fix mingw32 build.Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-06-17Update CMake build for new attribute changes.Sean Hunt
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-09Add a stub Microsoft Visual C++ ABI class (with stub mangler).Charles Davis
2010-05-30Convert DeclNodes to use TableGen.Sean Hunt
2010-05-25IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis
2010-05-05Unbreak CMake build.Douglas Gregor
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