1. aee775a Eliminate static ctors from Statistics by Chris Lattner · 19 years ago
  2. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  3. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  4. 67fc141 Match TargetInstrInfo changes. by Evan Cheng · 19 years ago
  5. 787b773 Use llvm streams instead of <iostream> by Bill Wendling · 19 years ago
  6. 1698c29 Remove M_2_ADDR_FLAG. by Evan Cheng · 19 years ago
  7. d8697de Two-address instructions no longer have to be A := A op C. Now any pair of dest / src operands can be tied together. by Evan Cheng · 19 years ago
  8. 13a5dcd Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 19 years ago
  9. 3d27be1 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  10. c496b41 Reduce number of exported symbols by Andrew Lenharth · 19 years ago
  11. e097e6f Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
  12. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  13. 10d6341 Move some methods out of MachineInstr into MachineOperand by Chris Lattner · 20 years ago
  14. de02d77 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  15. 3c7974a Fix some spello's pointed out by Gabor Greif by Chris Lattner · 20 years ago
  16. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  17. ea42c15 Use the TargetInstrInfo::commuteInstruction method to commute instructions by Chris Lattner · 21 years ago
  18. 9590870 Make the 2-address instruction lowering pass smarter in two ways: by Chris Lattner · 21 years ago
  19. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  20. 6199899 The insertion method returns void now by Chris Lattner · 21 years ago
  21. 6dd644e Fix indentation and wrap code at 80 cols by Misha Brukman · 21 years ago
  22. f2b976b Remove extraneous punctuation by Chris Lattner · 21 years ago
  23. adbbc62 Minor cleanups by Chris Lattner · 21 years ago
  24. 902dcf0 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  25. a74cf5a Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead) by Chris Lattner · 21 years ago
  26. 23dbc81 Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. by Tanya Lattner · 21 years ago
  27. 2150542 Adjust to new TargetMachine interface by Chris Lattner · 21 years ago
  28. 26583db Beautify debug output. by Alkis Evlogimenos · 22 years ago
  29. e27f33f This pass should not require phi elimination or live variable by Alkis Evlogimenos · 22 years ago
  30. 5a92240 Use newly added next() and prior() utility functions. by Alkis Evlogimenos · 22 years ago
  31. 8cdd021 Remove getAllocatedRegNum(). Use getReg() instead. by Alkis Evlogimenos · 22 years ago
  32. 80da865 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 22 years ago
  33. dd0c255 Added missing include. by Tanya Lattner · 22 years ago
  34. 3274264 Modify the two address instruction pass to remove the duplicate by Alkis Evlogimenos · 22 years ago
  35. 74b26f7 Revert changes. Will implement this using a different set of primitives by Alkis Evlogimenos · 22 years ago
  36. 6471e66 Correctly update def/use information for modified machine operands. by Alkis Evlogimenos · 22 years ago
  37. a2ef296 Fix, correctly this time, the computation of the return value by Chris Lattner · 22 years ago
  38. 626f431 * Fix incorrect computation of the runOnMachineFunction return value by Chris Lattner · 22 years ago
  39. d835aa6 Remove unneeded #includes by Chris Lattner · 22 years ago
  40. 52a714b Make LiveVariables::HandlePhysRegUse and by Alkis Evlogimenos · 22 years ago
  41. fc3d059 fix warning by Chris Lattner · 22 years ago
  42. 08c5311 Currently we cannot handle two-address instructions of the form: by Alkis Evlogimenos · 22 years ago
  43. 5e0e671 Update description. by Alkis Evlogimenos · 22 years ago
  44. 7139090 Remove TwoAddressInstruction from the public headers and add an ID by Alkis Evlogimenos · 22 years ago
  45. 725021c Add TwoAddressInstructionPass to handle instructions that have two or by Alkis Evlogimenos · 22 years ago