1. 6091ebd For PR1146: New header file to provide parameter attribute declarations. by Reid Spencer · 18 years ago
  2. 993243b this xform is correct, not an xfail by Chris Lattner · 18 years ago
  3. 044e533 reenable this xform, whoops :) by Chris Lattner · 18 years ago
  4. 6d8cdf1 make xfail info more nice by Chris Lattner · 18 years ago
  5. 6cae0e0 Fix regression on Instcombine/apint-or2.ll by Chris Lattner · 18 years ago
  6. 87ff2dd tweak this to test the right thing. by Chris Lattner · 18 years ago
  7. 35921fa testrunner should print out xfail info. by Chris Lattner · 18 years ago
  8. c5e7ea4 Generalize the code that handles (A&B)|(A&C) to work where B/C are not constants. by Chris Lattner · 18 years ago
  9. 251396a new testcase, should simplify down to a xor/and/xor sequence. by Chris Lattner · 18 years ago
  10. 5cef3c6 implement a fixme: move optimizations for fwrite out of fputs into a new by Chris Lattner · 18 years ago
  11. a397ce1 Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson. by Nick Lewycky · 18 years ago
  12. 51bc779 Don't crash when encountering a BasicBlock that hasn't been registered yet. by Nick Lewycky · 18 years ago
  13. 0cd3a23 Significantly simplify the clients of GetConstantStringInfo, by having it by Chris Lattner · 18 years ago
  14. 73f5d42 Fix problems in the sprintf optimizer by Chris Lattner · 18 years ago
  15. 3492cda Change CastToCStr to take a pointer instead of a reference. by Chris Lattner · 18 years ago
  16. 3110289 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  17. b600669 these test a pass that no longer exists. by Chris Lattner · 18 years ago
  18. af33e65 Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86 by Chris Lattner · 18 years ago
  19. a41c7b4 xfail these until owen can figure out the right fix by Chris Lattner · 18 years ago
  20. a021d5d Avoid a useless temporary constrution. by Reid Spencer · 18 years ago
  21. be5dcf5 For PR1291: Change to use PathWithStatus by Reid Spencer · 18 years ago
  22. 8e27acf Update for PathWithStatus by Reid Spencer · 18 years ago
  23. 44218f9 Fix another PathWithStatus issue. by Reid Spencer · 18 years ago
  24. c74b461 For PR1291: by Reid Spencer · 18 years ago
  25. 2ae9d11 For PR1291: by Reid Spencer · 18 years ago
  26. e9ed445 Add DomSet back, and revert the changes to LoopSimplify. Apparently the by Owen Anderson · 18 years ago
  27. 414de4d Eliminate unnecessary APInt construction. by Zhou Sheng · 18 years ago
  28. 6db928a Rephrase linker explanation. by Duncan Sands · 18 years ago
  29. fdc1e16 Make APInt variables do the computation stuffs instead of by Zhou Sheng · 18 years ago
  30. 8342836 Eliminate unnecessary zext/trunc stuffs. by Zhou Sheng · 18 years ago
  31. a3b12dd Regenerate. by Reid Spencer · 18 years ago
  32. b289f19 For PR1312: by Reid Spencer · 18 years ago
  33. ac4d664 Add support for cast instructions. by Nick Lewycky · 18 years ago
  34. e32157c Add signExtend to ConstantRange, to complement zeroExtend and truncate. by Nick Lewycky · 18 years ago
  35. 8aaa406 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  36. ba43963 Completely purge DomSet. This is the (hopefully) final patch for PR1171. by Owen Anderson · 18 years ago
  37. 4f9e58e Completely purge DomSet from LoopSimplify. This is part of the by Owen Anderson · 18 years ago
  38. a3ca0b6 BreakCriticalEdges does still preserve DominatorTree. by Owen Anderson · 18 years ago
  39. 2d43519 Expunge DomSet from BreakCriticalEdges. This is part of the continuing by Owen Anderson · 18 years ago
  40. ee2b320 Fix a bug in my earlier commit which exposed positional options backwards. by Chris Lattner · 18 years ago
  41. c6fcf29 Expunge DomSet from CodeExtractor. This is part of the continuing work by Owen Anderson · 18 years ago
  42. b5fda75 Terminate some lines that need to be. by Reid Spencer · 18 years ago
  43. a995d92 Support NE inequality in ValueRanges. by Nick Lewycky · 18 years ago
  44. 46b58f7 Expunge DomSet from LoadValueNumbering. This is part of the continuing by Owen Anderson · 18 years ago
  45. 6116fb1 add loop rot by Chris Lattner · 18 years ago
  46. 99e865a Reinstate the SVN capability without requiring Date::Parse. As before the by Reid Spencer · 18 years ago
  47. d44008a Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain. by Owen Anderson · 18 years ago
  48. f3a9e36 Cleanup. Refactor out the applying of value ranges to its own method. by Nick Lewycky · 18 years ago
  49. b01c77e Use TargetData to find the size of a type. by Nick Lewycky · 18 years ago
  50. 8ac40dd Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare' by Nick Lewycky · 18 years ago
  51. c4625da Add loop rotation pass. by Devang Patel · 18 years ago
  52. 045af54 fix a miscompilation in printf optimizer. by Chris Lattner · 18 years ago
  53. ef4fd35 trunc to bool no longer compares against zero by Chris Lattner · 18 years ago
  54. 71bf3e2 cleanups for strlen optimizer by Chris Lattner · 18 years ago
  55. 679d718 Introduce a new ReplaceCallWith method, which simplifies a lot of code. by Chris Lattner · 18 years ago
  56. db895b8 fixes for strcpy optimizer by Chris Lattner · 18 years ago
  57. 7b50c8f Fix bugs in strncmp. by Chris Lattner · 18 years ago
  58. ceb375e fix 3 miscompilations and several compielr crashes in strcmp optimizer. by Chris Lattner · 18 years ago
  59. 6897fe5 Fix several nasty bugs in the strchr optimizer, this fixes by Chris Lattner · 18 years ago
  60. 3d2e54b testcase for PR1307 by Chris Lattner · 18 years ago
  61. 09c11aa clean up strcat optimizer, no functionality change. by Chris Lattner · 18 years ago
  62. c8e1741 rename getConstantStringLength -> GetConstantStringInfo. Make it return by Chris Lattner · 18 years ago
  63. a2150f6 Track new header file. by Jeff Cohen · 18 years ago
  64. 9878d6a rearchitect the registration mechanism used by the command line option stuff. by Chris Lattner · 18 years ago
  65. 4802d90 implement Transforms/InstCombine/malloc2.ll and PR1313 by Chris Lattner · 18 years ago
  66. b62eee4 new testcase, update old one. by Chris Lattner · 18 years ago
  67. 3b6078f Switch some vectors to smallvectors. This reduces amount of malloc'd by Chris Lattner · 18 years ago
  68. f6143ef Eliminate unneeded virtual methods by Chris Lattner · 18 years ago
  69. e303ac9 minor comment fix by Chris Lattner · 18 years ago
  70. 5a1ebb3 For PR1209: Implement Type class's ContainedTys without using a std::vector. by Reid Spencer · 18 years ago
  71. 11eec56 XFAIL this test for now. It will be a while before I can implement this by Reid Spencer · 18 years ago
  72. 6e18fa0 eliminate a virtual method by Chris Lattner · 18 years ago
  73. af035f3 remove the dead removeArgument method, rename Options to OptionsMap. by Chris Lattner · 18 years ago
  74. 4913bf4 Fix Transforms/GlobalOpt/2007-04-05-Crash.ll by Chris Lattner · 18 years ago
  75. 65fe912 new testcase that crashes globalopt by Chris Lattner · 18 years ago
  76. 285d96e testcase for padding before zero-length fields. by Dale Johannesen · 18 years ago
  77. f1bc4ad New tests for Packed structs. by Devang Patel · 18 years ago
  78. 13eb4c6 New tests for Packed structs. by Devang Patel · 18 years ago
  79. c8c5752 run a late dce pass to clean up extra cruft. by Chris Lattner · 18 years ago
  80. 56f54d4 Fix test by Anton Korobeynikov · 18 years ago
  81. db8918a Add a helper class (APSInt) which can represent an APInt along with sign by Chris Lattner · 18 years ago
  82. 1984a328 Use a worklist-driven algorithm instead of a recursive one. by Chris Lattner · 18 years ago
  83. 3f108cb Change the bit_part_select (non)implementation from "return 0" to abort. by Reid Spencer · 18 years ago
  84. addd11d Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic. by Reid Spencer · 18 years ago
  85. 93a8415 Ignore some things generated by bugpoint. by Reid Spencer · 18 years ago
  86. ecd276a Fix release build. by Lauro Ramos Venancio · 18 years ago
  87. 0036100 Fix some FreeBSD/amd64 regressions. by Jeff Cohen · 18 years ago
  88. 6733a16 Squelch a warning about mismatch between sign of constant and sign of return by Reid Spencer · 18 years ago
  89. a6d3f13 Fix test by Anton Korobeynikov · 18 years ago
  90. 5502bf6 Properly emit range comparisons for switch cases, where neighbour cases by Anton Korobeynikov · 18 years ago
  91. bbf6f57 Any add is wrong, regardless of type. by Jeff Cohen · 18 years ago
  92. bd89872 Get it right... by Jeff Cohen · 18 years ago
  93. 50781ea Test for transformConstExprCastCall fix. by Dale Johannesen · 18 years ago
  94. 16ff304 Prevent transformConstExprCastCall from generating conversions that assert by Dale Johannesen · 18 years ago
  95. 8d8e1eb Remove the part_set intrinsic. It won't get implemented as an intrinsic. by Reid Spencer · 18 years ago
  96. 12ba806 stringmap memory managed with malloc now by Chris Lattner · 18 years ago
  97. 86796be Fix 2007-04-04-BadFoldBitcastIntoMalloc.ll by Jeff Cohen · 18 years ago
  98. 4519943 Add new test. by Jeff Cohen · 18 years ago
  99. 1c89bd1 Better still. by Evan Cheng · 18 years ago
  100. 43cbb2d Fix test case. by Evan Cheng · 18 years ago