1. c72c617 Add includes and use std:: for standard library calls to make code by Alkis Evlogimenos · 20 years ago
  2. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  3. 418379e Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
  4. e058b27 Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
  5. 85015a0 Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9 by Chris Lattner · 21 years ago
  6. 365f54c Convert a few assertions with side-effects into regular old runtime checks. by Brian Gaeke · 21 years ago
  7. 9670eec Fix #includes of i*.h => Instructions.h as per PR403: by Chris Lattner · 21 years ago
  8. b2f30a3 TargetInstrInfo::hasOperandInterlock() is always true, because it is by Brian Gaeke · 21 years ago
  9. 23f9ef0 Use new macro by Chris Lattner · 21 years ago
  10. f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
  11. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  12. 98107ff Adjust to the new TargetMachine interface by Chris Lattner · 21 years ago
  13. 35450d2 Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of by Brian Gaeke · 21 years ago
  14. b4186e0 MBB::remove should not modify the iterator passed in by Chris Lattner · 21 years ago
  15. bceb688 Eliminate the distinction between "real" and "unreal" instructions by Chris Lattner · 21 years ago
  16. 367b91d Great sparc renaming fallout IV: Sparc --> SparcV9. by Brian Gaeke · 21 years ago
  17. 748fba1 FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar by Brian Gaeke · 21 years ago
  18. e6d04f1 Eliminate operator[] is deprecated warnings by Chris Lattner · 21 years ago
  19. fdc01ce Fix deprecated operator[] warnings by Chris Lattner · 21 years ago
  20. be766c7 Remove getAllocatedRegNum(). Use getReg() instead. by Alkis Evlogimenos · 21 years ago
  21. c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 21 years ago
  22. 918cdd4 getOpCode() --> getOpcode(). by Brian Gaeke · 21 years ago
  23. f738db0 Move InstrSchedule's iterator begin/end methods inline. by Brian Gaeke · 21 years ago
  24. 0dc5753 Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator by Brian Gaeke · 21 years ago
  25. 0672307 Moved iterators around. by Tanya Lattner · 21 years ago
  26. a105c80 by Tanya Lattner · 21 years ago
  27. 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 21 years ago
  28. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  29. e2bf0a2 Let's not forget about our friends -- Constant Pool indices. by Misha Brukman · 21 years ago
  30. 414d9d2 Do not use a class before it is defined. Be gcc 3.4 clean by Chris Lattner · 21 years ago
  31. 0849f5a * Eliminate `using' directive * Make code layout more consistent by Misha Brukman · 21 years ago
  32. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  33. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
  34. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  35. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  36. 6eba07a Fixed spelling. by Misha Brukman · 21 years ago
  37. bed4eff Add flag to control whether or not delay slots are filled during by Vikram S. Adve · 21 years ago
  38. c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 22 years ago
  39. 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 22 years ago
  40. d6d8633 Added/removed header file by Tanya Lattner · 22 years ago
  41. c50ee55 *** empty log message *** by Tanya Lattner · 22 years ago
  42. b6489f3 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 22 years ago
  43. e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 22 years ago
  44. bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
  45. 9cdaa63 Be const correct by Chris Lattner · 22 years ago
  46. e5a61cc Hrm, another necesary one :( by Chris Lattner · 22 years ago
  47. bae47e5 Remove extraneous #includes by Chris Lattner · 22 years ago
  48. 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 22 years ago
  49. 9efc4d6 Remove usage of noncopyable classes to clean up doxygen output. by Chris Lattner · 22 years ago
  50. 747a044 Add #include by Chris Lattner · 22 years ago
  51. 7952d60 Changes to allow explicit physical register arguments that have been by Vikram S. Adve · 22 years ago
  52. 5f2180c (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 22 years ago
  53. 6b77ec4 Cleaned up code layout. No functional changes. by Misha Brukman · 22 years ago
  54. c2312df Kill `using' directives. by Misha Brukman · 22 years ago
  55. 92ba2aa Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h by Chris Lattner · 22 years ago
  56. 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 22 years ago
  57. d0f166a More renamings of Target/Machine*Info to Target/Target*Info by Chris Lattner · 22 years ago
  58. 5da2e6a Move function to cpp file from header by Chris Lattner · 22 years ago
  59. ec3e2f4 New iostream definitions by Chris Lattner · 22 years ago
  60. fb3a0aed Remove usage of MachineBasicBlock::get by Chris Lattner · 22 years ago
  61. c5ddc8b Make Scheduling Class variables be 'unsigned' instead of 'int' by Chris Lattner · 22 years ago
  62. 133f079 Rename the redundant MachineOperand::getOperandType() to MachineOperand::getType() by Chris Lattner · 22 years ago
  63. 0be79c6 Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h by Chris Lattner · 22 years ago
  64. 4a63b72 Don't #include <Support/*>, #include "Support/*" by Chris Lattner · 22 years ago
  65. e61a584 *** empty log message *** by Chris Lattner · 22 years ago
  66. 55291ea Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 22 years ago
  67. fce1143 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 22 years ago
  68. a087772 Tell PassManager that this pass does not invalidate the CFG so that dominator by Chris Lattner · 22 years ago
  69. 1632e88 Use vectors instead of hash_maps for issueGaps and conflictLists. by Vikram S. Adve · 22 years ago
  70. acf0f70 Major bug fix: was not adding CD edges for RETURNs! by Vikram S. Adve · 22 years ago
  71. 179cdfb * Removed extraneous #includes by Chris Lattner · 23 years ago
  72. b0cfa6d Very minor cleanups by Chris Lattner · 23 years ago
  73. 5f0eb8d by Chris Lattner · 23 years ago
  74. d8bbc06 Refix stuff for GCC 2.95, 3.0.4 & 3.1 by Chris Lattner · 23 years ago
  75. e95ce74 now removes deleted nops from MachineCodeForInstruction by Mehwish Nagda · 23 years ago
  76. 0c0edf8 *** empty log message *** by Chris Lattner · 23 years ago
  77. cb6289a *** empty log message *** by Chris Lattner · 23 years ago
  78. 09ff112 *** empty log message *** by Chris Lattner · 23 years ago
  79. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  80. 0baf1c0 A single MachineInstr operand may now be both a def and a use, by Vikram S. Adve · 23 years ago
  81. 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  82. 70e60cb Move debug options out of header files so that the header does not have by Chris Lattner · 23 years ago
  83. ad86b74 Hide debugging options by Chris Lattner · 23 years ago
  84. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  85. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 23 years ago
  86. 483e14e s/Method/Function by Chris Lattner · 23 years ago
  87. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
  88. 9bbf99d No need to reserve space, erasing does not change the size of the container. by Chris Lattner · 23 years ago
  89. af50d00 * Add a file header with some information by Chris Lattner · 23 years ago
  90. f3dd05c Clean up the ownership model a bit so that nodes actually get deleted more by Chris Lattner · 23 years ago
  91. b7653df s/Method/Function by Chris Lattner · 23 years ago
  92. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  93. 97fb99b Use deterministic iterator for SchedGraphs. This is actually not by Vikram S. Adve · 23 years ago
  94. 1392d69 Bug fix: nextToTry was not being initialized in one case. by Vikram S. Adve · 23 years ago
  95. 7c7e46a Add option to disable scheduling. by Vikram S. Adve · 23 years ago
  96. 802cec4 Add option to disable scheduling. by Vikram S. Adve · 23 years ago
  97. cf8a98f Minor changes. by Vikram S. Adve · 23 years ago
  98. e7506a3 Rename Method to Function by Chris Lattner · 23 years ago
  99. 155d2c9 Change to make it build with GCC 2.95.3 by Anand Shukla · 23 years ago
  100. dfb8b95 * Silence signed/unsigned warnings * Make it compile with GCC 3.0.4 by Chris Lattner · 23 years ago