1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Chris Lattner 6668db1331 Treat xor of signbit like an add.
llvm-svn: 35586
2007-04-02 05:41:38 +00:00
..
Analysis Treat xor of signbit like an add. 2007-04-02 05:41:38 +00:00
AsmParser For PR1289: Regenerate 2007-03-30 01:37:39 +00:00
Bytecode For PR789: 2007-03-29 19:05:44 +00:00
CodeGen For PR1297: 2007-04-02 01:01:49 +00:00
Debugger For PR789: 2007-03-29 19:05:44 +00:00
ExecutionEngine For PR1293: 2007-03-30 16:41:50 +00:00
Linker For PR1195: 2007-02-15 02:26:10 +00:00
Support Implement union of wrapped sets. 2007-04-01 03:47:44 +00:00
System Use the stat information in the Path object, if it is already obtained. This 2007-03-29 19:11:22 +00:00
Target - Divides the comparisons in two types: comparisons that only use N and Z 2007-04-02 01:30:03 +00:00
Transforms simplify (x+c)^signbit as (x+c+signbit), pointed out by PR1288. This implements 2007-04-02 05:36:22 +00:00
VMCore For PR1297: 2007-04-01 07:25:33 +00:00
Makefile Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00