index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to fix the build with MSVC 2015 by disabling sized deallocation
Reid Kleckner
2015-05-19
1
-0
/
+5
*
Use cat and not type Under MSYS, same as Cygwin.
Yaron Keren
2015-05-19
1
-1
/
+1
*
cmake: Use -fno-sanitize-recover=all - the old spelling is deprecated
Justin Bogner
2015-05-14
1
-2
/
+2
*
Allow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to be undefined.
Eric Fiselier
2015-05-12
1
-0
/
+3
*
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...
Kostya Serebryany
2015-05-08
1
-1
/
+1
*
Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= ...
Alexey Samsonov
2015-05-07
1
-1
/
+1
*
[CMake] Also search for prefixed versions of ld.gold
Niels Ole Salscheider
2015-05-01
1
-1
/
+1
*
Allow building the gold plugin even if the gold binary is not found.
Rafael Espindola
2015-04-27
1
-4
/
+2
*
[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken
Chris Bieneman
2015-04-24
1
-3
/
+4
*
[cmake] Quote the path to the target exports file, fixes PR23313
Reid Kleckner
2015-04-22
1
-1
/
+1
*
Silence MSVC build alignment warnings
Andrew Kaylor
2015-04-21
1
-1
/
+9
*
Add targets to cmake for specific target components.
Pete Cooper
2015-04-20
1
-0
/
+35
*
Cleanup based on rnk's feedback.
Chris Bieneman
2015-04-16
1
-12
/
+8
*
Fixing windows bots.
Chris Bieneman
2015-04-16
1
-10
/
+12
*
Better fix to the windows conditional.
Chris Bieneman
2015-04-16
1
-1
/
+1
*
Fix Windows bots.
Chris Bieneman
2015-04-16
1
-1
/
+6
*
Fixing a mis-use of the CMake install command.
Chris Bieneman
2015-04-16
1
-6
/
+16
*
[msvc] Strip /W[0-4] before appending /W4
Zachary Turner
2015-04-14
1
-0
/
+7
*
[CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMake] Cache...
NAKAMURA Takumi
2015-04-13
1
-2
/
+0
*
Disable all link optimizations in a debug build.
Rafael Espindola
2015-04-06
1
-25
/
+28
*
Don't pass -O3 to the linker in debug builds.
Rafael Espindola
2015-04-06
1
-2
/
+4
*
Don't use -ffunction-sections -fdata-sections on debug builds.
Rafael Espindola
2015-04-06
1
-1
/
+2
*
Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...
NAKAMURA Takumi
2015-04-01
2
-0
/
+9
*
[CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig.cmake.
Sanjoy Das
2015-04-01
1
-0
/
+2
*
[CMake] Removing duplicates from the list of test suites to generate targets ...
Chris Bieneman
2015-03-27
1
-0
/
+5
*
CMake: enable installing utils
Derek Schuff
2015-03-27
1
-0
/
+12
*
[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
2015-03-26
1
-0
/
+14
*
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
*
test: Make a start on a test suite for libLTO.
Peter Collingbourne
2015-03-19
1
-0
/
+4
*
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
*
Doing some cleanup to the iOS toolchain.
Chris Bieneman
2015-03-12
1
-9
/
+23
*
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
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-15
/
+0
*
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
[next]