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
*
[llvm-go] parameterize $GOPATH construction
Andrew Wilkins
2016-07-27
1
-1
/
+1
*
[CMAKE] Find ld64 using xcrun
Bruno Cardoso Lopes
2016-07-26
1
-2
/
+13
*
cmake: When adding lit testsuites, ignore Output directories
Justin Bogner
2016-07-25
1
-1
/
+2
*
Add AIX support to Path.inc, Host.h, and CMake.
Chandler Carruth
2016-07-19
2
-4
/
+7
*
Use posix_fallocate instead of ftruncate.
Rafael Espindola
2016-07-19
1
-0
/
+1
*
[cmake] Create the LLVM_BUILD_UTILS option.
Michael Gottesman
2016-07-10
1
-2
/
+7
*
[CMake] Adjust export_executable_symbols to cope with non-target link libraries
John Brawn
2016-07-05
1
-13
/
+15
*
[CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmake
John Brawn
2016-07-01
1
-0
/
+2
*
[CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building with -gmodules.
Adrian Prantl
2016-06-30
1
-0
/
+5
*
Revert "[CMake] Move the -Xclang option before -fmodules-cache-path"
Adrian Prantl
2016-06-30
1
-2
/
+2
*
[CMake] Move the -Xclang option before -fmodules-cache-path
Adrian Prantl
2016-06-30
1
-2
/
+2
*
[CMake] -fmodules-local-submodule-visibility is a cc1-only option.
Vassil Vassilev
2016-06-30
1
-2
/
+2
*
[CMake] Introduce a LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY flag.
Adrian Prantl
2016-06-30
1
-2
/
+11
*
[LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPORTED_TARGETS.
Michael Gottesman
2016-06-29
1
-1
/
+1
*
[LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPORTED_TARGETS that...
Michael Gottesman
2016-06-29
1
-0
/
+1
*
[cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the ...
Michael Gottesman
2016-06-25
1
-0
/
+2
*
[CMake] Add LLVM runtimes directory
Chris Bieneman
2016-06-23
1
-10
/
+30
*
Default to using the Unicode version of Win32 APIs instead of the ANSI versio...
Aaron Ballman
2016-06-23
1
-0
/
+6
*
[LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmake
Sagar Thakur
2016-06-23
1
-0
/
+37
*
[CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmake
Chris Bieneman
2016-06-22
2
-1
/
+3
*
[build] Fixed build break for OCaml bindings.
Artem Belevich
2016-06-21
1
-1
/
+7
*
[build] Make sure to link main executable with pthreads
Artem Belevich
2016-06-21
2
-2
/
+17
*
Add support for collating profiles for use with code coverage
Vedant Kumar
2016-06-13
1
-1
/
+9
*
[CMake] Allow LLVM to be embedded and built in a subfolder as part of another...
Vassil Vassilev
2016-06-11
1
-3
/
+3
*
[CMake] Removing fallback code for CMake versions before 3.1
Chris Bieneman
2016-06-09
1
-14
/
+0
*
[CMake] Cleanup ExternalProject usage of CMake 3.x features
Chris Bieneman
2016-06-09
1
-19
/
+7
*
[CMake] Add LLVM_TOOLS_INSTALL_DIR to LLVMConfig.cmake
Chris Bieneman
2016-06-09
1
-0
/
+1
*
[CMake] Cleanup version check for 2.8.11
Chris Bieneman
2016-06-08
1
-8
/
+6
*
[CMake] Cleanup version check for 2.8.12
Chris Bieneman
2016-06-08
1
-15
/
+6
*
cmake: Simplify add_lit_testsuites
Justin Bogner
2016-06-08
1
-21
/
+13
*
[CMake] Cleanup uses of USES_TERMINAL
Chris Bieneman
2016-06-08
2
-8
/
+4
*
[CMake] Fixing a typo
Chris Bieneman
2016-06-08
1
-1
/
+1
*
[CMake] Support overriding binary install directory
Chris Bieneman
2016-06-08
2
-3
/
+3
*
Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...
Chris Bieneman
2016-06-07
2
-3
/
+3
*
Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install paths
Chris Bieneman
2016-06-07
2
-3
/
+3
*
LLVM_BUILD_32_BITS: Add -m32 with CMAKE_C*_FLAGS. [CMP0056]
NAKAMURA Takumi
2016-06-06
1
-1
/
+2
*
cmake: Fix color diags under ninja if the compiler is "AppleClang"
Justin Bogner
2016-06-01
1
-1
/
+1
*
Since some time clang itself figures out the default for ms-compatibility-ver...
Ismail Donmez
2016-05-26
1
-13
/
+0
*
Add auto-exporting of symbols from tools so that plugins work on Windows
John Brawn
2016-05-26
3
-13
/
+87
*
Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"
Steven Wu
2016-05-26
1
-7
/
+12
*
[CMake] LINK_LIBS need to be public for Darwin dylib targets
Chris Bieneman
2016-05-25
1
-12
/
+7
*
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...
Kevin Enderby
2016-05-23
1
-0
/
+5
*
Add a configure-time check for the existence of sigaltstack. It seems that some
Richard Smith
2016-05-20
1
-0
/
+3
*
Reinstate r269992 (reverting r270267), but restricted to cases where glibc is
Richard Smith
2016-05-20
1
-0
/
+1
*
Revert "Work around a glibc bug: backtrace() spuriously fails if..."
Chris Bieneman
2016-05-20
1
-1
/
+0
*
Work around a glibc bug: backtrace() spuriously fails if
Richard Smith
2016-05-18
1
-0
/
+1
*
[CMake] Add some extra variables to LLVMConfig.cmake.in
Chris Bieneman
2016-05-10
1
-0
/
+2
*
cmake: Avoid continue, apparently that's new
Justin Bogner
2016-05-06
1
-8
/
+7
*
CMake: generate check targets for lit suites without their own lit.cfgs
Justin Bogner
2016-05-06
1
-6
/
+21
*
Remove LLVM_ENABLE_TIMESTAMPS
Chris Bieneman
2016-05-05
1
-15
/
+10
[next]