1. 7055fd0 Remove duplicated line. by Evan Cheng · 17 years ago
  2. b92cb15 Reverse last patch .. premature. Depends on uncommitted CBE patch. by Reid Spencer · 17 years ago
  3. 477e974 Update this test to match the (corrected) output from the CBE. by Reid Spencer · 17 years ago
  4. 9bd57b6 Give names to the final result values of the part_set computations. This by Reid Spencer · 17 years ago
  5. c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 17 years ago
  6. d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 17 years ago
  7. d9efdb2 Correct a few comments. by Dan Gohman · 17 years ago
  8. a196b99 Add passes -view-cfg and -view-cfg-only that are like -print-cfg and by Dan Gohman · 17 years ago
  9. 2703f23 Use templates for the GraphType for DefaultDOTGraphTraits' members instead by Dan Gohman · 17 years ago
  10. b7f0675 Add a addRequiredTransitiveID member function, which is to by Dan Gohman · 17 years ago
  11. f3e5bc6 Add a skeleton for future contents by Chris Lattner · 17 years ago
  12. d82dc66 update comments by Chris Lattner · 17 years ago
  13. 69944e8 Make the results for the rotate functions correct when rotateAmt == 0. by Reid Spencer · 17 years ago
  14. 19dc32a Add some things needed by the llvm-gcc version supporting bit accurate integer by Reid Spencer · 17 years ago
  15. 9273418 add a link by Chris Lattner · 17 years ago
  16. 40c1b66 Fix PR1413 by Chris Lattner · 17 years ago
  17. d2abaf5 this crashes globalopt by Chris Lattner · 17 years ago
  18. 79cfddf Fix Transforms/GlobalOpt/2007-05-13-Crash.ll by Chris Lattner · 17 years ago
  19. 185bc89 Emit function debug frames in one atom. This will prevent us from generating incorrect assembler in case of both by Anton Korobeynikov · 17 years ago
  20. 8c7c173 Emit multiple common EH frames for multiple (including blank) personality by Anton Korobeynikov · 17 years ago
  21. 69b3e40 add initial description of llvm top-level stuff. by Chris Lattner · 17 years ago
  22. 7300af5 finish the description of the bitstream format. by Chris Lattner · 17 years ago
  23. 0ff3ca4 More DWARF-related things cleanup: by Anton Korobeynikov · 17 years ago
  24. 92c7283 Fix shl to produce the correct result when the bitwidth is > 64 and the by Reid Spencer · 17 years ago
  25. 45d6764 Add a test case for shl of APInt integers > 64 bits by 0 shift amount. by Reid Spencer · 17 years ago
  26. 5156f5b Get the size of auto arrays right, regardless of its changing size. by Reid Spencer · 17 years ago
  27. 58d0547 Fix a grammaro. by Reid Spencer · 17 years ago
  28. f1d64e9 fix typo by Chris Lattner · 17 years ago
  29. daeb63c continued description by Chris Lattner · 17 years ago
  30. 3a1716d add a bunch of content. by Chris Lattner · 17 years ago
  31. e9ef457 first step by Chris Lattner · 17 years ago
  32. be1b1b1 Add a known QEMU problem. by Lauro Ramos Venancio · 17 years ago
  33. 384003d allow partially materialized modules to be written out, which just strips out by Chris Lattner · 17 years ago
  34. 1e4c23a Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.html by Devang Patel · 17 years ago
  35. 2194ad9 New test. by Devang Patel · 17 years ago
  36. 7d8ed8a significantly improve debug output of lsr by Chris Lattner · 17 years ago
  37. 86296cc Update comments to say "vector" instead of "packed". by Dan Gohman · 17 years ago
  38. 23d9d27 Fix typos. by Dan Gohman · 17 years ago
  39. 667976e Remove forward-declarations for classes that don't exist. by Dan Gohman · 17 years ago
  40. 1031c6f Add explicit keywords to several constructors that now have one argument. by Dan Gohman · 17 years ago
  41. b96039e Simplify BranchInst::getSuccessor, avoiding a conditional operator. by Dan Gohman · 17 years ago
  42. c767844 This patch extends the LoopUnroll pass to be able to unroll loops by Dan Gohman · 17 years ago
  43. 3aea1bd fix regressions from my previous checking, including by Chris Lattner · 17 years ago
  44. 22d5c37 Perform correct actions numbers/sizes computation by Anton Korobeynikov · 17 years ago
  45. 29c9caf Fix action No calculation in multiple-invoke-one-LP mode by Anton Korobeynikov · 17 years ago
  46. e41f23f For PR1411: Don't try to use {} bracketing when setting a variable in site.exp by Reid Spencer · 17 years ago
  47. 8885887 fix Transforms/InstCombine/2007-05-10-icmp-or.ll by Chris Lattner · 17 years ago
  48. 2e3ce7d new testcase that crashes instcombine by Chris Lattner · 17 years ago
  49. e0ae022 Drop ModuleID from comment. by Devang Patel · 17 years ago
  50. a24b04e fix a memory leak by Chris Lattner · 17 years ago
  51. 3925326 Fix a bug where the bcreader could crash on .bc files that were an exact by Chris Lattner · 17 years ago
  52. 54f4a67 Do not generate branches to entry block. This fixes several test suite by Dale Johannesen · 17 years ago
  53. 432a7fa Ooops. Some debugging stuff :) by Anton Korobeynikov · 17 years ago
  54. eeb37e0 Allow multiple invokes per landing pad. This (probably) fixes PR1410. by Anton Korobeynikov · 17 years ago
  55. c1fe166 Later computations assume we are aligned at this point. by Duncan Sands · 17 years ago
  56. e25514d TypeIds are indexed by j, not i by Anton Korobeynikov · 17 years ago
  57. 9ec8137 These attributes are supported! by Anton Korobeynikov · 18 years ago
  58. 36117ac gar. GCC 3.4.2 also miscompiles llvm at -O3. :( by Chris Lattner · 18 years ago
  59. 3213a3a another version of gcc that miscompiles llvm. by Chris Lattner · 18 years ago
  60. e163e69 Another test for tail mergeing by Dale Johannesen · 18 years ago
  61. 76b38fc Make tail merging handle many more cases (all it can, I think). by Dale Johannesen · 18 years ago
  62. 0f1621b add some notes by Chris Lattner · 18 years ago
  63. 7de291a Can't fold bit_convert into truncating store. by Evan Cheng · 18 years ago
  64. 2c4f943 Can't fold the bit_convert is the store is a truncating store. by Evan Cheng · 18 years ago
  65. 7294b58 Do not assert, when case range split metric is zero and JTs are not allowed: just emit binary tree in this case. This by Anton Korobeynikov · 18 years ago
  66. ab5063b Add two ARM known problems. by Lauro Ramos Venancio · 18 years ago
  67. 34ab6d6 PR1399 test case. by Evan Cheng · 18 years ago
  68. 9fbc5b2 Testcase for by Duncan Sands · 18 years ago
  69. fd98dc9 Fix PR1333 by Devang Patel · 18 years ago
  70. 7ab11fb New test. by Devang Patel · 18 years ago
  71. 9095da2 New test. by Devang Patel · 18 years ago
  72. 0d77e05 arm no longer experimental, c++ eh support is? by Chris Lattner · 18 years ago
  73. f01b0b5 add a meta-blurb about the 2.0 release by Chris Lattner · 18 years ago
  74. caf0634 strip the llvm 1.9 info out of the release notes by Chris Lattner · 18 years ago
  75. 42d712b Switch BCC, MOVCCr, etc. to PredicateOperand. by Evan Cheng · 18 years ago
  76. f88b3a5 PredicateOperand can be used as a normal operand for isel. by Evan Cheng · 18 years ago
  77. 5903963 If a PredicateOperand has an empty ExecuteAlways field, treat it as if a normal operand for isel. by Evan Cheng · 18 years ago
  78. a7a5bad add the & back. I'm not sure why bill removed it. by Chris Lattner · 18 years ago
  79. e23e00d Change names from RA to something unique to get rid of naming conflicts with by Bill Wendling · 18 years ago
  80. 5618490 Eliminate MarkVirtRegAliveInBlock recursion. by Evan Cheng · 18 years ago
  81. 6603d7e Add MachineBasicBlock preds / succs reverse iterators. by Evan Cheng · 18 years ago
  82. 74935ca New test for PR1400 by Devang Patel · 18 years ago
  83. fe252f3 testcase for CodeGenPrepare bug fixed yesterday by Dale Johannesen · 18 years ago
  84. 43182ac R0 is a sub-register of X0, etc. by Evan Cheng · 18 years ago
  85. 1cc0096 Fix various whitespace inconsistencies. by Dan Gohman · 18 years ago
  86. f742c23 Correct the comment for ApproximateLoopSize to reflect what it actually does. by Dan Gohman · 18 years ago
  87. e8a9054 Spare '&' in the RUN line. by Bill Wendling · 18 years ago
  88. a186240 New test. by Devang Patel · 18 years ago
  89. 7adb53e update comments, no functionality change by Chris Lattner · 18 years ago
  90. a9bb713 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
  91. 692aa5a Bumping cvs version number by Tanya Lattner · 18 years ago
  92. 5c9f800 Bump version number in cvs by Tanya Lattner · 18 years ago
  93. b64c2c8 move this out of Codegen/Generic, because it requires the ARM backend to be by Chris Lattner · 18 years ago
  94. 938ef6f move to CodeGen/ARM/2007-05-07-tailmerge-1.ll by Chris Lattner · 18 years ago
  95. 6603a1b Don't generate branch to entry block. by Dale Johannesen · 18 years ago
  96. 356e72c Fix PR1390 in a better way. by Lauro Ramos Venancio · 18 years ago
  97. fd4dbf7 Fix tests. by Evan Cheng · 18 years ago
  98. 070549e Add some tests for (conv (load x)) -> (load (conv*)x) xform. by Evan Cheng · 18 years ago
  99. 6b95e98 Fix test case. by Evan Cheng · 18 years ago
  100. c2cd2b2 Forgot a check. by Evan Cheng · 18 years ago