summaryrefslogtreecommitdiffstats
path: root/libcxxabi/lib/buildit
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to set OPTIONS for compileMarshall Clow2013-09-091-2/+2
| | | | llvm-svn: 190371
* Demangler update: This now demangles many more (all?) C++11 symbols. ↵Howard Hinnant2013-06-171-1/+1
| | | | | | Demangler tests updated. llvm-svn: 184097
* fix crash log magicNick Kledzik2012-03-141-0/+4
| | | | llvm-svn: 152693
* Enable / silence -Wunused-parameter.Howard Hinnant2012-03-091-1/+2
| | | | llvm-svn: 152415
* Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant2012-03-081-1/+1
| | | | llvm-svn: 152338
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-081-1/+2
| | | | llvm-svn: 152336
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-081-1/+2
| | | | llvm-svn: 152335
* Enable/silence -Wmissing-field-initializers.Howard Hinnant2012-03-081-1/+1
| | | | llvm-svn: 152334
* Enable/silence -Wunused-variable.Howard Hinnant2012-03-081-1/+2
| | | | llvm-svn: 152329
* Enable/silence -Wconversion.Howard Hinnant2012-03-081-1/+1
| | | | llvm-svn: 152328
* Enable/silence -Wshadow.Howard Hinnant2012-03-081-1/+1
| | | | llvm-svn: 152325
* Enable/silence -Wsign-conversion.Howard Hinnant2012-03-081-1/+2
| | | | llvm-svn: 152323
* Pedantic fix: missing newline at EOFDave Zarzycki2012-02-221-1/+1
| | | | llvm-svn: 151132
* Pushed optimization back up. Crash disappeared with compiler upgrade. ↵Howard Hinnant2012-02-031-1/+1
| | | | | | Assumed to be due to compiler bug. llvm-svn: 149702
* There's a crasher I need to track down, occurring at -O0.Howard Hinnant2012-02-021-1/+1
| | | | llvm-svn: 149631
* Back the optimization down from -O3 to -Os. I'm getting an unexplained ↵Howard Hinnant2012-01-311-1/+1
| | | | | | crasher on -O3. I've looked for a libc++abi bug and can't find one. I'm suspecting clang optimizer bug. But I don't have a good test case at the moment. Deferring investigation on this for now as I will soon be developing more and smaller tests. llvm-svn: 149414
* Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3Howard Hinnant2012-01-301-2/+2
| | | | llvm-svn: 149250
* By changing all of the throw() specs to noexcept I've been able to compile ↵Howard Hinnant2012-01-241-0/+90
and link all of the source files into a dylib. Prior to this substitution the changed functions were calling __cxa_call_unexpected which isn't implemented yet. However in none of these cases do we actaully want __cxa_call_unexpected to be called. Primative buildit script added. llvm-svn: 148880
OpenPOWER on IntegriCloud