llvm-6502/lib
Dan Gohman 4e8a98519e Remove the code from IVUsers that attempted to handle
casted induction variables in cases where the cast
isn't foldable. It ended up being a pessimization in
many cases. This could be fixed, but it would require
a bunch of complicated code in IVUsers' clients. The
advantages of this approach aren't visible enough to
justify it at this time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73706 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 16:54:06 +00:00
..
Analysis Remove the code from IVUsers that attempted to handle 2009-06-18 16:54:06 +00:00
Archive
AsmParser Address review comments: add 3 ARM calling conventions. 2009-06-16 18:50:49 +00:00
Bitcode
CodeGen - Update register allocation hint after coalescing. This is done by the target since the hint is target dependent. This is important for ARM register pair hints. 2009-06-18 02:04:01 +00:00
CompilerDriver
Debugger
ExecutionEngine Fix the EE bindings to use the proper EE interfaces for creating a JIT. 2009-06-16 22:26:13 +00:00
Linker
Support Add newline at end of file. 2009-06-16 20:53:09 +00:00
System Fix build when disable thread support. 2009-06-18 04:44:46 +00:00
Target - Update register allocation hint after coalescing. This is done by the target since the hint is target dependent. This is important for ARM register pair hints. 2009-06-18 02:04:01 +00:00
Transforms Remove the code from IVUsers that attempted to handle 2009-06-18 16:54:06 +00:00
VMCore Fix the double checked locking in this file too. 2009-06-18 16:17:42 +00:00
Makefile