summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* Reapply working parts of CMake cleanup.Eric Fiselier2015-07-301-43/+25
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-291-25/+43
* Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-291-43/+25
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-291-25/+43
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-291-43/+25
* [libcxx] Add support for sanitizers on OS X.Eric Fiselier2015-07-221-0/+26
* [libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier2015-03-311-0/+6
* Only enable special apple link flags for libc++abi (or none)Eric Fiselier2015-03-271-1/+2
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-031-5/+16
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-211-0/+4
* [cmake/multilib] Teach libc++'s CMake build to support multilib libdirChandler Carruth2014-12-291-2/+2
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-0/+3
* [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppre...Eric Fiselier2014-11-151-9/+9
* [libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier2014-10-191-1/+5
* [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6Hans Wennborg2014-08-121-1/+2
* Obey LLVM_LIBDIR_SUFFIX.Dan Albert2014-08-041-2/+2
* eliminate install of duplicate headers (take 2)David Fang2014-06-241-1/+1
* Not everyone uses bash, so fix test syntax.Joerg Sonnenberger2014-04-121-3/+3
* Whoops! Set the default in the last commit to c++1y instead of c++11Marshall Clow2014-01-141-1/+1
* Update lib/buildit and test/testit to both pay attention to an env flag CXX_L...Marshall Clow2014-01-141-2/+7
* Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant2013-11-151-13/+0
* G M: Remove unneeded warnings in buildit that are hindering porting.Howard Hinnant2013-10-051-2/+1
* [cmake] Provide an option to not install the support headers so that the cmak...Michael Gottesman2013-09-021-0/+6
* [cmake] Make libcxx standalone compile on Mac OS X.Michael Gottesman2013-09-021-0/+37
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-10/+37
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-221-2/+2
* Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.o...Howard Hinnant2013-04-161-1/+1
* [build/Darwin] Use the correct libc++abi reexport list.Daniel Dunbar2013-02-071-1/+9
* [build] Detabify.Daniel Dunbar2013-02-071-44/+44
* [build] Create the link for the final library install name in the lib dir.Daniel Dunbar2013-02-061-0/+15
* [CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer2012-12-311-1/+3
* [CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer2012-11-301-0/+3
* Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...Howard Hinnant2012-03-191-11/+11
* At least temporarily move operator new/delete from the abi back to here. I'm...Howard Hinnant2012-02-251-8/+8
* ReExport some mor symbols from libc++abi.Howard Hinnant2012-02-251-0/+42
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-171-0/+65
* Added some more symbols to the v2 rexport list.Howard Hinnant2012-02-021-0/+4
* Prepare for running on top of new libc++abi.Howard Hinnant2012-02-021-0/+199
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+3
* Remove -Wglobal-constructors from flags. This was an accidental addition.Howard Hinnant2011-10-101-1/+1
* reverting change to compatibility_versionHoward Hinnant2011-10-071-1/+1
* Change compatibility_versionHoward Hinnant2011-10-071-2/+3
* Fix <rdar://problem/10136825>Howard Hinnant2011-10-042-2/+19
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-2/+14
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-1/+9
* more Apple build system tweaksNick Kledzik2011-06-091-5/+6
* http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not teste...Howard Hinnant2011-05-291-2/+3
* support another Apple build environmentNick Kledzik2011-05-241-2/+8
* on Darwin re-export C++0x type infosNick Kledzik2011-05-241-9/+9
* http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant2011-05-241-0/+1
OpenPOWER on IntegriCloud