Marshall Clow
|
9735f1a06b
|
Add ability to set OPTIONS for compile
llvm-svn: 190371
|
2013-09-09 23:53:08 +00:00 |
Howard Hinnant
|
862c4a06ee
|
Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated.
llvm-svn: 184097
|
2013-06-17 18:10:34 +00:00 |
Nick Kledzik
|
37cb6555f0
|
fix crash log magic
llvm-svn: 152693
|
2012-03-14 01:16:14 +00:00 |
Howard Hinnant
|
3bfc622bdb
|
Enable / silence -Wunused-parameter.
llvm-svn: 152415
|
2012-03-09 18:01:37 +00:00 |
Howard Hinnant
|
e6de8df54e
|
Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.
llvm-svn: 152338
|
2012-03-08 20:55:13 +00:00 |
Howard Hinnant
|
8292678017
|
Enable/silence -Wsign-compare.
llvm-svn: 152336
|
2012-03-08 20:51:01 +00:00 |
Howard Hinnant
|
71c4857a07
|
Enable/silence -Wsign-compare.
llvm-svn: 152335
|
2012-03-08 20:50:28 +00:00 |
Howard Hinnant
|
37c247c13c
|
Enable/silence -Wmissing-field-initializers.
llvm-svn: 152334
|
2012-03-08 20:32:50 +00:00 |
Howard Hinnant
|
7cafb87441
|
Enable/silence -Wunused-variable.
llvm-svn: 152329
|
2012-03-08 20:23:24 +00:00 |
Howard Hinnant
|
d121eb2c24
|
Enable/silence -Wconversion.
llvm-svn: 152328
|
2012-03-08 20:16:45 +00:00 |
Howard Hinnant
|
11dd38dab0
|
Enable/silence -Wshadow.
llvm-svn: 152325
|
2012-03-08 19:34:58 +00:00 |
Howard Hinnant
|
41bcf33c63
|
Enable/silence -Wsign-conversion.
llvm-svn: 152323
|
2012-03-08 18:45:24 +00:00 |
Dave Zarzycki
|
3cd25390e5
|
Pedantic fix: missing newline at EOF
llvm-svn: 151132
|
2012-02-22 05:25:00 +00:00 |
Howard Hinnant
|
92afda06d7
|
Pushed optimization back up. Crash disappeared with compiler upgrade. Assumed to be due to compiler bug.
llvm-svn: 149702
|
2012-02-03 18:36:36 +00:00 |
Howard Hinnant
|
67e5863cd9
|
There's a crasher I need to track down, occurring at -O0.
llvm-svn: 149631
|
2012-02-02 20:42:31 +00:00 |
Howard Hinnant
|
310fcc749d
|
Back the optimization down from -O3 to -Os. I'm getting an unexplained 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
|
2012-01-31 20:22:59 +00:00 |
Howard Hinnant
|
3f0d2384aa
|
Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3
llvm-svn: 149250
|
2012-01-30 16:03:23 +00:00 |
Howard Hinnant
|
abc770690a
|
By changing all of the throw() specs to noexcept I've been able to compile 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
|
2012-01-24 23:42:30 +00:00 |