1. 465193a Delete some obsolete declarations. by Dan Gohman · 15 years ago
  2. c6cb1c9 even more <tt>s by Gabor Greif · 15 years ago
  3. 0032681 Don't forget to mark RAX as live-out of the function when arranging for by Dan Gohman · 15 years ago
  4. 6bd6ede more typewriter face by Gabor Greif · 15 years ago
  5. 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 15 years ago
  6. b00933b set some options in typewriter font by Gabor Greif · 15 years ago
  7. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  8. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
  9. 9086945 Eliminate some redundant llvm-as calls. by Benjamin Kramer · 15 years ago
  10. d75d267 Missing CHECK: lines makes test exit abnormally. by Edward O'Callaghan · 15 years ago
  11. 2a4bea5 FileCheck not CheckFile, oops. by Edward O'Callaghan · 15 years ago
  12. 5464547 Convert InstCombine/call.ll to CheckFile. by Edward O'Callaghan · 15 years ago
  13. 7aeb9b5 Convert the rest of the InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
  14. a457ba0 Remove this part of the test, it never actually tested anything anyways. This by Nick Lewycky · 15 years ago
  15. 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
  16. 853075e Convert InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
  17. 677c89d More heuristics for Combiner-AA. Still catches all important cases, but by Nate Begeman · 15 years ago
  18. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  19. f5e1613 Fix PR5087, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  20. 885dffc add some more hooks to the C bindings, patch by Kenneth Uildriks! by Chris Lattner · 15 years ago
  21. 12adce4 Make ParallelJIT pthreads linking with CMake slightly less broken by Douglas Gregor · 15 years ago
  22. c6cf5fe Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. by Edward O'Callaghan · 15 years ago
  23. 67f7d54 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
  24. b152a87 revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. by Chris Lattner · 15 years ago
  25. 330f6aa pic16 uses 16 bit pointers, but is 8 bit. by Chris Lattner · 15 years ago
  26. 6d0111f populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
  27. c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 15 years ago
  28. 436604d Add missed mem-mem move patterns by Anton Korobeynikov · 15 years ago
  29. afac8ab Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 15 years ago
  30. 2ad8cf5 remove some harmful code that would turn an insertelement on an undef by Chris Lattner · 15 years ago
  31. aca471f Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 15 years ago
  32. 0a11939 reduce vec_shuffle2 and merge into vec_shuffle. by Chris Lattner · 15 years ago
  33. 98d59df filecheckize vec_shuffle.ll and merge shuffle.ll into it. by Chris Lattner · 15 years ago
  34. 588c490 filecheckize by Chris Lattner · 15 years ago
  35. a017529 rename test by Chris Lattner · 15 years ago
  36. ee07e71 remove old testcase by Chris Lattner · 15 years ago
  37. 90d4f3a merge test into shift.ll, this also eliminates awful grepping on -stats output by Chris Lattner · 15 years ago
  38. 490ff63 convert to filecheck. by Chris Lattner · 15 years ago
  39. d088314 teach instcombine to simplify xor's harder, catching the new testcase. by Chris Lattner · 15 years ago
  40. 7acdf1d cleanups by Chris Lattner · 15 years ago
  41. 833f0cc convert xor2 to filecheck, merge in a random regtest by Chris Lattner · 15 years ago
  42. a249847 cleanup, no functionality change. by Chris Lattner · 15 years ago
  43. d2c5836 generalize a transformation even more: we don't care whether the by Chris Lattner · 15 years ago
  44. 0036e3a simplify a transformation by making it more general. by Chris Lattner · 15 years ago
  45. 61488a3 temporarily revert previous patch by Chris Lattner · 15 years ago
  46. 9a12a78 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
  47. 849a639 Remove CleanupDbgInfo, instcombine does this and its not worth duplicating it by Torok Edwin · 15 years ago
  48. a1bbb78 More DragonEgg verbiage. by Duncan Sands · 15 years ago
  49. 83f6c92 Remove spurious brackets. by Duncan Sands · 15 years ago
  50. 9289ae8 LICM shouldn't sink/delete debug information. Fix this and add a testcase. by Torok Edwin · 15 years ago
  51. 95eb470 Implement 'm' memory operand properly by Anton Korobeynikov · 15 years ago
  52. 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
  53. da3d796 Implement asm printing for inline asm memory operands by Anton Korobeynikov · 15 years ago
  54. 71a61d1 add PR5004 as a known problem. by Chris Lattner · 15 years ago
  55. 8cf648b duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet. by Chris Lattner · 15 years ago
  56. 7069457 Fix typo. by Nick Lewycky · 15 years ago
  57. 2bc6b9a Fix typo. by Nick Lewycky · 15 years ago
  58. 5a06cf6 when folding duplicate conditions, delete the by Chris Lattner · 15 years ago
  59. f9f3cb1 some notes from Anton by Chris Lattner · 15 years ago
  60. 3baca51 catch some other serial commas that my earlier grep did not spot by Gabor Greif · 15 years ago
  61. 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
  62. deb3f2e Fix typo. by Duncan Sands · 15 years ago
  63. f553cbc apply some tweaks by Gabor Greif · 15 years ago
  64. 3883cba fix some obvious typos by Gabor Greif · 15 years ago
  65. b88517c Add an outline of the DragonEgg gcc plugin. by Duncan Sands · 15 years ago
  66. 8af304a implement rdar://7293527, a trivial instcombine that llvm-gcc by Chris Lattner · 15 years ago
  67. f7a60d2 add a helper for matching "1". by Chris Lattner · 15 years ago
  68. 78c552e implement a transformation in jump threading that is currently by Chris Lattner · 15 years ago
  69. 113e4c6 another testcase jump threading shouldn't crash on. by Chris Lattner · 15 years ago
  70. c6c167f rename a file, remove a poorly reduced testcase. by Chris Lattner · 15 years ago
  71. 6b65f47 restructure some code, no functionality change. by Chris Lattner · 15 years ago
  72. bdbf1a1 factor some code better and move a function, no functionality change. by Chris Lattner · 15 years ago
  73. e33583b make jump threading on a phi with undef inputs happen. by Chris Lattner · 15 years ago
  74. 1bd8d0a there is no need to run mem2reg after jump threading at LTO time now. by Chris Lattner · 15 years ago
  75. 2c5060d fix a bunch of bad formatting, delete the dead by Chris Lattner · 15 years ago
  76. 41fb43b merge two tests. by Chris Lattner · 15 years ago
  77. d98eb44 simplify some run lines, convert a test to filecheck. by Chris Lattner · 15 years ago
  78. 2840c18 Update release notes blurb on the static analyzer. by Ted Kremenek · 15 years ago
  79. 8c1db67 rewrite LCSSA to use SSAUpdate, to only return true if it modifies by Chris Lattner · 15 years ago
  80. 39b0c3d clean up and simplify some code. Don't use setvector when things will be by Chris Lattner · 15 years ago
  81. a09fbf0 switch GVN to use SSAUpdater. Besides removing a lot of complexity by Chris Lattner · 15 years ago
  82. 0bef562 add a simple helper method. by Chris Lattner · 15 years ago
  83. f5a1fb6 add ability for clients of SSAUpdater to find out about the PHI nodes inserted. by Chris Lattner · 15 years ago
  84. aa6aeb9 clarify by Chris Lattner · 15 years ago
  85. 813dbd5 remove dead code by Chris Lattner · 15 years ago
  86. 1a8d4de add the ability to get a rewritten value from the middle of a block, by Chris Lattner · 15 years ago
  87. 5fb1072 rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect what it does. by Chris Lattner · 15 years ago
  88. 8f8e9f0 It seems that OR operation does not affect status reg at all. by Anton Korobeynikov · 15 years ago
  89. 558c367 fix broken link by Chris Lattner · 15 years ago
  90. f0390df final changes. by Chris Lattner · 15 years ago
  91. 220b9ee down to 'major changes' by Chris Lattner · 15 years ago
  92. 85c7078 more updates by Chris Lattner · 15 years ago
  93. 9b96e80 add a link to the GSG for info on how to check out svn trunk by Chris Lattner · 15 years ago
  94. b91227d x86 uses 5 operands for most memory refs now. by Chris Lattner · 15 years ago
  95. 2eff6e7 More spelling and grammar tweaks. by Duncan Sands · 15 years ago
  96. 9ddfb94 More spelling fixes. by Benjamin Kramer · 15 years ago
  97. 65b0e39 Spelling fixes. by Duncan Sands · 15 years ago
  98. f435c41 more tweaks by Chris Lattner · 15 years ago
  99. a637737 Remove an inappropriate line in the description of the by Duncan Sands · 15 years ago
  100. cfb92fe continue decoding chris scribble. by Chris Lattner · 15 years ago