summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* [CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi2014-07-141-1/+1
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-1/+1
* Revert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt (r212445)"Tobias Grosser2014-07-071-2/+0
* Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txtTobias Grosser2014-07-071-0/+2
* CodeGen: Refactor RTTI emissionDavid Majnemer2014-07-071-2/+0
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-0/+1
* This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman2014-05-221-0/+1
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-0/+2
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-181-0/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.NAKAMURA Takumi2014-02-261-0/+3
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-11/+0
* Properly sort CMake list. NFC.Ted Kremenek2014-01-061-6/+6
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-0/+1
* [ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cppReid Kleckner2014-01-031-1/+0
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-2/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-8/+16
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* [ms-cxxabi] Emit and install appropriately mangled vbtablesReid Kleckner2013-06-191-0/+1
* The IRReader header is now part of its own library. Update the includeChandler Carruth2013-03-261-0/+1
* Move the atomics code into its own file.John McCall2013-03-071-0/+1
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+3
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-4/+12
* Add missing dependency to unbreak the CMake buildDouglas Gregor2012-02-011-0/+1
* When destroying temporaries, instead of a custom cleanup use thePeter Collingbourne2011-11-271-1/+0
* Add missing dependency for shared library build to CMakeLists. Patch by Joha...Eli Friedman2011-11-101-0/+1
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-0/+2
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+1
* 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
OpenPOWER on IntegriCloud