1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
2008-02-14 18:48:56 +00:00
..
Analysis Fix typo. Thanks to Duncan for noticing. 2008-02-13 12:21:32 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser Back out mods to llvmAsmParser, incorrectly committed 2008-01-30 03:10:00 +00:00
Bitcode Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
CodeGen Fix a miscompilation from Dan's recent apintification. 2008-02-14 18:48:56 +00:00
Debugger
ExecutionEngine Enable exception handling int JIT 2008-02-13 18:39:37 +00:00
Linker
Support Add countTrailingOnes member functions to APInt. 2008-02-13 21:11:05 +00:00
System Remove use of ltdl 2008-02-13 17:11:39 +00:00
Target Fix single precision FP constants on SPU. They are actually legal, 2008-02-14 18:43:04 +00:00
Transforms simplify code, no functionality change. 2008-02-14 07:39:01 +00:00
VMCore check that terminators only occur at the end of a block. This catches the 2008-02-09 01:06:01 +00:00
Makefile