1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Zhou Sheng d667b5db0c 1. Make sure the use of ConstantInt::getZExtValue() for getting shift
amount is safe.
2. Use new method on ConstantInt instead of (? :) operator.
3. Use new method uge() on ConstantInt to simplify codes.

llvm-svn: 35505
2007-03-30 09:29:48 +00:00
..
Analysis Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +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 Disable load width reduction xform of variant (zext (truncate load x)) for 2007-03-29 07:56:46 +00:00
Debugger For PR789: 2007-03-29 19:05:44 +00:00
ExecutionEngine Unbreak C++ build. 2007-03-12 17:57:00 +00:00
Linker For PR1195: 2007-02-15 02:26:10 +00:00
Support For PR789: 2007-03-29 19:05: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 Add MMX calling conventions. 2007-03-30 00:35:22 +00:00
Transforms 1. Make sure the use of ConstantInt::getZExtValue() for getting shift 2007-03-30 09:29:48 +00:00
VMCore It is not possible to determine dominance between two PHI nodes 2007-03-28 14:57:43 +00:00
Makefile Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00