| Commit message (Expand) | Author | Age | Files | Lines |
* | [CMake] Fill up required libs, corresponding to r241653. | NAKAMURA Takumi | 2015-07-08 | 1 | -0/+1 |
* | Revert "Revert r241620 and follow-up commits" and move the initialization | Adrian Prantl | 2015-07-08 | 1 | -0/+1 |
* | Revert r241620 and follow-up commits while investigating linux buildbot failu... | Adrian Prantl | 2015-07-07 | 1 | -1/+0 |
* | Wrap clang modules and pch files in an object file container. | Adrian Prantl | 2015-07-07 | 1 | -0/+1 |
* | add missing dependency for CodeGen lib | Sanjay Patel | 2015-06-02 | 1 | -0/+1 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -2/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -0/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -2/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -0/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -2/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -2/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -2/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+2 |
* | [CMake] clangCodeGen: Prune a redundant "Target" out of libdeps. It is suppli... | NAKAMURA Takumi | 2015-01-15 | 1 | -1/+0 |
* | [CMake] Update libdeps on clangCodeGen, corresponding to r226079. | NAKAMURA Takumi | 2015-01-15 | 1 | -0/+1 |
* | cmake: Conditionalize CodeGen's dependency on intrinsics_gen | Reid Kleckner | 2014-11-05 | 1 | -1/+10 |
* | Move SanitizerBlacklist to clangBasic. NFC. | Alexey Samsonov | 2014-10-15 | 1 | -1/+0 |
* | [CMake] clangCodeGen: Update libdeps to add clangLex for PPChainedCallbacks. | NAKAMURA Takumi | 2014-08-05 | 1 | -0/+1 |
* | Revert r214757 (Same fix as r214758) | Alex Lorenz | 2014-08-04 | 1 | -1/+0 |
* | Add CoverageMappingGen.cpp (introduced in r214752) to CMakeLists.txt | David Blaikie | 2014-08-04 | 1 | -0/+1 |
* | add lib/CodeGen/CoverageMappingGen.cpp to CMake | Alex Lorenz | 2014-08-04 | 1 | -0/+1 |
* | [Sanitizer] Introduce SanitizerMetadata class. | Alexey Samsonov | 2014-08-01 | 1 | -0/+1 |
* | [CMake] Update libdeps. | NAKAMURA Takumi | 2014-07-14 | 1 | -0/+1 |
* | [CMake] Reorder libdeps by alphabetical order. | NAKAMURA Takumi | 2014-07-14 | 1 | -1/+1 |
* | Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics. | Alexey Samsonov | 2014-07-09 | 1 | -1/+1 |
* | Revert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt (r212445)" | Tobias Grosser | 2014-07-07 | 1 | -2/+0 |
* | Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt | Tobias Grosser | 2014-07-07 | 1 | -0/+2 |
* | CodeGen: Refactor RTTI emission | David Majnemer | 2014-07-07 | 1 | -2/+0 |
* | [MS-ABI] Implements MS-compatible RTTI | Warren Hunt | 2014-05-23 | 1 | -0/+1 |
* | This patch adds a helper class (CGLoopInfo) for marking memory instructions w... | Alexander Musman | 2014-05-22 | 1 | -0/+1 |
* | [OPENMP] Initial codegen for '#pragma omp parallel' | Alexey Bataev | 2014-05-06 | 1 | -0/+2 |
* | CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use= | Justin Bogner | 2014-04-18 | 1 | -0/+1 |
* | [CMake] Use LINK_LIBS instead of target_link_libraries(). | NAKAMURA Takumi | 2014-02-26 | 1 | -2/+1 |
* | [CMake] Apply DEPENDS intrinsics_gen in clangCodeGen. | NAKAMURA Takumi | 2014-02-26 | 1 | -0/+3 |
* | [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce... | NAKAMURA Takumi | 2014-02-21 | 1 | -11/+0 |
* | Properly sort CMake list. NFC. | Ted Kremenek | 2014-01-06 | 1 | -6/+6 |
* | CodeGen: Initial instrumentation based PGO implementation | Justin Bogner | 2014-01-06 | 1 | -0/+1 |
* | [ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp | Reid Kleckner | 2014-01-03 | 1 | -1/+0 |
* | [CMake] clang/lib: Prune redundant dependencies. | NAKAMURA Takumi | 2013-12-10 | 1 | -2/+0 |
* | [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t... | NAKAMURA Takumi | 2013-12-09 | 1 | -8/+16 |
* | Add CodeGenABITypes.h for use in LLDB. | Mark Lacey | 2013-10-30 | 1 | -0/+1 |
* | [ms-cxxabi] Emit and install appropriately mangled vbtables | Reid Kleckner | 2013-06-19 | 1 | -0/+1 |
* | The IRReader header is now part of its own library. Update the include | Chandler Carruth | 2013-03-26 | 1 | -0/+1 |
* | Move the atomics code into its own file. | John McCall | 2013-03-07 | 1 | -0/+1 |
* | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi | 2012-07-27 | 1 | -0/+3 |
* | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko | 2012-07-06 | 1 | -0/+1 |
* | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth | 2012-06-21 | 1 | -4/+12 |
* | Add missing dependency to unbreak the CMake build | Douglas Gregor | 2012-02-01 | 1 | -0/+1 |