llvm-6502/lib
Jim Grosbach 97200e4dd4 Teach IVUsers to keep things simpler and track loop-invariant strides only
for uses inside the loop. This works better with LSR. Disabled behind
-simplify-iv-users while benchmarking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89299 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-19 02:05:44 +00:00
..
Analysis Teach IVUsers to keep things simpler and track loop-invariant strides only 2009-11-19 02:05:44 +00:00
Archive
AsmParser Fix MSVC warning ( | with bool and unsigned int). 2009-11-07 23:51:55 +00:00
Bitcode
CodeGen The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH 2009-11-19 00:09:14 +00:00
CompilerDriver Remove dead code. 2009-11-11 04:10:24 +00:00
ExecutionEngine Fix passing of float arguments through ffi. 2009-11-18 05:43:15 +00:00
Linker Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. 2009-11-10 00:43:58 +00:00
MC
Support Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. 2009-11-17 18:48:27 +00:00
System Revert CPU detection code to return "generic" instead of an empty string in case 2009-11-17 17:57:04 +00:00
Target The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH 2009-11-19 00:09:14 +00:00
Transforms Eliminate duplicate phi nodes in loops. Loop rotation, for example, can introduce these, and it's beneficial to later passes to clean them up. 2009-11-19 02:03:18 +00:00
VMCore In GlobalVariable::setInitializer, assert that the initializer has the 2009-11-17 00:43:13 +00:00
Makefile