1. ed41f1b Reduce number of exported symbols by Andrew Lenharth · 19 years ago
  2. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 19 years ago
  3. 2adfa7e Add support for targets (like Alpha) that have terminator instructions which by Chris Lattner · 20 years ago
  4. 172c362 Add an assertion, update DefInst even though no one uses it (dangling pointers by Chris Lattner · 20 years ago
  5. 6db0756 clean up this code a bit, no functionality change by Chris Lattner · 20 years ago
  6. 53a79aa Break the body of the loop out into a new method by Chris Lattner · 20 years ago
  7. 44b94c2 adjust to new live variables interface by Chris Lattner · 20 years ago
  8. d7a10c8 * Order #includes alphabetically * Remove commented-out debug printouts by Misha Brukman · 20 years ago
  9. dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
  10. edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
  11. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  12. 94881e8 Update live intervals more accurately for PHI elim. This slightly reduces by Chris Lattner · 21 years ago
  13. a7bfbba costmetic changes by Chris Lattner · 21 years ago
  14. 74de8b1 There is no need to store the MBB along with the MI any more, we can now by Chris Lattner · 21 years ago
  15. 472405e Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead) by Chris Lattner · 21 years ago
  16. 8ba9771 Start using MBB numbers directly instead of going through the live variables by Chris Lattner · 21 years ago
  17. 9bcdcd1 Adjust to new TargetMachine interface by Chris Lattner · 21 years ago
  18. bee8872 Fix a really nasty bug from my changes on Monday to PHIElim. These changes by Chris Lattner · 21 years ago
  19. 8abf693 Switch this from using an std::map to using a DenseMap. This speeds up by Chris Lattner · 21 years ago
  20. 80e20eb Use a new VRegPHIUseCount to compute uses of PHI values by other phi values by Chris Lattner · 21 years ago
  21. 791f896 Now that we use an ilist of machine instructions, iterators are more robust by Chris Lattner · 21 years ago
  22. 015959e Operate on the Machine CFG instead of on the LLVM CFG by Chris Lattner · 21 years ago
  23. 4f6410f MachineBasicBlock::remove should not modify the iterator passed in by Chris Lattner · 21 years ago
  24. 0742b59 Finegrainify namespacification by Chris Lattner · 21 years ago
  25. 743d0a1 Refactor rewinding code for finding the first terminator of a basic by Alkis Evlogimenos · 21 years ago
  26. f81af21 Use newly added next() and prior() utility functions. by Alkis Evlogimenos · 22 years ago
  27. be766c7 Remove getAllocatedRegNum(). Use getReg() instead. by Alkis Evlogimenos · 22 years ago
  28. c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 22 years ago
  29. 1cbe4d0 Do not use MachineOperand::isVirtualRegister either! by Chris Lattner · 22 years ago
  30. 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 22 years ago
  31. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  32. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  33. 9e2dd8f Const correctness fixes by Chris Lattner · 22 years ago
  34. 08d2e4e Fix bug: Jello/2003-06-04-bzip2-bug.ll by Chris Lattner · 22 years ago
  35. 5f2180c (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 22 years ago
  36. b52e024 Use a kill, not a dead definition, update comment by Chris Lattner · 22 years ago
  37. 572c770 * Keep LiveVariable information more up-to-date and consistent by Chris Lattner · 22 years ago
  38. a13f0d3 Fix bug where we could iterate off the end of a basic block by Chris Lattner · 22 years ago
  39. 98719d7 Fix N^2 algorithm by Chris Lattner · 22 years ago
  40. 927ce5d * Fix several comments by Chris Lattner · 22 years ago
  41. 0416d2a Fix problems with empty basic blocks by Chris Lattner · 23 years ago
  42. 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 23 years ago
  43. bc40e89 New files by Chris Lattner · 23 years ago