1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner 9b1878a28c Fix a bug where we incorrectly turned '(X & 0) == 0' into '(X & 0) >> -1',
which is undefined.  "0" isn't a power of 2.

llvm-svn: 30947
2006-10-13 22:46:18 +00:00
..
Analysis Move some warnings to debug mode. 2006-10-13 17:38:22 +00:00
AsmParser Fix PR886: 2006-10-09 17:36:59 +00:00
Bytecode Fix massive resource leaks in the bytecode reader. Reading a bytecode file 2006-10-12 18:32:30 +00:00
CodeGen Fix a bug where we incorrectly turned '(X & 0) == 0' into '(X & 0) >> -1', 2006-10-13 22:46:18 +00:00
Debugger
ExecutionEngine
Linker
Support avoid a ctor/dtor issue with the ProgramName global. 2006-10-13 00:06:24 +00:00
System
Target implement branch inspection/modification methods. 2006-10-13 21:21:17 +00:00
Transforms Replace custom dispatch code with two uses of InstVisitor. Improves 2006-10-12 02:02:44 +00:00
VMCore Fix another dtor issue. The function local statics in this function were 2006-10-13 17:22:21 +00:00
Makefile