index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
Try to fix the build with MSVC 2015 by disabling sized deallocation
Reid Kleckner
1
-0
/
+5
2015-05-19
Use cat and not type Under MSYS, same as Cygwin.
Yaron Keren
1
-1
/
+1
2015-05-14
cmake: Use -fno-sanitize-recover=all - the old spelling is deprecated
Justin Bogner
1
-2
/
+2
2015-05-12
Allow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to be undefined.
Eric Fiselier
1
-0
/
+3
2015-05-08
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...
Kostya Serebryany
1
-1
/
+1
2015-05-07
Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= ...
Alexey Samsonov
1
-1
/
+1
2015-05-01
[CMake] Also search for prefixed versions of ld.gold
Niels Ole Salscheider
1
-1
/
+1
2015-04-27
Allow building the gold plugin even if the gold binary is not found.
Rafael Espindola
1
-4
/
+2
2015-04-24
[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken
Chris Bieneman
1
-3
/
+4
2015-04-22
[cmake] Quote the path to the target exports file, fixes PR23313
Reid Kleckner
1
-1
/
+1
2015-04-21
Silence MSVC build alignment warnings
Andrew Kaylor
1
-1
/
+9
2015-04-20
Add targets to cmake for specific target components.
Pete Cooper
1
-0
/
+35
2015-04-16
Cleanup based on rnk's feedback.
Chris Bieneman
1
-12
/
+8
2015-04-16
Fixing windows bots.
Chris Bieneman
1
-10
/
+12
2015-04-16
Better fix to the windows conditional.
Chris Bieneman
1
-1
/
+1
2015-04-16
Fix Windows bots.
Chris Bieneman
1
-1
/
+6
2015-04-16
Fixing a mis-use of the CMake install command.
Chris Bieneman
1
-6
/
+16
2015-04-14
[msvc] Strip /W[0-4] before appending /W4
Zachary Turner
1
-0
/
+7
2015-04-13
[CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMake] Cache...
NAKAMURA Takumi
1
-2
/
+0
2015-04-06
Disable all link optimizations in a debug build.
Rafael Espindola
1
-25
/
+28
2015-04-06
Don't pass -O3 to the linker in debug builds.
Rafael Espindola
1
-2
/
+4
2015-04-06
Don't use -ffunction-sections -fdata-sections on debug builds.
Rafael Espindola
1
-1
/
+2
2015-04-01
Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...
NAKAMURA Takumi
2
-0
/
+9
2015-04-01
[CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig.cmake.
Sanjoy Das
1
-0
/
+2
2015-03-27
[CMake] Removing duplicates from the list of test suites to generate targets ...
Chris Bieneman
1
-0
/
+5
2015-03-27
CMake: enable installing utils
Derek Schuff
1
-0
/
+12
2015-03-26
[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
1
-0
/
+14
2015-03-24
Disabling warnings for MSVC build to enable /W4 use.
Andrew Kaylor
1
-0
/
+16
2015-03-23
Re-land: Generate targets for each lit suite.
Chris Bieneman
1
-0
/
+22
2015-03-23
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
1
-2
/
+2
2015-03-19
test: Make a start on a test suite for libLTO.
Peter Collingbourne
1
-0
/
+4
2015-03-19
Fixing dependencies for native tablegen.
Chris Bieneman
1
-4
/
+2
2015-03-19
[CMake] Don't pass in MSVC warning flags as definitions.
Greg Bedwell
1
-2
/
+9
2015-03-18
Revert "Generate targets for each lit suite."
Chris Bieneman
1
-23
/
+0
2015-03-18
Generate targets for each lit suite.
Chris Bieneman
1
-0
/
+23
2015-03-18
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
1
-0
/
+6
2015-03-12
Refactoring CMake CrossCompile module.
Chris Bieneman
2
-34
/
+56
2015-03-12
Doing some cleanup to the iOS toolchain.
Chris Bieneman
1
-9
/
+23
2015-03-11
Revert "[CMake] Don't pass in MSVC warning flags as definitions"
Greg Bedwell
1
-11
/
+4
2015-03-11
[CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
1
-4
/
+11
2015-03-10
Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us...
Chris Bieneman
1
-1
/
+1
2015-03-09
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
1
-15
/
+0
2015-03-07
Teach the LLVM CMake build how to explicitly use libc++abi when using
Chandler Carruth
1
-10
/
+16
2015-03-03
[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...
Kostya Serebryany
1
-1
/
+1
2015-03-02
cmake: Use MSVC atomics with clang-cl
Reid Kleckner
1
-0
/
+1
2015-03-02
Making the SO version major.minor instead of just major because ABI and API c...
Chris Bieneman
1
-1
/
+1
2015-02-27
Minor follow-ups to r229720 suggested on llvmdev
Reid Kleckner
1
-1
/
+1
2015-02-25
[CMake] Fix the clang-cl self host build.
Zachary Turner
2
-1
/
+6
2015-02-25
build: check if atomic routines are implicitly provided
Saleem Abdulrasool
1
-3
/
+7
2015-02-24
Revert "Raising minimum required CMake version to 2.8.12.2."
Tobias Grosser
1
-2
/
+2
[next]