llvm-6502/lib
Dan Gohman 4bfcf2a2a6 Fix the "test" optimization to recognize "dec" as an add of
negative one, as subtracts of immediates are canonicalized
to adds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66180 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-05 19:32:48 +00:00
..
Analysis Ignore the debug info intrinsics when looking for dependency through basic block. 2009-03-05 01:45:43 +00:00
Archive
AsmParser
Bitcode
CodeGen (Hopefully) silence a warning. 2009-03-05 08:23:20 +00:00
CompilerDriver
Debugger
ExecutionEngine switch this message back to only being in -debug mode. 2009-03-05 06:48:16 +00:00
Linker
Support Add missing file. 2009-03-05 09:19:13 +00:00
System move some code to gracefully handle the case when a handler crashes. 2009-03-05 18:22:14 +00:00
Target Fix the "test" optimization to recognize "dec" as an add of 2009-03-05 19:32:48 +00:00
Transforms GlobalOpt only process non constant local GVs while optimizing global vars. 2009-03-05 18:12:02 +00:00
VMCore
Makefile