1. 0ef76ca Move FP_REG_KILL closer to the return instruction. by Alkis Evlogimenos · 21 years ago
  2. 169cfd0 Add support for inactive intervals. This effectively reuses registers by Alkis Evlogimenos · 21 years ago
  3. 1118d0f Fix PR#193. by John Criswell · 21 years ago
  4. 9abc817 Move FP_REG_KILL closer to the actual branch instruction. by Alkis Evlogimenos · 21 years ago
  5. e0bb3e7 Remove floating point killer pass. This is now implemented in the by Alkis Evlogimenos · 21 years ago
  6. 16c45e9 Add a new target-independent machine code freeing pass by Chris Lattner · 21 years ago
  7. 655239c Finally, _actually delete the machine code_ for a function, after it has by Chris Lattner · 21 years ago
  8. 028565b This should not be needed anymore by Chris Lattner · 21 years ago
  9. 9068574 Fix memory leak in the stackifier, due to the machinebasicblocks not holding by Chris Lattner · 21 years ago
  10. f2e49d4 Finegrainify namespacification Minor cleanups to killer pass by Chris Lattner · 21 years ago
  11. 583b9d8 Hoist some sparc specific code into the sparc target by Chris Lattner · 21 years ago
  12. 07f32d4 * Finegrainify namespacification by Chris Lattner · 21 years ago
  13. 6183882 Remove a horrible API by Chris Lattner · 21 years ago
  14. c07ed13 Implement PR135, lazy emission of global variables by Chris Lattner · 21 years ago
  15. 24b0a18 Simple refactorings to prepare for lazy global emission by Chris Lattner · 21 years ago
  16. 2828970 A minor cleanup for better encapsulation by Chris Lattner · 21 years ago
  17. 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 21 years ago
  18. 61612df Update for changes in the JIT by Chris Lattner · 21 years ago
  19. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 21 years ago
  20. bd1a90e Fix ADCE/2003-12-19-MergeReturn.llx by Chris Lattner · 21 years ago
  21. a3df8a9 Remove the wierd "Operands" loop, by traversing basicblocks in reverse order by Chris Lattner · 21 years ago
  22. e4365b2 Implement LICM/sink_multiple.ll, by sinking all possible instructions in the by Chris Lattner · 21 years ago
  23. 0f98e75 Generalize a special case to fix PR187 by Chris Lattner · 21 years ago
  24. 60921c9 Factor code out into the Utils library by Chris Lattner · 21 years ago
  25. abbc2dd Add new function by Chris Lattner · 21 years ago
  26. 4c08086 Remove TwoAddressInstruction from the public headers and add an ID by Alkis Evlogimenos · 21 years ago
  27. 5e46b51 Prune some #includes Add a statistic for # reloads by Chris Lattner · 21 years ago
  28. 47df12d Reverted back to previous revision - this was previously merged by John Criswell · 21 years ago
  29. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  30. a71e05a Modify linear scan register allocator to use the two-address by Alkis Evlogimenos · 21 years ago
  31. a3d0e5c Fix bug in reserved registers. DH actually aliases DX and EDX which by Alkis Evlogimenos · 21 years ago
  32. 9af9dbd Modify local register allocator to use the two-address instruction pass. by Alkis Evlogimenos · 21 years ago
  33. 71499de Add TwoAddressInstructionPass to handle instructions that have two or by Alkis Evlogimenos · 21 years ago
  34. 485ec3c Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). by Alkis Evlogimenos · 21 years ago
  35. 43f692f When a variable is killed and redifined in a basic block only one by Alkis Evlogimenos · 21 years ago
  36. dd2cc65 Handle multiple virtual register definitions gracefully. by Alkis Evlogimenos · 21 years ago
  37. ba7df4c When we delete instructions from the loop, make sure to remove them from the by Chris Lattner · 21 years ago
  38. 2cffeec Add a new AliassetTracker::remove method. Because we need to be able to remove by Chris Lattner · 21 years ago
  39. 97f9cf2 * Converted C-style comments to C++ by Misha Brukman · 21 years ago
  40. 3d0ad41 Reordered #includes. by Misha Brukman · 21 years ago
  41. c3402cd Doxygenified some comments, reduced extraneous space. by Misha Brukman · 21 years ago
  42. d71295a Reorganized the Sparc backend to be more modular -- each different by Misha Brukman · 21 years ago
  43. 6ca5b8f Make getObjectType() smarter about ranlibbed Mac OS X archives. by Brian Gaeke · 21 years ago
  44. 9e45d2e Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx by Chris Lattner · 21 years ago
  45. f6f91bf Change preserve all claim to just preserve live variables and phielimination. by Alkis Evlogimenos · 21 years ago
  46. d64152a Refactor code just a little bit, allowing us to implement TailCallElim/return_constant.ll by Chris Lattner · 21 years ago
  47. f7a743d Finegrainify namespacification by Chris Lattner · 21 years ago
  48. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  49. b6d465f Finegrainify namespacification by Chris Lattner · 21 years ago
  50. 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 21 years ago
  51. 97323a4 Change preserve all claim to just preserve live variables and phielimination. by Alkis Evlogimenos · 21 years ago
  52. 00ad4a2 Do not promote volatile alias sets into registers by Chris Lattner · 21 years ago
  53. e260924 Finegrainify namespacification by Chris Lattner · 21 years ago
  54. 94743e4 When reserving a preallocated register spill the aliases of this register too. by Alkis Evlogimenos · 21 years ago
  55. 4c214d2 Ignore non-allocatable physical registers in live interval analysis. by Alkis Evlogimenos · 21 years ago
  56. 7d65a12 Expire any active intervals left when register allocation is done. by Alkis Evlogimenos · 21 years ago
  57. f6e610c Add instruction numbers to debugging output. by Alkis Evlogimenos · 21 years ago
  58. 359b65f Add a floating point killer pass. This pass runs before register by Alkis Evlogimenos · 21 years ago
  59. 9435eda Handle explicit physical register defs. by Alkis Evlogimenos · 21 years ago
  60. efe995a Remove unecessary if statements when looping on ImplicitDefs. by Alkis Evlogimenos · 21 years ago
  61. 52b62de Modified cast so that it converts the int to a long before casting to by John Criswell · 21 years ago
  62. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 21 years ago
  63. 993bdce Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the by Chris Lattner · 21 years ago
  64. 65b05ce Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify by Chris Lattner · 21 years ago
  65. 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 21 years ago
  66. 27b40bc Throw better error messages, by calling strerror(errno) when we by Brian Gaeke · 21 years ago
  67. 4a83088 Factor out some duplicated code, implement the rest of the cases in by Chris Lattner · 21 years ago
  68. b307c88 Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementptr's by Chris Lattner · 21 years ago
  69. ea9403f Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other known problems in the universe. by Chris Lattner · 21 years ago
  70. 1ca2a58 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 21 years ago
  71. 1301515 verifyFunction depends on dominator info, which levelraise does not declare by Chris Lattner · 21 years ago
  72. c54735e Fix a glaring bug by Chris Lattner · 21 years ago
  73. 88d3e03 Realize the gep P, <zeros> must aliases P. This is a partial fix for PR 86 by Chris Lattner · 21 years ago
  74. 8639145 With Brian's change to AA.h we can now clean out this uglyness by Chris Lattner · 21 years ago
  75. 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 21 years ago
  76. 3c09636 In getObjectType(), doxygenify comment, and take a pointer to the by Brian Gaeke · 21 years ago
  77. 27f7a71 Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 21 years ago
  78. dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 21 years ago
  79. 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 21 years ago
  80. f5ba89d This appears to fix Bug 172 and does not break any other feature tests or by John Criswell · 21 years ago
  81. 7d3ced9 Fix bug: LICM/sink_multiple_exits.ll by Chris Lattner · 21 years ago
  82. df45bd3 Don't allow dead instructions to stop sinking early. by Chris Lattner · 21 years ago
  83. 88369d2 Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx by Chris Lattner · 21 years ago
  84. dead993 Finegrainify namespacification Fix bug: LowerInvoke/2003-12-10-Crash.llx by Chris Lattner · 21 years ago
  85. 0284a42 Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 21 years ago
  86. ba4f3f6 Finegrainify namespacification by Chris Lattner · 21 years ago
  87. 01b2d61 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 21 years ago
  88. 66ea98e Finegrainify namespacification by Chris Lattner · 21 years ago
  89. e3cfe8d Simplify code by Chris Lattner · 21 years ago
  90. f594a03 Avoid performing two identical lookups when one will suffice by Chris Lattner · 21 years ago
  91. 0ed2da9 Make LICM itself a bit more efficient, and make the generated code more efficient too: don't insert a store in every exit block, because a particular block may be exited to more than once by a loop by Chris Lattner · 21 years ago
  92. 381bf79 Finegrainify namespacification by Chris Lattner · 21 years ago
  93. 9a4f8ef Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 21 years ago
  94. a270651 Implement instruction sinking out of loops. This still can do a little bit by Chris Lattner · 21 years ago
  95. 010ba10 Do not insert one entry PHI nodes in split exit blocks! by Chris Lattner · 21 years ago
  96. ed6dfc2 Refactor code a little bit, eliminating the gratuitous InstVisitor, which by Chris Lattner · 21 years ago
  97. 92094b4 Fine grainify namespacification by Chris Lattner · 21 years ago
  98. cf2f892 Implement: TailCallElim/accum_recursion_constant_arg.ll by Chris Lattner · 21 years ago
  99. 543d622 Implement: test/Regression/Transforms/TailCallElim/accum_recursion.ll by Chris Lattner · 21 years ago
  100. e63fc8b implement method by Chris Lattner · 21 years ago