llvm-6502/lib
Evan Cheng 78e5c1140a - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
except it doesn't care if the definitions' virtual registers differ. This is
  used by machine LICM and other MI passes to perform CSE.
- Teach Thumb2InstrInfo::isIdentical() to check two t2LDRpci_pic are identical.
  Since pc relative constantpool entries are always different, this requires it
  it check if the values can actually the same.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86328 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-07 03:52:02 +00:00
..
Analysis Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. 2009-11-07 00:16:28 +00:00
Archive
AsmParser Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. 2009-11-07 00:16:28 +00:00
Bitcode Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. 2009-11-07 00:16:28 +00:00
CodeGen - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical 2009-11-07 03:52:02 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support
System
Target - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical 2009-11-07 03:52:02 +00:00
Transforms Revert following patches to fix llvmgcc bootstrap. 2009-11-07 01:32:59 +00:00
VMCore Fit in 80 columns 2009-11-07 00:36:50 +00:00
Makefile