1. 4b83380 Implement remove/eraseFromParent methods by Chris Lattner · 20 years ago
  2. b92f50f Add long overdue methods by Chris Lattner · 20 years ago
  3. c9b9380 Make this build by Chris Lattner · 20 years ago
  4. 6a9fdfa Reenable the transform, turning X/-10 < 1 into X > -10 by Chris Lattner · 20 years ago
  5. c71ff4c Fix a warning that is emitted on the suns by Chris Lattner · 20 years ago
  6. 30ba569 This patch implements two things (sorry). by Chris Lattner · 20 years ago
  7. c58cf5b This testcase ensures that we can SRA a global even if part of the global by Chris Lattner · 20 years ago
  8. 95d0bbf These testcases check to see if we can promote malloc's to globals in some by Chris Lattner · 20 years ago
  9. e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
  10. 4a2b23e Fix SingleSource/Benchmarks/McGill/chomp by Chris Lattner · 20 years ago
  11. f8d1097 If we are trying to create a ConstantExpr cast that is really a GEP to the by Chris Lattner · 20 years ago
  12. 5e94a21 Fix grammar by Misha Brukman · 20 years ago
  13. e1616bf Remove exhuberant-style comments which remained from copying file from `sample' by Misha Brukman · 20 years ago
  14. 2b8f30c Fix file header comment; remove sample project (extra-verbose) comments by Misha Brukman · 20 years ago
  15. 17e9acd Fix file header comment by Misha Brukman · 20 years ago
  16. de2a943 ModuloScheduling has moved to lib/Target/SparcV9 by Misha Brukman · 20 years ago
  17. b15d4c6 Add ModuloScheduling to the recursive build tree by Misha Brukman · 20 years ago
  18. 7da1e6e Adjust header file inclusion due to move by Misha Brukman · 20 years ago
  19. 0a18934 Adjust comment header and paths to refect move by Misha Brukman · 20 years ago
  20. f60a149 ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific by Misha Brukman · 20 years ago
  21. 708148e Just because we cannot completely eliminate all uses of a global, we can by Chris Lattner · 20 years ago
  22. e3f27e6 Another testcase. We should be able to devirtualize the call even though by Chris Lattner · 20 years ago
  23. f8f3305 Reorganize FINDLIBS to make most comment libs searched first. by Reid Spencer · 20 years ago
  24. 769dd7d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  25. adb6c05 Add the new InstrSched directory. by Reid Spencer · 20 years ago
  26. 796aacf Fix named of a library. by Reid Spencer · 20 years ago
  27. 420025b Added debug information. Fixed several bugs in the reconstruct loop function. by Tanya Lattner · 20 years ago
  28. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  29. 81f76b3 Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  30. ddef0b3 Build both archive and relinked objects by Reid Spencer · 20 years ago
  31. ed0fdf9 Directory changes by Reid Spencer · 20 years ago
  32. b64eb49 A configure script to configure LLVM for compilation with automake by Reid Spencer · 20 years ago
  33. 3d771cb Initial version of common automake Rules for LLVM by Reid Spencer · 20 years ago
  34. 3b7784d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  35. 01930c4 Remove the InstrSched directory (moved to SparcV9) by Reid Spencer · 20 years ago
  36. d9a9925 Directory no long exists (moved to Targets/SparcV9). by Reid Spencer · 20 years ago
  37. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  38. 299b39d Fix assertion failure when calling or returning from a function which by Brian Gaeke · 20 years ago
  39. 85c0835 Implement eliminateCallFramePseudoInstr(). Wrap a long comment line. by Brian Gaeke · 20 years ago
  40. 9f0cecd Model calls as *both* using *and* killing O0..O5, because callees use the by Brian Gaeke · 20 years ago
  41. 50094ed Fix whitespace and wrap some long lines. by Brian Gaeke · 20 years ago
  42. f23fb9e Top level makefile for building LLVM with automake. by Reid Spencer · 20 years ago
  43. 2b6c038 Ensure timestamp on saved contents of configure.ac is not changed. by Reid Spencer · 20 years ago
  44. 8be8012 Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a cast by Chris Lattner · 20 years ago
  45. b3deddc New testcase that crashes -globalopt. I found this through inspection, not by Chris Lattner · 20 years ago
  46. c4d81b0 Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are only by Chris Lattner · 20 years ago
  47. ba31f80 New testcase we were not handling before. by Chris Lattner · 20 years ago
  48. 031955d Avoid calling use_size() which could (in theory) be expensive if the global by Chris Lattner · 20 years ago
  49. cbb9812 bling bling! by Chris Lattner · 20 years ago
  50. 3de9848 A testcase that globalopt now handles by Chris Lattner · 20 years ago
  51. 9b34a61 Eliminate global pointers that are only stored a single value and null if by Chris Lattner · 20 years ago
  52. 83d72bc Instead of silently breaking, print notification of why this doesn't work. by Chris Lattner · 20 years ago
  53. ffd9cef Fix grammaro by Chris Lattner · 20 years ago
  54. dd27827 Use DEBUG instead of DebugFlag directly, as DebugFlag does not respect by Chris Lattner · 20 years ago
  55. 9cfa0d9 It looks like we're not releasing 1.4 with llvm.org as the official domain by Chris Lattner · 20 years ago
  56. 03203b4 update according to tonight's info by Brian Gaeke · 20 years ago
  57. 0e2d466 Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the by Brian Gaeke · 20 years ago
  58. 930f475 Fix infinite loop due to iteration by Chris Lattner · 20 years ago
  59. a052f82 Implement sub.ll:test17, -X/C -> X/-C by Chris Lattner · 20 years ago
  60. 23e2563 New testcase by Chris Lattner · 20 years ago
  61. 1c1bb33 Add a check to avoid an assertion on malformed input by Chris Lattner · 20 years ago
  62. 222b86f The person who was planning to add SSE support isn't anymore, so disable by Chris Lattner · 20 years ago
  63. b0f4e38 Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx, by Chris Lattner · 20 years ago
  64. 8f57e9c If we found a dead global, we should at least delete it... by Chris Lattner · 20 years ago
  65. a4be1dc * Pull out the meat of runOnModule into another function for clarity. by Chris Lattner · 20 years ago
  66. 5085403 New testcase by Chris Lattner · 20 years ago
  67. e40e2d1 We might as well delete the known-dead global sooner rather than later since by Chris Lattner · 20 years ago
  68. 6a134de Hyphenate target-(in)dependent for more tasty grammar goodness (tm) by Misha Brukman · 20 years ago
  69. 340a05f Temporarily disable a buggy transformation until it can be fixed. This fixes by Chris Lattner · 20 years ago
  70. 7ced638 Adjust paths due to moving InstrSched to lib/Target/SparcV9 by Misha Brukman · 20 years ago
  71. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  72. 6b68973 InstrSched has been moved to lib/Target/SparcV9 by Misha Brukman · 20 years ago
  73. c8e0491 InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ by Misha Brukman · 20 years ago
  74. 855ae5a Single-space instead of double-spacing in the Makefile by Misha Brukman · 20 years ago
  75. 222c98b Build InstrSched as well, and all three subdirs can be built independently by Misha Brukman · 20 years ago
  76. 13e4f6e * Adjust for the move to lib/Target/SparcV9/InstrSched by Misha Brukman · 20 years ago
  77. 1481a5c Single-space instead of double-spacing in the Makefile by Misha Brukman · 20 years ago
  78. 83e9193 Remove unused variable. by Reid Spencer · 20 years ago
  79. 761e41b Make it so that positional parameters can have spaces in them. by Reid Spencer · 20 years ago
  80. 670c889 Implement SRA for global variables. This allows the other global variable by Chris Lattner · 20 years ago
  81. bb99fc4 New testcase by Chris Lattner · 20 years ago
  82. d04cd55 Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the by Chris Lattner · 20 years ago
  83. d4bcae9 New testcase. The setcc is only used by a select, but not as a condition: by Chris Lattner · 20 years ago
  84. cf4f810 Properly `quote' names, and don't forget to add the ending quote! by Misha Brukman · 20 years ago
  85. 6843e38 Add the --with-automake option to AutoRegen.sh and provide the automake by Reid Spencer · 20 years ago
  86. b99d6b1 Instcombine (X & FF00) + xx00 -> (X+xx00) & FF00, implementing and.ll:test27 by Chris Lattner · 20 years ago
  87. 8797f59 New testcase by Chris Lattner · 20 years ago
  88. 1f7e160 Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4) by Chris Lattner · 20 years ago
  89. d74634a New testcase by Chris Lattner · 20 years ago
  90. bdf6984 Implement logical and with an immediate that consists of a contiguous block by Nate Begeman · 20 years ago
  91. ef7dd46 Fix usage description typo by Misha Brukman · 20 years ago
  92. 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
  93. 0adfeed Describe how to configure tests to work with f2c by Misha Brukman · 20 years ago
  94. 0904f09 * Reformat to fit 80 cols * Add missing <li> tags by Misha Brukman · 20 years ago
  95. b816f02 Several fixes and enhancements to the PPC32 backend. by Nate Begeman · 20 years ago
  96. cb90de3 Add ori reg, reg, 0 as a move instruction. This can be generated from by Nate Begeman · 20 years ago
  97. 5a181c8 Remove unnecessary header include by Nate Begeman · 20 years ago
  98. cf4d2a5 Improve comments, no functionality changes by Chris Lattner · 20 years ago
  99. a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 20 years ago
  100. d151657 Get friendly with Type by Chris Lattner · 20 years ago