1. 82f3aee new testcase for a recent regression by Chris Lattner · 18 years ago
  2. d3bd070 update comment by Chris Lattner · 18 years ago
  3. 8e00832 regenerate by Chris Lattner · 18 years ago
  4. 86fd630 simplify code by Chris Lattner · 18 years ago
  5. 7a857dd NightlyTest.pl does not exist. by Tanya Lattner · 18 years ago
  6. 1dcadec Adding 2.0 release by Tanya Lattner · 18 years ago
  7. cd6cea0 We only need to specify the most-implied feature for an architecture. by Bill Wendling · 18 years ago
  8. d46a8ea Consistency. by Evan Cheng · 18 years ago
  9. 287b47f Add test for PR1259. by Evan Cheng · 18 years ago
  10. 94679e6 Fix some -march=thumb regressions. tBR_JTr is not predicable. by Evan Cheng · 18 years ago
  11. f23b8cf Use AXI3 not AXI2 for appropriate PIC PC-relative loads and stores. Cosmetic. by Dale Johannesen · 18 years ago
  12. a6b4f43 If-convert early exit blocks (returns, etc.); bug fixes, etc. by Evan Cheng · 18 years ago
  13. 86d4069 Add some patterns for PIC PC-relative loads and stores. by Dale Johannesen · 18 years ago
  14. 5a18ebc BlockHasNoFallThrough() now returns true if block ends with a return instruction; AnalyzeBranch() should ignore predicated instructionsd. by Evan Cheng · 18 years ago
  15. 7bf7a44 Only emit one entry in the exception action table for each action, even if by Duncan Sands · 18 years ago
  16. 126f17a BlockHasNoFallThrough() now returns true if block ends with a return instruction. by Evan Cheng · 18 years ago
  17. eaeeb6f Update by Bill Wendling · 18 years ago
  18. a24f6df Get the order of the hext digits right! by Reid Spencer · 18 years ago
  19. 922d0bc Adjust how LLVM names are produced: by Reid Spencer · 18 years ago
  20. 5f0d16d Make sure we can round-trip an escaped value in a name. by Reid Spencer · 18 years ago
  21. ed951ea Regenerate by Reid Spencer · 18 years ago
  22. aa7c2f8 Make the %"..." syntax legal for local name. This just makes it symmetric by Reid Spencer · 18 years ago
  23. a2b18de Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates by Chris Lattner · 18 years ago
  24. 74b9a81 new testcase by Chris Lattner · 18 years ago
  25. cc442ca On Linux platforms and at optimization levels -O1 and above, llvm-gcc can by Reid Spencer · 18 years ago
  26. 8a28296 add source by Chris Lattner · 18 years ago
  27. fb3e119 Handle negative strides much more optimally. This compiles X86/lsr-negative-stride.ll by Chris Lattner · 18 years ago
  28. b0e07dd new testcase by Chris Lattner · 18 years ago
  29. 7667c0b same patch as the previous one, but the symmetric case by Chris Lattner · 18 years ago
  30. 2ad913b Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in by Chris Lattner · 18 years ago
  31. 35fbae2 new testcase by Chris Lattner · 18 years ago
  32. 20a4c23 Fix an assertion introduced by my last change to the toString method. We by Reid Spencer · 18 years ago
  33. f5135be Apply this patch: by Dan Gohman · 18 years ago
  34. 60c7a13 add a note by Chris Lattner · 18 years ago
  35. 2fa7ce2 Add a testcase for unrolling loops with unknown tripcounts. by Dan Gohman · 18 years ago
  36. 7f8ff8a Clean up. by Evan Cheng · 18 years ago
  37. 36489bb Change to depth-first traversal. by Evan Cheng · 18 years ago
  38. a469b69 Document an inefficiency in tail merging. by Dale Johannesen · 18 years ago
  39. fa0f77d Use MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VALUETYPE. by Dan Gohman · 18 years ago
  40. fcc4dd91e Qualify calls to getTypeForValueType with MVT:: too. by Dan Gohman · 18 years ago
  41. cf6cc11 Some restructuring in preparation for most aggressive if-conversion. by Evan Cheng · 18 years ago
  42. b55757e Qualify several calls to functions in the MVT namespace, for consistency. by Dan Gohman · 18 years ago
  43. 6092ca1 Watch out for blocks that end with a return. by Evan Cheng · 18 years ago
  44. 7d841a4 Fix typo. by Duncan Sands · 18 years ago
  45. 32a8344 Fix typo. by Duncan Sands · 18 years ago
  46. ef547dd better portability for intptr_t. by Chris Lattner · 18 years ago
  47. 46ccdbf finished the first draft by Chris Lattner · 18 years ago
  48. 60893e5 crank out notes by Chris Lattner · 18 years ago
  49. 7eea8ff Regenerate. by Reid Spencer · 18 years ago
  50. 5502117 validation fix by Chris Lattner · 18 years ago
  51. b5c87f6 validation fixes by Chris Lattner · 18 years ago
  52. b348bb8 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
  53. e829e92 Add a test case for PR1434 by Reid Spencer · 18 years ago
  54. e01236a Avoid an infinite loop when TestRunner.sh is run outside of the test dir. by Reid Spencer · 18 years ago
  55. 47d2502 If true / false blocks fallthrough before ifcvt, add unconditional branches to ifcvt'd block. by Evan Cheng · 18 years ago
  56. dcc50a4 Mark calls non-predicable for now. Need to ensure it's the last instruction in the if-converted block or make sure it preserve condition code. by Evan Cheng · 18 years ago
  57. 1cf08c1 Remove some unneeded branches. (spotted by Evan, thanks) by Dale Johannesen · 18 years ago
  58. e5e7ce4 Silence some compilation warnings. by Evan Cheng · 18 years ago
  59. b4b0ce7 tweak by Chris Lattner · 18 years ago
  60. 86cbfea Make use of target specific block size limits; bug fixes. by Evan Cheng · 18 years ago
  61. 9f8cbd1 Set ARM if-conversion block size threshold to 10 instructions for now. by Evan Cheng · 18 years ago
  62. 6ae3626 RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. by Evan Cheng · 18 years ago
  63. b5cdaa2 RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. by Evan Cheng · 18 years ago
  64. f48ae46 Fix comment. by Evan Cheng · 18 years ago
  65. 4f09878 Move isSuccessor() offline, change it to use std::find. by Evan Cheng · 18 years ago
  66. 413f2f9 Fix a problem with building .y files when BISON is not present. by Reid Spencer · 18 years ago
  67. 9f26f73 Fix PR1431 Test case at Transformations/SCCP/2007-05-16-InvokeCrash.ll by Devang Patel · 18 years ago
  68. d5005cc New test. by Devang Patel · 18 years ago
  69. bcd10f1 validation fixes by Chris Lattner · 18 years ago
  70. d09c4ec llvm-gcc now supports almost all gcc extensions. The key missing one is by Chris Lattner · 18 years ago
  71. bfb17ab add a section about API changes. by Chris Lattner · 18 years ago
  72. 8dd86c1 More effective breakdown of memcpy into repeated load/store. These are now by Dale Johannesen · 18 years ago
  73. e99d492 Correct a name in a comment. by Dan Gohman · 18 years ago
  74. 26b146c silence some "comparison between signed and unsigned integer expressions" by Chris Lattner · 18 years ago
  75. bf8abe3 minor tweak by Chris Lattner · 18 years ago
  76. fb0709a Get rid of leading zeros in the output of toString. by Reid Spencer · 18 years ago
  77. fd30eee New test case. by Evan Cheng · 18 years ago
  78. 213d2cf Fix a bogus check that prevented folding VECTOR_SHUFFLE to UNDEF; add an optimization to fold VECTOR_SHUFFLE to a zero vector. by Evan Cheng · 18 years ago
  79. 174f803 Added missing patterns for UNPCKH* and PUNPCKH*. by Evan Cheng · 18 years ago
  80. df799af Fix some sporadic segfaults that are triggered when SmallVector's heap by Dan Gohman · 18 years ago
  81. e1e9bc7 add testcase for 128-bit add/sub by Chris Lattner · 18 years ago
  82. 3fc5b01 disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for by Chris Lattner · 18 years ago
  83. b429f73 add expand support for ADDC/SUBC/ADDE/SUBE so we can codegen 128-bit add/sub on 32-bit (or less) targets by Chris Lattner · 18 years ago
  84. 59807fa Regenerate. by Reid Spencer · 18 years ago
  85. e406873 Make Perl a required dependency and cause configure script to fail if it by Reid Spencer · 18 years ago
  86. 07c70cd This is the correct fix for PR1427. This fixes mmx-shuffle.ll and doesn't by Chris Lattner · 18 years ago
  87. f840202 Revert patch for PR1427. It breaks almost all vector tests. by Anton Korobeynikov · 18 years ago
  88. ccde4cb add support for 128-bit add/sub on ppc64 by Chris Lattner · 18 years ago
  89. 09d8c92 Print integer values as both decimal and hexadecimal for convenience by Reid Spencer · 18 years ago
  90. a066810 add support for 128-bit integer add/sub by Chris Lattner · 18 years ago
  91. 02ae8b7 For lshr by 0 bits, just return *this as a short cut. This also prevents by Reid Spencer · 18 years ago
  92. 2f6ba65 New test. by Devang Patel · 18 years ago
  93. da66472 Fix PR1427 and test/CodeGen/X86/mmx-shuffle.ll by Chris Lattner · 18 years ago
  94. 944a3f4 testcase for PR1427 by Chris Lattner · 18 years ago
  95. d9e9efb Remove. Not needed. by Evan Cheng · 18 years ago
  96. e425956 Default implementation of TargetInstrInfo::getBlockSize(). by Evan Cheng · 18 years ago
  97. d60483e Add target hook to specify block size limit for if-conversion. by Evan Cheng · 18 years ago
  98. b6ec3a9 Merged in both release announcement guts. by Tanya Lattner · 18 years ago
  99. 98a6c62 Don't fold bitconvert(load) for preinc/postdec loads. Likewise stores. by Dale Johannesen · 18 years ago
  100. d6ddc30 isBlockPredicable() always ignore terminal instructions; add comments. by Evan Cheng · 18 years ago