1. 2b6c038 Ensure timestamp on saved contents of configure.ac is not changed. by Reid Spencer · 20 years ago
  2. 8be8012 Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a cast by Chris Lattner · 20 years ago
  3. b3deddc New testcase that crashes -globalopt. I found this through inspection, not by Chris Lattner · 20 years ago
  4. c4d81b0 Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are only by Chris Lattner · 20 years ago
  5. ba31f80 New testcase we were not handling before. by Chris Lattner · 20 years ago
  6. 031955d Avoid calling use_size() which could (in theory) be expensive if the global by Chris Lattner · 20 years ago
  7. cbb9812 bling bling! by Chris Lattner · 20 years ago
  8. 3de9848 A testcase that globalopt now handles by Chris Lattner · 20 years ago
  9. 9b34a61 Eliminate global pointers that are only stored a single value and null if by Chris Lattner · 20 years ago
  10. 83d72bc Instead of silently breaking, print notification of why this doesn't work. by Chris Lattner · 20 years ago
  11. ffd9cef Fix grammaro by Chris Lattner · 20 years ago
  12. dd27827 Use DEBUG instead of DebugFlag directly, as DebugFlag does not respect by Chris Lattner · 20 years ago
  13. 9cfa0d9 It looks like we're not releasing 1.4 with llvm.org as the official domain by Chris Lattner · 20 years ago
  14. 03203b4 update according to tonight's info by Brian Gaeke · 20 years ago
  15. 0e2d466 Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the by Brian Gaeke · 20 years ago
  16. 930f475 Fix infinite loop due to iteration by Chris Lattner · 20 years ago
  17. a052f82 Implement sub.ll:test17, -X/C -> X/-C by Chris Lattner · 20 years ago
  18. 23e2563 New testcase by Chris Lattner · 20 years ago
  19. 1c1bb33 Add a check to avoid an assertion on malformed input by Chris Lattner · 20 years ago
  20. 222b86f The person who was planning to add SSE support isn't anymore, so disable by Chris Lattner · 20 years ago
  21. b0f4e38 Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx, by Chris Lattner · 20 years ago
  22. 8f57e9c If we found a dead global, we should at least delete it... by Chris Lattner · 20 years ago
  23. a4be1dc * Pull out the meat of runOnModule into another function for clarity. by Chris Lattner · 20 years ago
  24. 5085403 New testcase by Chris Lattner · 20 years ago
  25. e40e2d1 We might as well delete the known-dead global sooner rather than later since by Chris Lattner · 20 years ago
  26. 6a134de Hyphenate target-(in)dependent for more tasty grammar goodness (tm) by Misha Brukman · 20 years ago
  27. 340a05f Temporarily disable a buggy transformation until it can be fixed. This fixes by Chris Lattner · 20 years ago
  28. 7ced638 Adjust paths due to moving InstrSched to lib/Target/SparcV9 by Misha Brukman · 20 years ago
  29. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  30. 6b68973 InstrSched has been moved to lib/Target/SparcV9 by Misha Brukman · 20 years ago
  31. c8e0491 InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ by Misha Brukman · 20 years ago
  32. 855ae5a Single-space instead of double-spacing in the Makefile by Misha Brukman · 20 years ago
  33. 222c98b Build InstrSched as well, and all three subdirs can be built independently by Misha Brukman · 20 years ago
  34. 13e4f6e * Adjust for the move to lib/Target/SparcV9/InstrSched by Misha Brukman · 20 years ago
  35. 1481a5c Single-space instead of double-spacing in the Makefile by Misha Brukman · 20 years ago
  36. 83e9193 Remove unused variable. by Reid Spencer · 20 years ago
  37. 761e41b Make it so that positional parameters can have spaces in them. by Reid Spencer · 20 years ago
  38. 670c889 Implement SRA for global variables. This allows the other global variable by Chris Lattner · 20 years ago
  39. bb99fc4 New testcase by Chris Lattner · 20 years ago
  40. d04cd55 Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the by Chris Lattner · 20 years ago
  41. d4bcae9 New testcase. The setcc is only used by a select, but not as a condition: by Chris Lattner · 20 years ago
  42. cf4f810 Properly `quote' names, and don't forget to add the ending quote! by Misha Brukman · 20 years ago
  43. 6843e38 Add the --with-automake option to AutoRegen.sh and provide the automake by Reid Spencer · 20 years ago
  44. b99d6b1 Instcombine (X & FF00) + xx00 -> (X+xx00) & FF00, implementing and.ll:test27 by Chris Lattner · 20 years ago
  45. 8797f59 New testcase by Chris Lattner · 20 years ago
  46. 1f7e160 Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4) by Chris Lattner · 20 years ago
  47. d74634a New testcase by Chris Lattner · 20 years ago
  48. bdf6984 Implement logical and with an immediate that consists of a contiguous block by Nate Begeman · 20 years ago
  49. ef7dd46 Fix usage description typo by Misha Brukman · 20 years ago
  50. 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
  51. 0adfeed Describe how to configure tests to work with f2c by Misha Brukman · 20 years ago
  52. 0904f09 * Reformat to fit 80 cols * Add missing <li> tags by Misha Brukman · 20 years ago
  53. b816f02 Several fixes and enhancements to the PPC32 backend. by Nate Begeman · 20 years ago
  54. cb90de3 Add ori reg, reg, 0 as a move instruction. This can be generated from by Nate Begeman · 20 years ago
  55. 5a181c8 Remove unnecessary header include by Nate Begeman · 20 years ago
  56. cf4d2a5 Improve comments, no functionality changes by Chris Lattner · 20 years ago
  57. a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 20 years ago
  58. d151657 Get friendly with Type by Chris Lattner · 20 years ago
  59. a6b10b6 Unfortunately the fix for the previous bug introduced the previous by Chris Lattner · 20 years ago
  60. 485457f Change signature of this method again by Chris Lattner · 20 years ago
  61. b25ac34 These files now live in Transforms/GlobalOpt by Chris Lattner · 20 years ago
  62. 904697e Move these files from Transforms/GlobalConstifier by Chris Lattner · 20 years ago
  63. f464ab5 Fix a bug in my previous change. Unfortunately this reverts most of the by Chris Lattner · 20 years ago
  64. 054defa Make these scripts work on SunOS too. by Reid Spencer · 20 years ago
  65. 3602549 Fix a bug in the safety analysis routine by Chris Lattner · 20 years ago
  66. bc53e5e Comment cleanups by Chris Lattner · 20 years ago
  67. 7a90b68 * Rename pass to globalopt, since we do more than just constify by Chris Lattner · 20 years ago
  68. 93a00e4 Rename pass by Chris Lattner · 20 years ago
  69. 8ecacce This pass is not needed, as there is only ever one global: the stack by Chris Lattner · 20 years ago
  70. 69406b0 Add new testcase, rename pass by Chris Lattner · 20 years ago
  71. 6856912 Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries. by Chris Lattner · 20 years ago
  72. 194878f Don't call memset if malloc returns a null pointer by Chris Lattner · 20 years ago
  73. e47ba74 Implement GlobalConstifier/trivialstore.llx, and also do some by Chris Lattner · 20 years ago
  74. 86900a4 New testcase by Chris Lattner · 20 years ago
  75. 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 20 years ago
  76. f5d9fa7 Undoxyfy internal method. by Misha Brukman · 20 years ago
  77. 0cbd1fb Doxygen-ify comments by Misha Brukman · 20 years ago
  78. b5c1670 Change Type::isAbstract to have better comments, a more correct name by Chris Lattner · 20 years ago
  79. df00115 Rename method, change comment, add argument by Chris Lattner · 20 years ago
  80. 7c348e1 Correct some typeos by Chris Lattner · 20 years ago
  81. 91ccc15 Instcombine: -(X sdiv C) -> (X sdiv -C), tested by sub.ll:test16 by Chris Lattner · 20 years ago
  82. 24c0532 New testcase by Chris Lattner · 20 years ago
  83. 09c750f Remove debugging code, fix encoding problem. This fixes the problems by Chris Lattner · 20 years ago
  84. 35b020d Turning on fsel code gen now that we can do so would be good. by Nate Begeman · 20 years ago
  85. 087d5d9 Implement floating point select for lt, gt, le, ge using the powerpc fsel by Nate Begeman · 20 years ago
  86. 2483f67 Codegen signed mod by 2 or -2 more efficiently. Instead of generating: by Chris Lattner · 20 years ago
  87. 60e6674 Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 20 years ago
  88. 3ffdff6 Fix a scary bug with signed division by a power of two. We used to generate: by Chris Lattner · 20 years ago
  89. 610f1e2 Codegen signed divides by 2 and -2 more efficiently. In particular instead of: by Chris Lattner · 20 years ago
  90. d93d3b0 Add some new instructions. Fix the asm string for sbb32rr by Chris Lattner · 20 years ago
  91. c3e903f Reduce code growth implied by the tail duplication pass by not duplicating by Chris Lattner · 20 years ago
  92. fe386c4 When tail duplicating these functions, the add instruction should not be by Chris Lattner · 20 years ago
  93. 523001f FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
  94. 3787405 Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
  95. e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 20 years ago
  96. 0c50bc4 Build BFtoLLVM example front-end by default by Brian Gaeke · 20 years ago
  97. ddc1aaa Add BFtoLLVM example front end by Brian Gaeke · 20 years ago
  98. d4984cc Make sure the const bit gets inherited correctly when linking declarations by Chris Lattner · 20 years ago
  99. 5e4f299 Another testcase for constness linkage by Chris Lattner · 20 years ago
  100. b2bf713 Testcase to ensure that the 'constant' flag follows the definition when there by Chris Lattner · 20 years ago