1. d029cd2 Convert to the new TargetMachine interface. by Chris Lattner · 21 years ago
  2. 2268684 Iterate over the Machine CFG that Brian added instead of the LLVM CFG. by Chris Lattner · 21 years ago
  3. 098e945 This is the real fix for Codegen/X86/2004-04-13-FPCMOV-Crash.llx which works by Chris Lattner · 21 years ago
  4. 133dbb1 Fix issues that the local allocator has dealing with instructions that implicitly use ST(0) by Chris Lattner · 21 years ago
  5. c040bca Add support for the FUCOMIr instruction by Chris Lattner · 21 years ago
  6. 4cf15e7 Relax assertion to make this function work with a broader class of instructions by Chris Lattner · 21 years ago
  7. 0526f01 Simplify code by using the more powerful BuildMI forms. by Chris Lattner · 21 years ago
  8. c1bab32 Add support for floating point conditional move instructions by Chris Lattner · 21 years ago
  9. 8295f20 A big X86 instruction rename. The instructions are renamed to make by Alkis Evlogimenos · 21 years ago
  10. 8e475b8 Floating point loads/stores act on memory operands. Rename them to by Alkis Evlogimenos · 21 years ago
  11. b929bca Fix problem in DEBUG code. I could be pointing past the end and by Alkis Evlogimenos · 22 years ago
  12. f81af21 Use newly added next() and prior() utility functions. by Alkis Evlogimenos · 22 years ago
  13. c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 22 years ago
  14. 6d21518 Don't use MachineOperator::is(Phys|Virt)Register by Chris Lattner · 22 years ago
  15. b97046a Add support for one argument OneArgFP instructions by Chris Lattner · 22 years ago
  16. 4a06f35 Add support for OneArgFPRW instructions, fix a couple of typeos by Chris Lattner · 22 years ago
  17. 847df25 Add some comments sketching out how this is to work eventually. by Chris Lattner · 22 years ago
  18. e0bb3e7 Remove floating point killer pass. This is now implemented in the by Alkis Evlogimenos · 22 years ago
  19. 9068574 Fix memory leak in the stackifier, due to the machinebasicblocks not holding by Chris Lattner · 22 years ago
  20. f2e49d4 Finegrainify namespacification Minor cleanups to killer pass by Chris Lattner · 22 years ago
  21. 97323a4 Change preserve all claim to just preserve live variables and phielimination. by Alkis Evlogimenos · 22 years ago
  22. 359b65f Add a floating point killer pass. This pass runs before register by Alkis Evlogimenos · 22 years ago
  23. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  24. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  25. cf00c4a Fix spelling. by Misha Brukman · 22 years ago
  26. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  27. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  28. 113455b Resort tables by Chris Lattner · 22 years ago
  29. cb53358 Set debug types by Chris Lattner · 22 years ago
  30. a11136b Move DEBUG to Debug.h by Chris Lattner · 22 years ago
  31. d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 22 years ago
  32. 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 23 years ago
  33. a960d95 New files by Chris Lattner · 23 years ago