1. 843f0767 Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. by Zhou Sheng · 17 years ago
  2. 223d65b Make the operations of APInt variables more efficient. by Zhou Sheng · 17 years ago
  3. 3f520a7 Fix some VC++ warnings. by Jeff Cohen · 17 years ago
  4. cc045d5 Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap. by Evan Cheng · 17 years ago
  5. 65fc36b Provide link. by Jeff Cohen · 17 years ago
  6. 23420c0 Fix the spelling of the prefetchnta instruction. by Dan Gohman · 17 years ago
  7. a65064b Revert changes that caused breakage. by Owen Anderson · 17 years ago
  8. 325171e Switch more uses of DominatorTree over to ETForest. by Owen Anderson · 17 years ago
  9. fb4b3d1 Use ETForest instead of DominatorTree. by Owen Anderson · 17 years ago
  10. 9e79197 Add accessor to get the blocks immediately dominated by a given block to ETForest. by Owen Anderson · 17 years ago
  11. f44c728 VarInfo::UsedBlocks is no longer used. Remove. by Evan Cheng · 17 years ago
  12. ca2563d Use ETForest instead of DominatorTree. by Owen Anderson · 17 years ago
  13. ee6dcaf Use new ETForest accessor. by Owen Anderson · 17 years ago
  14. 26c37b1 Use ETForest instead of DominatorTree. by Owen Anderson · 17 years ago
  15. 1c2b862 Add an accessor to make ETForest more useful. by Owen Anderson · 17 years ago
  16. 61a4c07 allow SRL to simplify its operands, as it doesn't demand all bits as input. by Chris Lattner · 17 years ago
  17. ec06e9a When replacing a node in SimplifyDemandedBits, if the old node used any by Chris Lattner · 17 years ago
  18. 1e6cf86 new testcase by Chris Lattner · 17 years ago
  19. 0a16a1f fix a pasto by Chris Lattner · 17 years ago
  20. 9191848 New crasher test case. by Evan Cheng · 17 years ago
  21. faf05bb Don't populate TryAgainList when coalescing only physical registers with virtual registers. by Evan Cheng · 17 years ago
  22. 5a713cc Cache DT[*SI] lookup. by Devang Patel · 17 years ago
  23. 8dcd2f1 don't access argument list of prototypes by Chris Lattner · 17 years ago
  24. 7cc6dcf Fix by Devang Patel · 17 years ago
  25. 7d87c14 New test. by Devang Patel · 17 years ago
  26. 2f15254 what's an & between friends? by Chris Lattner · 17 years ago
  27. 3fefc18 Increment use count of new virtuals created during PHI elimination. by Evan Cheng · 17 years ago
  28. b1b2f0b Be more careful when inserting reused instructions. This fixes CodeGen/Generic/2007-04-17-lsr-crash.ll by Chris Lattner · 17 years ago
  29. a00a5b9 new testcase by Chris Lattner · 17 years ago
  30. 7be6368 Oops. Didn't mean to check in a quick hack. by Evan Cheng · 17 years ago
  31. 8c7d2d5 Fix a bug in my previous patch, grabbing the shift amount width from the by Chris Lattner · 17 years ago
  32. 120fba9 dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.ll by Chris Lattner · 17 years ago
  33. 895c4ab Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used. by Chris Lattner · 17 years ago
  34. e54ec7a new testcase by Chris Lattner · 17 years ago
  35. f24d87c Use // not ; since this is C. by Duncan Sands · 17 years ago
  36. 20b0abc Copy coalescing change to prevent a physical register from being pin to a by Evan Cheng · 17 years ago
  37. 58ff012 New test case. by Devang Patel · 17 years ago
  38. e52eef8 Add a register allocation preference field; add a method to compute size of a live interval. by Evan Cheng · 17 years ago
  39. eff03db Change getAllocatableSet() so it returns allocatable registers for a specific register class. by Evan Cheng · 17 years ago
  40. 38b7ca6 Keep track of number of uses within the function per virtual register. by Evan Cheng · 17 years ago
  41. e060b53 Add comment by Anton Korobeynikov · 17 years ago
  42. 95a5e05 SIGN_EXTEND_INREG does not demand its top bits. Give SimplifyDemandedBits by Chris Lattner · 17 years ago
  43. 84e8315 new testcase by Chris Lattner · 17 years ago
  44. 47e756c Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail by Chris Lattner · 17 years ago
  45. 4cc12c9 make getnext/getprev accessors private. by Chris Lattner · 17 years ago
  46. 747603e Spell doFinalization right, so that it is a proper virtual override and by Dan Gohman · 17 years ago
  47. 881765a make next/prev accessors private by Chris Lattner · 17 years ago
  48. 7a83aec bool on darwin/ppc is 4 bytes. by Chris Lattner · 17 years ago
  49. 261cdfb remove use of BasicBlock::getNext by Chris Lattner · 17 years ago
  50. 97f89e6 Instruction:: Next/Prev accessors are now private by Chris Lattner · 17 years ago
  51. 3c30d10 add a note by Chris Lattner · 17 years ago
  52. e24c92a remove use of BasicBlock::getNext by Chris Lattner · 17 years ago
  53. 8e8f865 Remove use of Instruction::getNext by Chris Lattner · 17 years ago
  54. a0e1b0e eliminate use of Instruction::getNext() by Chris Lattner · 17 years ago
  55. decb0ca remove use of Instruction::getNext by Chris Lattner · 17 years ago
  56. b8e237b eliminate use of Instruction::getPrev(). Patch by Gabor Greif in 2005. by Chris Lattner · 17 years ago
  57. 4d8c16f eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005. by Chris Lattner · 17 years ago
  58. d15dff2 rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 17 years ago
  59. 57fc00d Implemented correct stack probing on mingw/cygwin for dynamic alloca's. by Anton Korobeynikov · 17 years ago
  60. 56398e3 Make it work on 64-bit systems. by Jeff Cohen · 17 years ago
  61. eb913b6 Fix build breakage on 64-bit systems. by Jeff Cohen · 17 years ago
  62. 18feb92 merge several fields in GlobalValue to use the same word, move CallingConv by Chris Lattner · 17 years ago
  63. 15b7823 Use this nifty Constraints thing and fix the inverted conditional moves by Andrew Lenharth · 17 years ago
  64. 0644309 this is fixed by Andrew Lenharth · 17 years ago
  65. f8dfef7 The (negative) offset from a SymbolTableListTraits-using ilist to its container by Chris Lattner · 17 years ago
  66. 17fcdd5 Refactor SymbolTableListTraits to only have a single pointer in it, instead by Chris Lattner · 17 years ago
  67. 205c27d urr, yeah. by Chris Lattner · 17 years ago
  68. f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 17 years ago
  69. 56ecbf3 SSE4 is apparently public now. by Chris Lattner · 17 years ago
  70. 253f7fe Add PR number for reference. by Devang Patel · 17 years ago
  71. e8501ab Make long line fit in 80 cols. by Reid Spencer · 17 years ago
  72. ac58516 by Devang Patel · 17 years ago
  73. b6b40eb New test case. by Devang Patel · 17 years ago
  74. 9a9203b Fix problems in the PartSet lowering having to do with incorrect bit width. by Reid Spencer · 17 years ago
  75. ed48de2 Regenerate by Reid Spencer · 17 years ago
  76. ce1e8ef Okay, yes there *is* a getKeyLength method on ValueName. And, it should be by Reid Spencer · 17 years ago
  77. c398709 In the event that some really old non-Intel or -AMD CPU is encountered... by Jeff Cohen · 17 years ago
  78. c657d2f Fix this test from Duncan's experiment. by Reid Spencer · 17 years ago
  79. b579650 Also validate that the code generation of IntrinsicLowering for LLI works. by Reid Spencer · 17 years ago
  80. 4ccf462 Implement @sext and @zext parameter attribute handling properly instead of by Reid Spencer · 17 years ago
  81. 22114c3 Before assuming that the original code didn't work for Athlon64, the person who by Jeff Cohen · 17 years ago
  82. 8f9a0ff refix this by Chris Lattner · 17 years ago
  83. 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 17 years ago
  84. 3b317e5 use an x86 t-t for an x86 test. Thanks to Dan for noticing this! by Chris Lattner · 17 years ago
  85. d463e07 fix incorrectly upgraded test by Chris Lattner · 17 years ago
  86. 02b2a4c Fix 80 col violations. by Reid Spencer · 17 years ago
  87. 45fdfb6 We shouldn't have tests for features we don't have yet. by Chris Lattner · 17 years ago
  88. 05c3425 remove bogus test by Chris Lattner · 17 years ago
  89. 3724df3 Spelling fix. by Duncan Sands · 17 years ago
  90. c27b4ef MAke this test portable. by Chris Lattner · 17 years ago
  91. 6852c61 Test code quality for variable length array references. by Duncan Sands · 17 years ago
  92. 6339d4a Check handling of arrays of variable sized components. by Duncan Sands · 17 years ago
  93. beabc26 Heal this test by Anton Korobeynikov · 17 years ago
  94. 4da9fd7 fix this test by Chris Lattner · 17 years ago
  95. 6b1df0e Proivde getAnalysis<FPAnalysis>(Func) support. by Devang Patel · 17 years ago
  96. f4bd76a Do not assert during analysis implementation initialization. by Devang Patel · 17 years ago
  97. 693941b Print and delete on the fly pass managers. by Devang Patel · 17 years ago
  98. 36fdde1 Regenerate. by Reid Spencer · 17 years ago
  99. 43e6073 Check length of string before we walk off the end of it. Thanks, Chris. by Reid Spencer · 17 years ago
  100. 0ed8df3 Update module pass manager to support module passes that require by Devang Patel · 17 years ago