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
/
libcxx
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...
Don Hinton
2018-01-23
1
-1
/
+1
*
Fix installation of cxxabi.h through libc++.
Eric Fiselier
2017-11-25
1
-1
/
+1
*
Make libcxx tests work when llvm sources are not present.
Zachary Turner
2017-09-20
1
-7
/
+10
*
Resubmit "Fix llvm-lit script generation in libcxx."
Zachary Turner
2017-09-19
1
-0
/
+5
*
Revert "Fix llvm-lit script generation in libcxx."
Zachary Turner
2017-09-19
1
-5
/
+0
*
Fix llvm-lit script generation in libcxx.
Zachary Turner
2017-09-19
1
-0
/
+5
*
[libcxx][CMake] Add install path variable to allow overriding the destination
Petr Hosek
2017-07-11
1
-1
/
+1
*
Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARY
Eric Fiselier
2017-05-25
1
-1
/
+1
*
libcxx: fix bootstrapping for mingw-w64
Martell Malone
2017-05-25
1
-1
/
+9
*
[CMake][libcxx] Fix the --target and --gcc-toolchain flag handling
Petr Hosek
2017-04-16
1
-1
/
+1
*
[CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibs
Petr Hosek
2017-04-06
1
-1
/
+2
*
[CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested
Petr Hosek
2017-04-05
2
-2
/
+7
*
Try to fix the libcxx build with mingw64
Reid Kleckner
2017-03-31
1
-0
/
+5
*
Fix cmake to find the compiler-rt libs on darwin
Bruno Cardoso Lopes
2017-03-14
1
-9
/
+21
*
Change test coverage generation to use llvm-cov instead of gcov.
Eric Fiselier
2017-03-11
2
-2
/
+59
*
Recommit "Split exception.cpp and new.cpp implementation into different files...
Eric Fiselier
2017-02-10
1
-3
/
+5
*
Revert "Split exception.cpp and new.cpp implementation into different files f...
Eric Fiselier
2017-02-10
1
-5
/
+3
*
Correctly default to using the system libc++abi on Apple.
Eric Fiselier
2017-02-10
1
-3
/
+5
*
Improve CMake and LIT support for Windows
Eric Fiselier
2017-01-16
1
-6
/
+8
*
Reland "[CMake][libcxx] Move Python check to main CMake file"
Petr Hosek
2017-01-16
1
-7
/
+0
*
Fix copy-paste errors in r292001
Eric Fiselier
2017-01-14
1
-3
/
+3
*
[libc++] [CMake] Link with /nodefaultlibs on Windows
Eric Fiselier
2017-01-14
1
-0
/
+4
*
Don't dump llvm-config --cmakedir output if command fails.
Eric Fiselier
2017-01-14
1
-1
/
+2
*
Revert "[CMake][libcxx] Move Python check to main CMake file"
Petr Hosek
2017-01-11
1
-0
/
+7
*
[CMake][libcxx] Move Python check to main CMake file
Petr Hosek
2017-01-10
1
-7
/
+0
*
[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available
Michal Gorny
2017-01-09
1
-1
/
+12
*
PR31540: install libc++abi headers into include/c++/v1 in build area.
Richard Smith
2017-01-05
1
-1
/
+9
*
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-03
1
-3
/
+8
*
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
Eric Fiselier
2017-01-02
1
-5
/
+1
*
Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-02
1
-1
/
+5
*
build: dont detect libraries for Windows
Saleem Abdulrasool
2017-01-01
1
-6
/
+27
*
[libcxx][CMake] Move the warning to HandleOutOfTreeLLVM
Petr Hosek
2016-12-12
1
-0
/
+4
*
Put C++ ABI headers in a special build directory instead of the top level.
Eric Fiselier
2016-12-09
1
-6
/
+8
*
Add check-cxx-abilist target when supported.
Eric Fiselier
2016-11-14
1
-36
/
+25
*
[cmake] Allow testing against installed LLVM with no sources
Michal Gorny
2016-10-19
1
-11
/
+6
*
Remove dead CMake target
Eric Fiselier
2016-10-14
1
-2
/
+0
*
Cleanup CMake status output
Eric Fiselier
2016-10-10
1
-3
/
+0
*
Fix linker script generation for in-tree builds
Eric Fiselier
2016-10-09
1
-0
/
+8
*
[CMake] NFC. Missed the other uses in r280406
Chris Bieneman
2016-09-01
1
-2
/
+2
*
[CMake] Don't copy headers on fully standalone
Chris Bieneman
2016-09-01
1
-1
/
+9
*
Fix libc++ configuration with -fsanitize-coverage
Ivan Krasin
2016-09-01
2
-0
/
+6
*
libc++: perform configuration checks with -nodefaultlibs
Saleem Abdulrasool
2016-08-29
2
-5
/
+33
*
libc++: add an option to build against compiler-rt
Saleem Abdulrasool
2016-08-24
1
-1
/
+3
*
Revert "libc++: Perform configuration checks with -nodefaultlibs"
Saleem Abdulrasool
2016-08-24
1
-21
/
+2
*
libc++: Perform configuration checks with -nodefaultlibs
Saleem Abdulrasool
2016-08-23
1
-2
/
+21
*
[CMake] Get libcxx building under LLVM/runtimes
Chris Bieneman
2016-08-18
1
-6
/
+8
*
Rework libatomic handling in CMake and LIT.
Eric Fiselier
2016-07-18
1
-1
/
+1
*
[CMake] Cleanup uses of USES_TERMINAL
Chris Bieneman
2016-06-08
1
-8
/
+0
*
[libcxx] Allow target flags to affect CMake configuration tests
Eric Fiselier
2016-06-02
1
-0
/
+20
*
Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string
Eric Fiselier
2016-05-27
1
-2
/
+4
[next]