1. 37387d5 use ArgOperand API by Gabor Greif · 15 years ago
  2. 8e1ebff use ArgOperand API by Gabor Greif · 15 years ago
  3. e9af352 use ArgOperand API by Gabor Greif · 15 years ago
  4. d0fcab9 use CallSite::arg_end instead of CallInst::op_end by Gabor Greif · 15 years ago
  5. 2458513 use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand by Gabor Greif · 15 years ago
  6. 6e1f330 use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand by Gabor Greif · 15 years ago
  7. 237e1da use getNumArgOperands instead of getNumOperands by Gabor Greif · 15 years ago
  8. 6f14c8c use getArgOperand instead of getOperand by Gabor Greif · 15 years ago
  9. ad72e73 use getArgOperand instead of getOperand by Gabor Greif · 15 years ago
  10. 351cbac use getArgOperand instead of getOperand by Gabor Greif · 15 years ago
  11. 3e7f7cb Add a testcase for scev-aa's new capability. by Dan Gohman · 15 years ago
  12. b9f9651 Improve ScalarEvolution's nsw and nuw preservation. by Dan Gohman · 15 years ago
  13. 8a18d6b When computing a new ConservativeResult, intersect it with by Dan Gohman · 15 years ago
  14. 49bda91 Rework scev-aa's basic computation so that it doesn't depend by Dan Gohman · 15 years ago
  15. 204b7ca Simplify. by Dan Gohman · 15 years ago
  16. 876085d Add AVX SSE2 integer unpack instructions by Bruno Cardoso Lopes · 15 years ago
  17. d252fec Add AVX SSE2 packed integer shuffle instructions by Bruno Cardoso Lopes · 15 years ago
  18. 9f71f80 Remove trailing whitespace, no functionality changes. by John Mosby · 15 years ago
  19. 555bea6 Small refactoring of SSE2 packed integer shuffle instructions by Bruno Cardoso Lopes · 15 years ago
  20. 6d5d2b5 Add AVX SSE2 pack with saturation integer instructions by Bruno Cardoso Lopes · 15 years ago
  21. c0ea94a Add AVX SSE2 integer packed compare instructions by Bruno Cardoso Lopes · 15 years ago
  22. 5a3a476 - Add AVX form of all SSE2 logical instructions by Bruno Cardoso Lopes · 15 years ago
  23. 90e19aa Do not construct DIE for already processed MDNode. by Devang Patel · 15 years ago
  24. 170c41f Use skipInstruction() as a simpler way of iterating over instructions using SrcReg by Jakob Stoklund Olesen · 15 years ago
  25. d5bd68e Use clEnumValN macro to work around keyword clash by Jakob Stoklund Olesen · 15 years ago
  26. 1d68d21 Add variables into a scope before constructing scope DIE otherwise variables won't be included DIE tree. by Devang Patel · 15 years ago
  27. 914f2ff Begin implementation of an inline spiller. by Jakob Stoklund Olesen · 15 years ago
  28. 6c9fa43 Add *several* AVX integer packed binop instructions by Bruno Cardoso Lopes · 15 years ago
  29. 1104645 Fix ScalarEvolution's tripcount computation for chains of loops by Dan Gohman · 15 years ago
  30. 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  31. e025e96 Print InlinedAt location. by Devang Patel · 15 years ago
  32. 33634d0 Add another bswap idiom that isn't matched. by Eric Christopher · 15 years ago
  33. 0a7e18c Use -l option to remove symbols from i386. by Bill Wendling · 15 years ago
  34. 2c81807 Move SSE2 Packed Integer instructions around, and create specific sections for each of them by Bruno Cardoso Lopes · 15 years ago
  35. da0e89f Print InlinedAt location. by Devang Patel · 15 years ago
  36. 7645f14 Improve explanation. by Bill Wendling · 15 years ago
  37. 8d3cebc Add AVX Move Aligned/Unaligned packed integers by Bruno Cardoso Lopes · 15 years ago
  38. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  39. 147b7ca by Bruno Cardoso Lopes · 15 years ago
  40. 1e4782d Do not hardcode DW_AT_stmt_list value. Inspired by Artur Pietrek. by Devang Patel · 15 years ago
  41. 21773e7 Add support for encoding VDUP (ARM core register) instructions. by Bob Wilson · 15 years ago
  42. 871dc24 Fix a buffer overflow noticed by gcc-4.6: zero is written into by Duncan Sands · 15 years ago
  43. 05b0b44 NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a power by Duncan Sands · 15 years ago
  44. 190a7f4 give PATypeHolder an explicit copy ctor which initializes the type pointer, by Chris Lattner · 15 years ago
  45. d1303d2 Fix the handling of partial redefines in the fast register allocator. by Jakob Stoklund Olesen · 15 years ago
  46. 5d52165 Fix a register scavenger crash when dealing with undefined subregs. by Bob Wilson · 15 years ago
  47. 721ef73 Add AVX non-temporal stores by Bruno Cardoso Lopes · 15 years ago
  48. af08247 Add a few more interesting testcases. by Dan Gohman · 15 years ago
  49. 6f205cb Fix whitespace style. by Dan Gohman · 15 years ago
  50. de173ca Move non-temporal movs to their own section by Bruno Cardoso Lopes · 15 years ago
  51. d5a563d Add support for encoding NEON VMOV (from core register to scalar) instructions. by Bob Wilson · 15 years ago
  52. ea86423 Add sqrt, rsqrt and rcp AVX instructions by Bruno Cardoso Lopes · 15 years ago
  53. 077f1bf skip dbg_value instructions by Jim Grosbach · 15 years ago
  54. 16575de minor cosmetics by Gabor Greif · 15 years ago
  55. 1ab3846 The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add by Bob Wilson · 15 years ago
  56. f500cbd use ArgOffset constant to prepare for operand rotation by Gabor Greif · 15 years ago
  57. cfbb7d4 use ArgOperand API by Gabor Greif · 15 years ago
  58. 009105c use ArgOperand API by Gabor Greif · 15 years ago
  59. a7065b1 Return Changed. This required setting Changed if dbg metadata by Duncan Sands · 15 years ago
  60. 80b9b89 It seems clear that this should return Changed. by Duncan Sands · 15 years ago
  61. d31f972 Add a VT argument to getMinimalPhysRegClass and replace the copy related uses by Rafael Espindola · 15 years ago
  62. 17c6e6d getMachineBasicBlockAddress returns a uintptr_t - don't truncate by Duncan Sands · 15 years ago
  63. 6f74f69 The variable ValueSize is set to 1 on both code paths, and then by Duncan Sands · 15 years ago
  64. 5b96b26 The variable "Value" is carefully set to Layout.getSymbolAddress, by Duncan Sands · 15 years ago
  65. 44886ac Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr. by Duncan Sands · 15 years ago
  66. 31a3a3e Remove pointless variable LastDef. by Duncan Sands · 15 years ago
  67. 9b8c91c Looks like this test is missing an XFAIL line. by Duncan Sands · 15 years ago
  68. 58c8691 Remove unused variable Loc and pointless variables unified_syntax by Duncan Sands · 15 years ago
  69. 9d67768 use ArgOperand APIs by Gabor Greif · 15 years ago
  70. 978189e Remove an unused and a pointless variable. by Duncan Sands · 15 years ago
  71. 78337b4 Remove pointless and unused variables. by Duncan Sands · 15 years ago
  72. eff566d encode operand initializations (at fixed index) by Gabor Greif · 15 years ago
  73. 374acd08 Remove a pointless variable. by Duncan Sands · 15 years ago
  74. 90c64f4 Remove initialized but otherwise unused variables. by Duncan Sands · 15 years ago
  75. 5137029 Remove variables that are written by not read. by Duncan Sands · 15 years ago
  76. 3432d70 Use a more obvious way to avoid compiling functions which are only used when XDEBUG is enabled. by Benjamin Kramer · 15 years ago
  77. ca9f7ef Jump through some silly hoops to make GCC accept that a function may not always by Chandler Carruth · 15 years ago
  78. c36b5b9 PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas. by Evan Cheng · 15 years ago
  79. c170f66 Change if-cvt options to something that actually as useable. by Evan Cheng · 15 years ago
  80. 2f2b254 When processing loops for scheduling latencies (used for live outs on loop by Jim Grosbach · 15 years ago
  81. 7a64257 Just as its not safe to blindly transfer the nsw bit from an add by Dan Gohman · 15 years ago
  82. b22dc70 Refactoring of arithmetic instruction classes with unary operator by Bruno Cardoso Lopes · 15 years ago
  83. 628a797 When no memoperands are present, assume unaligned, volatile. by Jakob Stoklund Olesen · 15 years ago
  84. 0a1bd2a Strip resulting binaries. by Bill Wendling · 15 years ago
  85. 8eab75f Reapply my if-conversion cleanup from svn r106939 with fixes. by Bob Wilson · 15 years ago
  86. 6be2bd5 Add an Intraprocedural form of BasicAliasAnalysis, which aims to by Dan Gohman · 15 years ago
  87. 4548260 Described the missing AVX forms of SSE2 convert instructions by Bruno Cardoso Lopes · 15 years ago
  88. 5cdede4 Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding is by Bob Wilson · 15 years ago
  89. e4e7d56 The comment string does not match for all targets. PowerPC uses ;. by Devang Patel · 15 years ago
  90. 8674949 Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they by Bob Wilson · 15 years ago
  91. 45e01d2 Refix XTARGET. Previous attempt matches on powerpc-apple-darwin, by Dale Johannesen · 15 years ago
  92. d877281 Attempt to fix XTARGET. by Dale Johannesen · 15 years ago
  93. 62d24a4 Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo instead by Bob Wilson · 15 years ago
  94. 9b93b6b Use DW_FORM_addr for DW_AT_entry_pc. by Devang Patel · 15 years ago
  95. 85dfca6 Add a blurb about -scev-aa. by Dan Gohman · 15 years ago
  96. a5989f8 In asm's, output operands with matching input constraints by Dale Johannesen · 15 years ago
  97. f187ac5 Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
  98. 0dd3549 Constant fold x == undef to undef. by Dan Gohman · 15 years ago
  99. e89c5e5 tidy up style. no functional change. by Jim Grosbach · 15 years ago
  100. 50f424c Fix Value::stripPointerCasts and BasicAA to avoid trouble on by Dan Gohman · 15 years ago