1. e328078 Add some links to doxygen documentation. by Dan Gohman · 16 years ago
  2. fd0d22e Describe MachineMemOperands. by Dan Gohman · 16 years ago
  3. eedf6fe Fix a grammero. by Dan Gohman · 16 years ago
  4. 7e59b8a Revert a bad edit from r52095. by Gordon Henriksen · 16 years ago
  5. 8348b47 add vmkit and rewrite clang section by Chris Lattner · 16 years ago
  6. ea34f64 start edits. by Chris Lattner · 16 years ago
  7. e6e1b35 add more notes. by Chris Lattner · 16 years ago
  8. 8e4eb09 Remove comparison methods for MVT. The main cause by Duncan Sands · 16 years ago
  9. 7d8ab4e Limit the icmp+phi merging optimization to the cases where it is profitable: by Chris Lattner · 16 years ago
  10. c4e6b37 add some html escapes by Chris Lattner · 16 years ago
  11. 27aff87 Using llc always rather than sometimes using LLC. by Duncan Sands · 16 years ago
  12. 47eff2b Fix spelling. by Duncan Sands · 16 years ago
  13. 7aa700e Remove invalid test by Anton Korobeynikov · 16 years ago
  14. a6094be Add win64 by Anton Korobeynikov · 16 years ago
  15. 0d17691 This was fixed by Anton Korobeynikov · 16 years ago
  16. 0b83220 add some notes. by Chris Lattner · 16 years ago
  17. e90ea5e Added FP instruction formats. by Bruno Cardoso Lopes · 16 years ago
  18. a8a8f42 Temporarily reverting r52056. It's causing PPC to fail to bootstrap. by Bill Wendling · 16 years ago
  19. dfac7cb Added support for FP Registers by Bruno Cardoso Lopes · 16 years ago
  20. e562a2f Update VC project files, patch by Cédric Venet! by Chris Lattner · 16 years ago
  21. 4d09efd Speculatively execute a block when the the block is the then part of a triangle shape and it contains a single, side effect free, cheap instruction. The branch is eliminated by adding a select instruction. i.e. by Evan Cheng · 16 years ago
  22. cce302f Fix run line. by Evan Cheng · 16 years ago
  23. 3e3aa86 Revert r52046. It broke cbe on x86 / Mac OS X. by Evan Cheng · 16 years ago
  24. 1d685a4 CodeGen support for insertvalue and extractvalue, and for loads and by Dan Gohman · 16 years ago
  25. 2d389e8 Connect successors before creating the DAG node for the branch. This has by Owen Anderson · 16 years ago
  26. 76aca6f get rid of ExtractValueInst::init's Value argument, it is already passed to the UnaryInstruction ctor by Gabor Greif · 16 years ago
  27. 929b39f Typo. by Evan Cheng · 16 years ago
  28. d4f268b make ExtractValueInst derived from UnaryInstruction by Gabor Greif · 16 years ago
  29. 877333b Enable stack coloring by default. by Evan Cheng · 16 years ago
  30. 6b4a65f PPC preferred loop alignment is 16. by Evan Cheng · 16 years ago
  31. 4c37c07 LoopSimplify preserves AA. by Devang Patel · 16 years ago
  32. 8fb6a94 Print debug message only if there are dead passes. by Devang Patel · 16 years ago
  33. 30073ff Include loop deletion and the ADCE rewrite in the release notes. by Owen Anderson · 16 years ago
  34. 7aa8d44 Testcase for PR2418 by Anton Korobeynikov · 16 years ago
  35. 001c73e Handle assembler identifiers specially in CBE. This fixes PR2418. by Anton Korobeynikov · 16 years ago
  36. 3b3adbb Tighten up the abstraction slightly. by Duncan Sands · 16 years ago
  37. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 16 years ago
  38. cc41940 As Chris suggested, handle the situation if ShAmt larger than BitWidth, by Zhou Sheng · 16 years ago
  39. 9c3c221 Refine stack slot interval weight computation. by Evan Cheng · 16 years ago
  40. b0a882f Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 16 years ago
  41. 232a4ab Provide hooks for libgcc symbols' address resolution inside lli on mingw32. by Anton Korobeynikov · 16 years ago
  42. 0af5e09 Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodes by Bruno Cardoso Lopes · 16 years ago
  43. 07cec75 Added custom SELECT_CC lowering by Bruno Cardoso Lopes · 16 years ago
  44. 836bfcd Revert 52002. by Dan Gohman · 16 years ago
  45. 5c49061 Expose a public interface to this pass. by Chris Lattner · 16 years ago
  46. 15ccbf5 Let libcall semantics decide whether it knows about functions by Chris Lattner · 16 years ago
  47. 6fc5b48 Warn of potential violations of strict aliasing rules. by Evan Cheng · 16 years ago
  48. 1b022cf Don't break strict aliasing. by Evan Cheng · 16 years ago
  49. 83a15d7 Describe loop index split. by Devang Patel · 16 years ago
  50. 6e60ea4 Wording fixes. Thanks Bill! by Dan Gohman · 16 years ago
  51. 417dc2f Remove debugging code. by Owen Anderson · 16 years ago
  52. 96a89c7 fix typos, tweak stuff, make it to validate by Gabor Greif · 16 years ago
  53. a9efb26 Use the newly created helper on LiveIntervals. by Owen Anderson · 16 years ago
  54. c4dc132 Add a helper for constructing new live ranges that ended from an instruction to the end of its MBB. by Owen Anderson · 16 years ago
  55. 4e16d40 Move i128 on x86-64 from the codegen section to the x86-specific section. by Dan Gohman · 16 years ago
  56. 9c39926 Add a note about improved alignment detection. by Dan Gohman · 16 years ago
  57. 809d91e Add a note mentioning --view-sunit-dags improvements. by Dan Gohman · 16 years ago
  58. 85765e6 Expand the bullet item about i128 support and APInt usage in codegen. by Dan Gohman · 16 years ago
  59. b73afcf Add a test case for opt -instcombine bug fix in revision 52003. by Zhou Sheng · 16 years ago
  60. 17183ab If BitWidth equals to ShtAmt, the RHSKnownZero[BitWidth-ShiftAmt-1] will by Zhou Sheng · 16 years ago
  61. 411e6a5 Change the Verifier to support returning first class aggregrates. by Matthijs Kooijman · 16 years ago
  62. b499c86 Add a test case for APInt bug fix in r51999. by Zhou Sheng · 16 years ago
  63. bfde7d6 As comments said, for negative value, the arithmetic by Zhou Sheng · 16 years ago
  64. ef7d2bb Escape "$#". by Nick Lewycky · 16 years ago
  65. 0251814 Learn ScalarReplAggregrates how stores and loads of first class aggregrates by Matthijs Kooijman · 16 years ago
  66. 1494bcc Move this to the proper section. by Gordon Henriksen · 16 years ago
  67. 4ca93d0 Adding release notes for bindings improvements. by Gordon Henriksen · 16 years ago
  68. 47c6fd7 Let StructRetPromotion check if all if its users are really calls or invokesn, by Matthijs Kooijman · 16 years ago
  69. 257da0a Let StructRetPromotion check if it's users are really calling it and not by Matthijs Kooijman · 16 years ago
  70. 4133541 Use use_iterator::getOperandNo instead of CallSite::hasArgument to check if a by Matthijs Kooijman · 16 years ago
  71. 045b3f7 * Make CallSite::hasArgument const and let it take a const parameter. by Matthijs Kooijman · 16 years ago
  72. 77d29b1 more updates and random notes, including changes up through Week-of-Mon-20080324. by Chris Lattner · 16 years ago
  73. 845f524 Update comments and documentation to reflect that GCSE and ValueNumbering are by Matthijs Kooijman · 16 years ago
  74. 67944fc Cast because I think I know what I'm doing. There are warnings about converting by Bill Wendling · 16 years ago
  75. cfd5b7d Fix 80 column violations. by Matthijs Kooijman · 16 years ago
  76. 12c846f Remove unused parameter. Some clients might use -Werror when compiling and by Bill Wendling · 16 years ago
  77. bc5786b add llvmc2 notes, stack realignment. by Chris Lattner · 16 years ago
  78. 5733b27 various status updates. by Chris Lattner · 16 years ago
  79. 791f77b Start adding 2.3 content. by Chris Lattner · 16 years ago
  80. fb4db31 Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than the desired alignment, the frame destination alignment may still be larger than the desired alignment. Don't change its alignment to something smaller. by Evan Cheng · 16 years ago
  81. 10a05bf Remove unneeded #include. by Owen Anderson · 16 years ago
  82. da021aa Fix inst_iterator example. by Chris Lattner · 16 years ago
  83. 75bb734 Oops. Should not be enabled by default. by Evan Cheng · 16 years ago
  84. 67f631d Rewrite a bunch of the CBE's inline asm code, giving it the by Chris Lattner · 16 years ago
  85. 38b4250 Correctly construct live intervals for the copies we inserted into the predecessors of a block containing a PHI. by Owen Anderson · 16 years ago
  86. 7a315e8 Revert this. by Evan Cheng · 16 years ago
  87. 227c27d Replace two manual loops with calls to CallSite::hasArguments (no functional changes). by Matthijs Kooijman · 16 years ago
  88. 9515a8f Add CallSite::hasArgument to allow for seeing if a call passes a certain value as an argument quickly. by Matthijs Kooijman · 16 years ago
  89. 338169d Add a Name parameter to two of the init methods of GetElementPointer to make the name setting more consistent. by Matthijs Kooijman · 16 years ago
  90. 61399af Fix example to be valid LLVM assembly. by Matthijs Kooijman · 16 years ago
  91. 444099f6 Implement the two constructors in InsertValueInst and ExtractValueInst. by Matthijs Kooijman · 16 years ago
  92. 3f32d65 Add a stack slot coloring pass. Not yet enabled. by Evan Cheng · 16 years ago
  93. d8a46e3 LowerSubregs should not clobber any analysis. by Evan Cheng · 16 years ago
  94. cb74266 Move #include to right place. by Evan Cheng · 16 years ago
  95. b3dd264 Register if-converter pass for -debug-pass. by Evan Cheng · 16 years ago
  96. 7c9b652 More pass manager debugging outputs. by Evan Cheng · 16 years ago
  97. a0fcc08 Change packed struct layout so that field sizes by Duncan Sands · 16 years ago
  98. 32a9e7a Add #includes required by GCC 4.3, thanks for Zhongxing Xu for reporting this. by Chris Lattner · 16 years ago
  99. d2947ee Some Mips minor fixes Added support for mips little endian arch => mipsel by Bruno Cardoso Lopes · 16 years ago
  100. 3094a4c We need to subtract one from this index because live ranges are open at the end. by Owen Anderson · 16 years ago