1. 6bd266e Fix two warnings about unused variables that are only used in assert() calls. by Kevin Enderby · 15 years ago
  2. af4b735 Delete a comment that makes no sense to me. The statement that moving a CPE by Bob Wilson · 15 years ago
  3. 9d36962 Fix a problem in the code where ARMAsmParser::ParseShift() second argument by Kevin Enderby · 15 years ago
  4. 67d1d1f Make licm debug message readable. by Evan Cheng · 15 years ago
  5. 757652c Change CreateNewWater method to return NewMBB by reference. by Bob Wilson · 15 years ago
  6. f98032e Last week, ARMConstantIslandPass was failing to converge for the by Bob Wilson · 15 years ago
  7. 32c50e8 Another minor clean-up. by Bob Wilson · 15 years ago
  8. f1787b0 allow this testcase to pass with recent changes. The test hasn't been by Chris Lattner · 15 years ago
  9. d637c1a Remove redundant parameter. by Bob Wilson · 15 years ago
  10. 3b75735 Use early exit to reduce indentation. by Bob Wilson · 15 years ago
  11. 9d16f2c Change to return a value by reference. by Bob Wilson · 15 years ago
  12. 034de5f Add a typedef for an iterator. by Bob Wilson · 15 years ago
  13. 3a6b9eb Revert the kludge in 76703. I got a clean by Dale Johannesen · 15 years ago
  14. c1deda5 Fix warning. by Dale Johannesen · 15 years ago
  15. a83a108 fix validation error pointed out by gabor (and the w3c :) by Chris Lattner · 15 years ago
  16. 1e07905 Improve bugpoint doc, patch by Timo Lindfors! by Chris Lattner · 15 years ago
  17. 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 15 years ago
  18. 4ae7972 another bunch of <tt>s by Gabor Greif · 15 years ago
  19. 7fa50ed Remove a redundant member variable. by Dan Gohman · 15 years ago
  20. 465193a Delete some obsolete declarations. by Dan Gohman · 15 years ago
  21. c6cb1c9 even more <tt>s by Gabor Greif · 15 years ago
  22. 0032681 Don't forget to mark RAX as live-out of the function when arranging for by Dan Gohman · 15 years ago
  23. 6bd6ede more typewriter face by Gabor Greif · 15 years ago
  24. 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 15 years ago
  25. b00933b set some options in typewriter font by Gabor Greif · 15 years ago
  26. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  27. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
  28. 9086945 Eliminate some redundant llvm-as calls. by Benjamin Kramer · 15 years ago
  29. d75d267 Missing CHECK: lines makes test exit abnormally. by Edward O'Callaghan · 15 years ago
  30. 2a4bea5 FileCheck not CheckFile, oops. by Edward O'Callaghan · 15 years ago
  31. 5464547 Convert InstCombine/call.ll to CheckFile. by Edward O'Callaghan · 15 years ago
  32. 7aeb9b5 Convert the rest of the InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
  33. a457ba0 Remove this part of the test, it never actually tested anything anyways. This by Nick Lewycky · 15 years ago
  34. 60ea2c5 Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstExprCastCall.ll to FileCheck from notcast. by Edward O'Callaghan · 15 years ago
  35. 853075e Convert InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
  36. 677c89d More heuristics for Combiner-AA. Still catches all important cases, but by Nate Begeman · 15 years ago
  37. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  38. f5e1613 Fix PR5087, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  39. 885dffc add some more hooks to the C bindings, patch by Kenneth Uildriks! by Chris Lattner · 15 years ago
  40. 12adce4 Make ParallelJIT pthreads linking with CMake slightly less broken by Douglas Gregor · 15 years ago
  41. c6cf5fe Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. by Edward O'Callaghan · 15 years ago
  42. 67f7d54 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
  43. b152a87 revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. by Chris Lattner · 15 years ago
  44. 330f6aa pic16 uses 16 bit pointers, but is 8 bit. by Chris Lattner · 15 years ago
  45. 6d0111f populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
  46. c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 15 years ago
  47. 436604d Add missed mem-mem move patterns by Anton Korobeynikov · 15 years ago
  48. afac8ab Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 15 years ago
  49. 2ad8cf5 remove some harmful code that would turn an insertelement on an undef by Chris Lattner · 15 years ago
  50. aca471f Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 15 years ago
  51. 0a11939 reduce vec_shuffle2 and merge into vec_shuffle. by Chris Lattner · 15 years ago
  52. 98d59df filecheckize vec_shuffle.ll and merge shuffle.ll into it. by Chris Lattner · 15 years ago
  53. 588c490 filecheckize by Chris Lattner · 15 years ago
  54. a017529 rename test by Chris Lattner · 15 years ago
  55. ee07e71 remove old testcase by Chris Lattner · 15 years ago
  56. 90d4f3a merge test into shift.ll, this also eliminates awful grepping on -stats output by Chris Lattner · 15 years ago
  57. 490ff63 convert to filecheck. by Chris Lattner · 15 years ago
  58. d088314 teach instcombine to simplify xor's harder, catching the new testcase. by Chris Lattner · 15 years ago
  59. 7acdf1d cleanups by Chris Lattner · 15 years ago
  60. 833f0cc convert xor2 to filecheck, merge in a random regtest by Chris Lattner · 15 years ago
  61. a249847 cleanup, no functionality change. by Chris Lattner · 15 years ago
  62. d2c5836 generalize a transformation even more: we don't care whether the by Chris Lattner · 15 years ago
  63. 0036e3a simplify a transformation by making it more general. by Chris Lattner · 15 years ago
  64. 61488a3 temporarily revert previous patch by Chris Lattner · 15 years ago
  65. 9a12a78 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
  66. 849a639 Remove CleanupDbgInfo, instcombine does this and its not worth duplicating it by Torok Edwin · 15 years ago
  67. a1bbb78 More DragonEgg verbiage. by Duncan Sands · 15 years ago
  68. 83f6c92 Remove spurious brackets. by Duncan Sands · 15 years ago
  69. 9289ae8 LICM shouldn't sink/delete debug information. Fix this and add a testcase. by Torok Edwin · 15 years ago
  70. 95eb470 Implement 'm' memory operand properly by Anton Korobeynikov · 15 years ago
  71. c4be951 Implement proper asmprinting for the globals. This eliminates bogus "call" modifier and also adds support for offsets wrt globals. by Anton Korobeynikov · 15 years ago
  72. da3d796 Implement asm printing for inline asm memory operands by Anton Korobeynikov · 15 years ago
  73. 71a61d1 add PR5004 as a known problem. by Chris Lattner · 15 years ago
  74. 8cf648b duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet. by Chris Lattner · 15 years ago
  75. 7069457 Fix typo. by Nick Lewycky · 15 years ago
  76. 2bc6b9a Fix typo. by Nick Lewycky · 15 years ago
  77. 5a06cf6 when folding duplicate conditions, delete the by Chris Lattner · 15 years ago
  78. f9f3cb1 some notes from Anton by Chris Lattner · 15 years ago
  79. 3baca51 catch some other serial commas that my earlier grep did not spot by Gabor Greif · 15 years ago
  80. 56e164f eliminate some instances of serial comma. sabre, if you feel strong about this, feel free to revert this rev by Gabor Greif · 15 years ago
  81. deb3f2e Fix typo. by Duncan Sands · 15 years ago
  82. f553cbc apply some tweaks by Gabor Greif · 15 years ago
  83. 3883cba fix some obvious typos by Gabor Greif · 15 years ago
  84. b88517c Add an outline of the DragonEgg gcc plugin. by Duncan Sands · 15 years ago
  85. 8af304a implement rdar://7293527, a trivial instcombine that llvm-gcc by Chris Lattner · 15 years ago
  86. f7a60d2 add a helper for matching "1". by Chris Lattner · 15 years ago
  87. 78c552e implement a transformation in jump threading that is currently by Chris Lattner · 15 years ago
  88. 113e4c6 another testcase jump threading shouldn't crash on. by Chris Lattner · 15 years ago
  89. c6c167f rename a file, remove a poorly reduced testcase. by Chris Lattner · 15 years ago
  90. 6b65f47 restructure some code, no functionality change. by Chris Lattner · 15 years ago
  91. bdbf1a1 factor some code better and move a function, no functionality change. by Chris Lattner · 15 years ago
  92. e33583b make jump threading on a phi with undef inputs happen. by Chris Lattner · 15 years ago
  93. 1bd8d0a there is no need to run mem2reg after jump threading at LTO time now. by Chris Lattner · 15 years ago
  94. 2c5060d fix a bunch of bad formatting, delete the dead by Chris Lattner · 15 years ago
  95. 41fb43b merge two tests. by Chris Lattner · 15 years ago
  96. d98eb44 simplify some run lines, convert a test to filecheck. by Chris Lattner · 15 years ago
  97. 2840c18 Update release notes blurb on the static analyzer. by Ted Kremenek · 15 years ago
  98. 8c1db67 rewrite LCSSA to use SSAUpdate, to only return true if it modifies by Chris Lattner · 15 years ago
  99. 39b0c3d clean up and simplify some code. Don't use setvector when things will be by Chris Lattner · 15 years ago
  100. a09fbf0 switch GVN to use SSAUpdater. Besides removing a lot of complexity by Chris Lattner · 15 years ago