1. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
  2. ff0f1bb No longer run atExit functions from run() by Chris Lattner · 21 years ago
  3. 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 21 years ago
  4. ff65e36 Rename 'run' to 'runFunction' to emphasize that it is usable to run any by Chris Lattner · 21 years ago
  5. 7efea1d update comment by Chris Lattner · 21 years ago
  6. 843397c Improve debugging output when choosing a register to spill. by Alkis Evlogimenos · 21 years ago
  7. 7a40eaa Do a separate pass to compute spill weights because doing it inline by Alkis Evlogimenos · 21 years ago
  8. 71f0a82 boog fixed by Chris Lattner · 21 years ago
  9. dbd9b3f Hrm is a really nasty ommission. The lack of this destructor was causing abstract by Chris Lattner · 21 years ago
  10. 02f61c1 Corrected typo. by John Criswell · 21 years ago
  11. 9cd4257 Right, fix the problem with invoke instructions, not just call instructions by Chris Lattner · 21 years ago
  12. f64d57a Do not delete the type holder until after the call instruction has been by Chris Lattner · 21 years ago
  13. 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
  14. a989b23 Minor cleanups, plug a minor memory leak by Chris Lattner · 21 years ago
  15. 3bf564a Change the way free regusters are computed and perform better by Alkis Evlogimenos · 21 years ago
  16. 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
  17. ac1ccae Rename method by Chris Lattner · 21 years ago
  18. 9a0a41f rename ClassifyExpression -> ClassifyExpr by Chris Lattner · 21 years ago
  19. 4e4bbc7 Rename ClassifyExpression -> ClassifyExpr by Chris Lattner · 21 years ago
  20. 15cad75 More minor non-functional changes. This now computes the exit condition, though by Chris Lattner · 21 years ago
  21. e799902 Remove extraneous #include finegrainify namespacification by Chris Lattner · 21 years ago
  22. 790462c Finegrainify namespacification by Chris Lattner · 21 years ago
  23. 0cbdd97 bug fixed by Chris Lattner · 21 years ago
  24. b972380 Fix memory corruption bug PR193 by Chris Lattner · 21 years ago
  25. 9059158 Reverted back to revision 1.11. The previous fix doesn't really fix by John Criswell · 21 years ago
  26. 056063e Fix crash when compiling twolf. by Alkis Evlogimenos · 21 years ago
  27. 500597a Don't mind me, I'm just refactoring away. This patch makes room for LFTR, but by Chris Lattner · 21 years ago
  28. 4c307d4 finegrainify namespacification by Chris Lattner · 21 years ago
  29. 14e1726 new testcase for cananonicalization of subtracts by Chris Lattner · 21 years ago
  30. 18b3c97 Implement IndVarsSimplify/pointer-indvars.ll, transforming pointer by Chris Lattner · 21 years ago
  31. f045328 finegrainify namespacification add new getIntPtrType() method by Chris Lattner · 21 years ago
  32. b0404c7 Doxygenize methods, add new getIntPtrType method by Chris Lattner · 21 years ago
  33. 7610a28 New testcase to see if -indvars can promote pointer arithmetic to array accesses by Chris Lattner · 21 years ago
  34. ad4705f fix grammao by Chris Lattner · 21 years ago
  35. 5de946f Bug fixed by Chris Lattner · 21 years ago
  36. 306acee The GCC problem is not specific to suse by Chris Lattner · 21 years ago
  37. 3324e71 Fix PR194 by Chris Lattner · 21 years ago
  38. 3615845 Really release memory used by functions. Patch by Chris. by Misha Brukman · 21 years ago
  39. 38847d5 Fix the URL to check the referrer for CSS conformity. by Misha Brukman · 21 years ago
  40. 4de1fef Remove verifyIntervals() since it doesn't actually work right now. by Alkis Evlogimenos · 21 years ago
  41. 6b4edba Change weight into a float so that we can take into account the by Alkis Evlogimenos · 21 years ago
  42. 595bb97 New testcase for PR194 by Chris Lattner · 21 years ago
  43. 0ef76ca Move FP_REG_KILL closer to the return instruction. by Alkis Evlogimenos · 21 years ago
  44. 169cfd0 Add support for inactive intervals. This effectively reuses registers by Alkis Evlogimenos · 21 years ago
  45. 1118d0f Fix PR#193. by John Criswell · 21 years ago
  46. 3e58e48 Fix help string for --enable-spec2000 option by Alkis Evlogimenos · 21 years ago
  47. 9abc817 Move FP_REG_KILL closer to the actual branch instruction. by Alkis Evlogimenos · 21 years ago
  48. e0bb3e7 Remove floating point killer pass. This is now implemented in the by Alkis Evlogimenos · 21 years ago
  49. ef56a19 Another day, another bug by Chris Lattner · 21 years ago
  50. 16c45e9 Add a new target-independent machine code freeing pass by Chris Lattner · 21 years ago
  51. 655239c Finally, _actually delete the machine code_ for a function, after it has by Chris Lattner · 21 years ago
  52. 028565b This should not be needed anymore by Chris Lattner · 21 years ago
  53. 3e200e6 Rearrange code, indent for the namespace, add the createMachineFunctionPrinterPass by Chris Lattner · 21 years ago
  54. 9068574 Fix memory leak in the stackifier, due to the machinebasicblocks not holding by Chris Lattner · 21 years ago
  55. f2e49d4 Finegrainify namespacification Minor cleanups to killer pass by Chris Lattner · 21 years ago
  56. 583b9d8 Hoist some sparc specific code into the sparc target by Chris Lattner · 21 years ago
  57. 07f32d4 * Finegrainify namespacification by Chris Lattner · 21 years ago
  58. 73c1366 Remove sparc specific passes from public headers by Chris Lattner · 21 years ago
  59. 6183882 Remove a horrible API by Chris Lattner · 21 years ago
  60. e29ac16 PR135 is now finally fixed by Chris Lattner · 21 years ago
  61. c07ed13 Implement PR135, lazy emission of global variables by Chris Lattner · 21 years ago
  62. 1514b5b Cleanups to implement PR135 by Chris Lattner · 21 years ago
  63. 24b0a18 Simple refactorings to prepare for lazy global emission by Chris Lattner · 21 years ago
  64. 3ddc05b Simple refactorings to prepare for lazy global emission by Chris Lattner · 21 years ago
  65. 2828970 A minor cleanup for better encapsulation by Chris Lattner · 21 years ago
  66. 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 21 years ago
  67. 61612df Update for changes in the JIT by Chris Lattner · 21 years ago
  68. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 21 years ago
  69. 370e809 Eliminate a spurious warning by Chris Lattner · 21 years ago
  70. bd1a90e Fix ADCE/2003-12-19-MergeReturn.llx by Chris Lattner · 21 years ago
  71. 7fe1786 New testcase for missed optimization by Chris Lattner · 21 years ago
  72. 539ca70 Expand on the AliasSetTracker a bit, so I can remember this next time I come back to it. :) by Chris Lattner · 21 years ago
  73. a3df8a9 Remove the wierd "Operands" loop, by traversing basicblocks in reverse order by Chris Lattner · 21 years ago
  74. 86f3dda Add support for people calling main recursively by Chris Lattner · 21 years ago
  75. e4365b2 Implement LICM/sink_multiple.ll, by sinking all possible instructions in the by Chris Lattner · 21 years ago
  76. bb8d661 New testcase by Chris Lattner · 21 years ago
  77. 9e25906 Turn QOI section into CQ section (QUI can be added later if needed) Add PR187 by Chris Lattner · 21 years ago
  78. 0f98e75 Generalize a special case to fix PR187 by Chris Lattner · 21 years ago
  79. 60921c9 Factor code out into the Utils library by Chris Lattner · 21 years ago
  80. abbc2dd Add new function by Chris Lattner · 21 years ago
  81. bb0aca5 If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline by Chris Lattner · 21 years ago
  82. 8ffc66d Update template by Chris Lattner · 21 years ago
  83. 4c08086 Remove TwoAddressInstruction from the public headers and add an ID by Alkis Evlogimenos · 21 years ago
  84. 78cb3f2 Add install target for libraries. by Brian Gaeke · 21 years ago
  85. 5e46b51 Prune some #includes Add a statistic for # reloads by Chris Lattner · 21 years ago
  86. 47df12d Reverted back to previous revision - this was previously merged by John Criswell · 21 years ago
  87. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  88. a71e05a Modify linear scan register allocator to use the two-address by Alkis Evlogimenos · 21 years ago
  89. a3d0e5c Fix bug in reserved registers. DH actually aliases DX and EDX which by Alkis Evlogimenos · 21 years ago
  90. 9af9dbd Modify local register allocator to use the two-address instruction pass. by Alkis Evlogimenos · 21 years ago
  91. 71499de Add TwoAddressInstructionPass to handle instructions that have two or by Alkis Evlogimenos · 21 years ago
  92. 485ec3c Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). by Alkis Evlogimenos · 21 years ago
  93. 43f692f When a variable is killed and redifined in a basic block only one by Alkis Evlogimenos · 21 years ago
  94. dd2cc65 Handle multiple virtual register definitions gracefully. by Alkis Evlogimenos · 21 years ago
  95. 5b7142a add boog by Chris Lattner · 21 years ago
  96. ba7df4c When we delete instructions from the loop, make sure to remove them from the by Chris Lattner · 21 years ago
  97. 2cffeec Add a new AliassetTracker::remove method. Because we need to be able to remove by Chris Lattner · 21 years ago
  98. 45ab10c Check in patch that Reid submitted by Chris Lattner · 21 years ago
  99. e12e5f3 Fix the links to match our 'llvm' namespace in doxygen-generated docs. by Misha Brukman · 21 years ago
  100. 97f9cf2 * Converted C-style comments to C++ by Misha Brukman · 21 years ago