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] 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
*
[CMake] Add support for selecting which c++ abi library to use.
Michael J. Spencer
2012-11-30
1
-0
/
+3
*
Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...
Howard Hinnant
2012-03-19
1
-11
/
+11
*
At least temporarily move operator new/delete from the abi back to here. I'm...
Howard Hinnant
2012-02-25
1
-8
/
+8
*
ReExport some mor symbols from libc++abi.
Howard Hinnant
2012-02-25
1
-0
/
+42
*
Move typeinfos for exceptions in <stdexcept> to the abi
Howard Hinnant
2012-02-17
1
-0
/
+65
*
Added some more symbols to the v2 rexport list.
Howard Hinnant
2012-02-02
1
-0
/
+4
*
Prepare for running on top of new libc++abi.
Howard Hinnant
2012-02-02
1
-0
/
+199
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-1
/
+3
*
Remove -Wglobal-constructors from flags. This was an accidental addition.
Howard Hinnant
2011-10-10
1
-1
/
+1
*
reverting change to compatibility_version
Howard Hinnant
2011-10-07
1
-1
/
+1
*
Change compatibility_version
Howard Hinnant
2011-10-07
1
-2
/
+3
*
Fix <rdar://problem/10136825>
Howard Hinnant
2011-10-04
2
-2
/
+19
*
Work on Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-28
1
-2
/
+14
*
Partial Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-22
1
-1
/
+9
*
more Apple build system tweaks
Nick Kledzik
2011-06-09
1
-5
/
+6
*
http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not teste...
Howard Hinnant
2011-05-29
1
-2
/
+3
*
support another Apple build environment
Nick Kledzik
2011-05-24
1
-2
/
+8
*
on Darwin re-export C++0x type infos
Nick Kledzik
2011-05-24
1
-9
/
+9
*
http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki
Howard Hinnant
2011-05-24
1
-0
/
+1
*
change RC_BUILDIT to RC_XBS for detecting Apple build environment
Nick Kledzik
2011-05-06
1
-3
/
+3
*
add support for setjmp/longjmp based exceptions
Nick Kledzik
2011-05-05
1
-0
/
+159
*
<rdar://problem/9014045> more support for Apple internal build environments
Nick Kledzik
2011-05-04
1
-5
/
+18
*
http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fi...
Howard Hinnant
2011-03-03
1
-0
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this p...
Howard Hinnant
2011-03-02
1
-1
/
+1
*
Change install name to libc++.1.dylib
Howard Hinnant
2011-02-16
1
-2
/
+2
*
updated buildit to work with recent clang updates
Howard Hinnant
2011-01-27
1
-1
/
+3
*
Effort to reduce the number of exported symbols
Howard Hinnant
2010-12-17
2
-0
/
+21
[next]