| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Disabling warnings for MSVC build to enable /W4 use. | Andrew Kaylor | 2015-03-24 | 1 | -0/+16 |
| * | Re-land: Generate targets for each lit suite. | Chris Bieneman | 2015-03-23 | 1 | -0/+22 |
| * | Raising minimum required CMake version to 2.8.12.2. | Chris Bieneman | 2015-03-23 | 1 | -2/+2 |
| * | Fixing dependencies for native tablegen. | Chris Bieneman | 2015-03-19 | 1 | -4/+2 |
| * | [CMake] Don't pass in MSVC warning flags as definitions. | Greg Bedwell | 2015-03-19 | 1 | -2/+9 |
| * | Revert "Generate targets for each lit suite." | Chris Bieneman | 2015-03-18 | 1 | -23/+0 |
| * | Generate targets for each lit suite. | Chris Bieneman | 2015-03-18 | 1 | -0/+23 |
| * | CMake: Disable ENABLE_EXPORTS for executables with MSVC | Reid Kleckner | 2015-03-18 | 1 | -0/+6 |
| * | Refactoring CMake CrossCompile module. | Chris Bieneman | 2015-03-12 | 2 | -34/+56 |
| * | Revert "[CMake] Don't pass in MSVC warning flags as definitions" | Greg Bedwell | 2015-03-11 | 1 | -11/+4 |
| * | [CMake] Don't pass in MSVC warning flags as definitions | Greg Bedwell | 2015-03-11 | 1 | -4/+11 |
| * | Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us... | Chris Bieneman | 2015-03-10 | 1 | -1/+1 |
| * | Teach the LLVM CMake build how to explicitly use libc++abi when using | Chandler Carruth | 2015-03-07 | 1 | -10/+16 |
| * | [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu... | Kostya Serebryany | 2015-03-03 | 1 | -1/+1 |
| * | cmake: Use MSVC atomics with clang-cl | Reid Kleckner | 2015-03-02 | 1 | -0/+1 |
| * | Making the SO version major.minor instead of just major because ABI and API c... | Chris Bieneman | 2015-03-02 | 1 | -1/+1 |
| * | Minor follow-ups to r229720 suggested on llvmdev | Reid Kleckner | 2015-02-27 | 1 | -1/+1 |
| * | [CMake] Fix the clang-cl self host build. | Zachary Turner | 2015-02-25 | 2 | -1/+6 |
| * | build: check if atomic routines are implicitly provided | Saleem Abdulrasool | 2015-02-25 | 1 | -3/+7 |
| * | Revert "Raising minimum required CMake version to 2.8.12.2." | Tobias Grosser | 2015-02-24 | 1 | -2/+2 |
| * | Revert "Revert "Raising minimum required CMake version to 2.8.12.2."" | Chad Rosier | 2015-02-23 | 1 | -2/+2 |
| * | Revert "Raising minimum required CMake version to 2.8.12.2." | Chad Rosier | 2015-02-23 | 1 | -2/+2 |
| * | cmake: Don't do the libstdc++ version check when clang simulates MSVC | Reid Kleckner | 2015-02-23 | 1 | -5/+9 |
| * | Raising minimum required CMake version to 2.8.12.2. | Chris Bieneman | 2015-02-20 | 1 | -2/+2 |
| * | CMake: Fix add_lit_target for the case where a test suite has zero target dep... | Peter Collingbourne | 2015-02-18 | 1 | -2/+4 |
| * | Adding install targets for individual LLVM tools and libraries. | Chris Bieneman | 2015-02-18 | 1 | -2/+20 |
| * | Enable standard so versioning for libLLVM. | Chris Bieneman | 2015-02-18 | 1 | -0/+5 |
| * | Downgrade build system error message to a warning | Filipe Cabecinhas | 2015-02-18 | 1 | -2/+5 |
| * | We require MSVC 2013 Update 4 due to previous versions miscompiling ASTMatchers | Filipe Cabecinhas | 2015-02-17 | 1 | -2/+2 |
| * | Update the docs to require at least MSVC 2013. | Benjamin Kramer | 2015-02-15 | 1 | -2/+2 |
| * | Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ... | NAKAMURA Takumi | 2015-02-15 | 1 | -6/+0 |
| * | Revert r229185, "Raising minimum required Visual Studio version to 2013." | NAKAMURA Takumi | 2015-02-14 | 1 | -0/+6 |
| * | Raising minimum required Visual Studio version to 2013. | Chris Bieneman | 2015-02-13 | 1 | -6/+0 |
| * | Teach llvm_add_library() to find include dirs. | Zachary Turner | 2015-02-10 | 1 | -10/+23 |
| * | Handle LLVM_USE_SANITIZER=Address;Undefined (and the other way around) | Filipe Cabecinhas | 2015-02-04 | 1 | -0/+5 |
| * | [CMake] add_llvm_library: don't use .imp suffix for import libraries on Windo... | Hans Wennborg | 2015-02-03 | 1 | -5/+0 |
| * | Add cmake flag LLVM_USE_SANITIZE_COVERAGE | Kostya Serebryany | 2015-01-27 | 1 | -0/+3 |
| * | Reverting r226937: lit: Make MCJIT's supported arch check case insensitive | Kuba Brecka | 2015-01-24 | 1 | -0/+1 |
| * | lit: Make MCJIT's supported arch check case insensitive | Reid Kleckner | 2015-01-23 | 1 | -1/+0 |
| * | Don't use -z,defs on FreeBSD. | Rafael Espindola | 2015-01-22 | 1 | -2/+3 |
| * | Pass -Wl,-z,defs when building shared libraries, but not with the sanitizers. | Rafael Espindola | 2015-01-22 | 1 | -0/+8 |
| * | Don't pass -Wl,z,defs for now. | Rafael Espindola | 2015-01-20 | 1 | -7/+0 |
| * | Use -Wl,defs when linking. | Rafael Espindola | 2015-01-20 | 1 | -0/+7 |
| * | [OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml. | Peter Zotov | 2015-01-13 | 1 | -0/+2 |
| * | Reverting r225319; since there is a folder named Examples, attempting to add ... | Aaron Ballman | 2015-01-07 | 1 | -6/+0 |
| * | cmake: Fix 'examples' target after r225319 | Duncan P. N. Exon Smith | 2015-01-06 | 1 | -1/+1 |
| * | cmake: Add 'examples' target | Duncan P. N. Exon Smith | 2015-01-06 | 1 | -0/+6 |
| * | [CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER} -Wl,--version". It was... | NAKAMURA Takumi | 2015-01-06 | 1 | -0/+1 |
| * | Reformat. | NAKAMURA Takumi | 2015-01-06 | 1 | -2/+4 |
| * | [autoconf] llvm/cmake/modules/Makefile: Make sure to regenerate LLVMConfig.cm... | NAKAMURA Takumi | 2015-01-05 | 1 | -1/+1 |