llvm-mirror/lib
Dan Gohman 006947c4da Teach getExactSDiv to evaluate x/1 to x up front, as it's a common
enough special case, and it theoretically allows more folding because
it works even when x is unanalyzable.

llvm-svn: 106763
2010-06-24 16:51:25 +00:00
..
Analysis Don't try to preserve pointer types in SCEVConstants; the old code 2010-06-24 16:47:03 +00:00
Archive
AsmParser
Bitcode
CodeGen Be more strict about subreg-to-subreg copies in CoalescerPair. 2010-06-24 16:19:28 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Add overloads for getFile and getFileOrSTDIN which take a const char * 2010-06-24 16:25:50 +00:00
System
Target PR7458: Try commuting Thumb2 instruction operands to put them into 2-address 2010-06-24 16:50:20 +00:00
Transforms Teach getExactSDiv to evaluate x/1 to x up front, as it's a common 2010-06-24 16:51:25 +00:00
VMCore
Makefile