1. 93c65c8 Fix off-by-one error in traversing an array; this fixes a test. by Misha Brukman · 17 years ago
  2. dd95009 CellSPU: by Scott Michel · 17 years ago
  3. 52d0001 CellSPU: by Scott Michel · 17 years ago
  4. 9bd7a37 - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding by Scott Michel · 17 years ago
  5. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
  6. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 17 years ago
  7. aedc637 CellSPU: by Scott Michel · 17 years ago
  8. c54baa2 Split foldMemoryOperand into public non-virtual and protected virtual by Dan Gohman · 17 years ago
  9. 9c0c6b2 CellSPU: by Scott Michel · 17 years ago
  10. cbad42c Add more const qualifiers. This fixes build breakage from r59540. by Dan Gohman · 17 years ago
  11. 8e8b8a2 Const-ify several TargetInstrInfo methods. by Dan Gohman · 17 years ago
  12. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  13. 940f83e Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy requested by Owen Anderson · 17 years ago
  14. 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  15. 9f1c831 - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propagate kill / dead markers as new instructions are constructed in foldMemoryOperand, convertToThressAddress, etc. by Evan Cheng · 17 years ago
  16. eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 17 years ago
  17. 5e09da2 cell really does support cross-regclass moves, because R3 is in lots of different regclasses, and the code is not consistent when it comes to value tracking. by Chris Lattner · 17 years ago
  18. a59d469 Merge current work back to tree to minimize diffs and drift. Major highlights by Scott Michel · 17 years ago
  19. 5fd79d0 It's not always safe to fold movsd into xorpd, etc. Check the alignment of the load address first to make sure it's 16 byte aligned. by Evan Cheng · 18 years ago
  20. 7f9ba9b More cleanups for CellSPU: by Scott Michel · 18 years ago
  21. cc8cd0c remove MachineOpCode typedef. by Chris Lattner · 18 years ago
  22. 43dbe05 Move even more functionality from MRegisterInfo into TargetInstrInfo. by Owen Anderson · 18 years ago
  23. f6372aa Move some more instruction creation methods from RegisterInfo into InstrInfo. by Owen Anderson · 18 years ago
  24. 6410552 Fix a problem where lib/Target/TargetInstrInfo.h would include and use by Chris Lattner · 18 years ago
  25. d10fd97 Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the by Owen Anderson · 18 years ago
  26. 8aa797a Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 18 years ago
  27. 9a1ceae Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewise setImmedValue -> setImm by Chris Lattner · 18 years ago
  28. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  29. 86c041f More working CellSPU tests: by Scott Michel · 18 years ago
  30. 170783a Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll by Scott Michel · 18 years ago
  31. 9999e68 Add new immed16.ll test case, fix CellSPU errata to make test case work. by Scott Michel · 18 years ago
  32. 504c369 - Restore some i8 functionality in CellSPU - New test case: nand.ll by Scott Michel · 18 years ago
  33. 2466c37 Updated source file headers to llvm coding standard. by Scott Michel · 18 years ago
  34. 6637752 More files in the CellSPU drop... by Scott Michel · 18 years ago