1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/lib
Evan Cheng 86888bd45a Last check-in was a mistake...
I've been told apple gcc version number is not guaranteed to increase
monotonically. Change the preprocess condition to make it less risky.

The configuration change is done during the middle 10.4 life cycle so we have
to check __APPLE_CC. For future OS X release, we should be able to assume
-fenable-cxa-atexit is the default.

llvm-svn: 30024
2006-09-01 18:42:59 +00:00
..
Analysis Do not rely on std::sort and std::erase to get list of unique 2006-08-29 22:29:16 +00:00
AsmParser regenerate 2006-08-18 17:34:45 +00:00
Bytecode For PR797: 2006-08-25 19:54:53 +00:00
CodeGen Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is 2006-09-01 18:17:58 +00:00
Debugger For PR797: 2006-08-25 17:43:11 +00:00
ExecutionEngine Last check-in was a mistake... 2006-09-01 18:42:59 +00:00
Linker Remove a redundant syscall. 2006-07-28 22:52:11 +00:00
Support Instantiate Statistic<> in one place, not in every .o file that uses it. 2006-08-30 04:17:00 +00:00
System Guess what happens when asserts are disabled. :( 2006-08-30 20:37:06 +00:00
Target Minor asm fix. 2006-08-29 22:14:48 +00:00
Transforms Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also 2006-09-01 03:26:35 +00:00
VMCore For PR387: 2006-08-28 01:02:49 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00