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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Prefer C++14 over C++11 when building libc++experimental.
Eric Fiselier
2016-05-10
1
-1
/
+7
*
Create new library 'libc++experimental.a' for packaging TS symbols.
Eric Fiselier
2016-05-03
1
-2
/
+21
*
Fix dependencies on install-libcxx CMake target
Eric Fiselier
2016-05-03
1
-3
/
+3
*
[CMake] Create a separate install target for libcxx headers
Chris Bieneman
2016-04-29
1
-1
/
+4
*
Re-commit "Introduce a cmake module to figure out whether we need to link wit...
Vasileios Kalintiris
2016-02-11
1
-0
/
+1
*
Revert "Introduce a cmake module to figure out whether we need to link with l...
Vasileios Kalintiris
2016-02-09
1
-1
/
+0
*
Introduce a cmake module to figure out whether we need to link with libatomic.
Vasileios Kalintiris
2016-02-09
1
-0
/
+1
*
[libcxx] Remove -Wpadded from buildit script.
Akira Hatanaka
2016-01-27
1
-1
/
+1
*
Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.
Eric Fiselier
2015-12-16
1
-1
/
+1
*
[CMake] If you're not installing the libcxx library, exclude it from the "all...
Chris Bieneman
2015-12-03
1
-3
/
+10
*
Use proper output directory when naminging the libc++ output
Eric Fiselier
2015-10-23
1
-1
/
+1
*
Dont required CMake 3 to install a linker script
Eric Fiselier
2015-10-22
1
-2
/
+3
*
Re-enable linker scripts after fixing bad CMake
Eric Fiselier
2015-10-15
1
-1
/
+1
*
Use correct CMake variable for the libname
Eric Fiselier
2015-10-14
1
-1
/
+1
*
[libcxx] Make it drastically simpler to link libc++.
Eric Fiselier
2015-10-14
1
-0
/
+29
*
ABI versioning macros for libc++.
Evgeniy Stepanov
2015-10-13
1
-2
/
+2
*
[libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
Eric Fiselier
2015-10-05
2
-1
/
+11
*
[libcxx] Remove installation rules on Darwin when it would overwrite the syst...
Eric Fiselier
2015-08-26
1
-10
/
+13
*
[libcxx] Add "install-libcxx" target.
Eric Fiselier
2015-08-19
1
-2
/
+10
*
Reapply working parts of CMake cleanup.
Eric Fiselier
2015-07-30
1
-43
/
+25
*
Revert recent CMake changes again due to failing compiler-rt builds
Eric Fiselier
2015-07-29
1
-25
/
+43
*
Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Eric Fiselier
2015-07-29
1
-43
/
+25
*
Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Hans Wennborg
2015-07-29
1
-25
/
+43
*
[libcxx] Cleanup CMake configuration and integrate with LLVM
Eric Fiselier
2015-07-29
1
-43
/
+25
*
[libcxx] Add support for sanitizers on OS X.
Eric Fiselier
2015-07-22
1
-0
/
+26
*
[libcxx] Add code coverage configuration to CMake and LIT.
Eric Fiselier
2015-03-31
1
-0
/
+6
*
Only enable special apple link flags for libc++abi (or none)
Eric Fiselier
2015-03-27
1
-1
/
+2
*
[libcxx] Add support for linking libc++ against a static ABI library.
Eric Fiselier
2015-03-03
1
-5
/
+16
*
[libcxx] Move to using libc++abi2.exp as the default symbol list for libc++
Eric Fiselier
2015-02-21
1
-0
/
+4
*
[cmake/multilib] Teach libc++'s CMake build to support multilib libdir
Chandler Carruth
2014-12-29
1
-2
/
+2
*
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
2014-11-25
1
-0
/
+3
*
[libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppre...
Eric Fiselier
2014-11-15
1
-9
/
+9
*
[libcxx] Redo adding support for building and testing with an ABI library not...
Eric Fiselier
2014-10-19
1
-1
/
+5
*
[libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6
Hans Wennborg
2014-08-12
1
-1
/
+2
*
Obey LLVM_LIBDIR_SUFFIX.
Dan Albert
2014-08-04
1
-2
/
+2
*
eliminate install of duplicate headers (take 2)
David Fang
2014-06-24
1
-1
/
+1
*
Not everyone uses bash, so fix test syntax.
Joerg Sonnenberger
2014-04-12
1
-3
/
+3
*
Whoops! Set the default in the last commit to c++1y instead of c++11
Marshall Clow
2014-01-14
1
-1
/
+1
*
Update lib/buildit and test/testit to both pay attention to an env flag CXX_L...
Marshall Clow
2014-01-14
1
-2
/
+7
*
Justin Bogner: This makes the headers available in the build directory, makin...
Howard Hinnant
2013-11-15
1
-13
/
+0
*
G M: Remove unneeded warnings in buildit that are hindering porting.
Howard Hinnant
2013-10-05
1
-2
/
+1
*
[cmake] Provide an option to not install the support headers so that the cmak...
Michael Gottesman
2013-09-02
1
-0
/
+6
*
[cmake] Make libcxx standalone compile on Mac OS X.
Michael Gottesman
2013-09-02
1
-0
/
+37
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
1
-10
/
+37
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-22
1
-2
/
+2
*
Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.o...
Howard Hinnant
2013-04-16
1
-1
/
+1
*
[build/Darwin] Use the correct libc++abi reexport list.
Daniel Dunbar
2013-02-07
1
-1
/
+9
*
[build] Detabify.
Daniel Dunbar
2013-02-07
1
-44
/
+44
*
[build] Create the link for the final library install name in the lib dir.
Daniel Dunbar
2013-02-06
1
-0
/
+15
*
[CMake] Fix c++ abi library configuration on Linux.
Michael J. Spencer
2012-12-31
1
-1
/
+3
[next]