1. 36c744f First step of flipping on ConstantDataSequential: enable ConstantDataVector by Chris Lattner · 14 years ago
  2. b66fb5a when verbose asm is on, print integers in ConstantDataSequentials just by Chris Lattner · 14 years ago
  3. 6e64c38 don't lose tail padding on ConstantDataAggregate vec3's. by Chris Lattner · 14 years ago
  4. 0cd0d81 Fix ConstantFoldShuffleVectorInstruction to properly handle the case by Chris Lattner · 14 years ago
  5. 90fb059 CMake: Promote the testing targets out of folders on IDE. by NAKAMURA Takumi · 14 years ago
  6. b510157 CMake: Add the folder "Tablegenning" on llvm-tblgen targets. by NAKAMURA Takumi · 14 years ago
  7. 57af41e initialize the Next field to null by Chris Lattner · 14 years ago
  8. 86c7c58 Move some XOP patterns into instruction definition. Replae VPCMOV intrinsic patterns with custom lowering to a target specific nodes. by Craig Topper · 14 years ago
  9. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
  10. f95b2da Cleanup the organization of some methods in llvm::Triple and provide by Chandler Carruth · 14 years ago
  11. 95fa400 Move Clang's file-level locking facility over to LLVM's support by Douglas Gregor · 14 years ago
  12. 6edd588 Cleanups for EABI standard functions by Anton Korobeynikov · 14 years ago
  13. f349cb8 Use base AAPCS for varargs functions even for AAPCS-VFP CC by Anton Korobeynikov · 14 years ago
  14. 9f946a2 Fix some scavenger performance issues. by Jakob Stoklund Olesen · 14 years ago
  15. 685c23e Avoid creating BitVector temporaries. by Jakob Stoklund Olesen · 14 years ago
  16. 19de016 Add a BitVector::reset(BitVector&) method. by Jakob Stoklund Olesen · 14 years ago
  17. 5fef01d Fix typo. by Nick Lewycky · 14 years ago
  18. 7750ff1 Add a note about a potential optimization for clz/ctz patterns for ARM by Bob Wilson · 14 years ago
  19. 2d8955a Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and MIPS ELF backends. by James Molloy · 14 years ago
  20. 518ff56 Silence GCC's -Wreturn-type warning. by Benjamin Kramer · 14 years ago
  21. 8b01c82 Small improvement to the recursion detection logic from the previous commit. by Rafael Espindola · 14 years ago
  22. e71cc86 Handle recursive variable definitions directly. This gives us better error by Rafael Espindola · 14 years ago
  23. f1639ab [asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi by Kostya Serebryany · 14 years ago
  24. 0ae06de Reapply r149159 with a fix to add to a PHI node with a non-null parent. by Bill Wendling · 14 years ago
  25. 1c1c5bb Remove code that adds live ranges for dead defs. It seems to be breaking things. by Lang Hames · 14 years ago
  26. afcb5b5 Revert r149159 until I can fix tests. by Bill Wendling · 14 years ago
  27. b0064c6 Don't always create a separate block for the call to _Unwind_Resume. by Bill Wendling · 14 years ago
  28. 1d50139 Fix Record Name Reference by David Greene · 14 years ago
  29. 3f8d3c7 Silence warning about parens for && within || by Lang Hames · 14 years ago
  30. 04594ae Add r149110 back with a fix for when the vector and the int have the same width. by Rafael Espindola · 14 years ago
  31. 0c6e177 Remove Deprecated Features by David Greene · 14 years ago
  32. 41cedd7 Revert r149110 and add a testcase that was crashing since that revision. by Rafael Espindola · 14 years ago
  33. 907cc8f Add a "moveInstr" method to LiveIntervals. This can be used to move instructions by Lang Hames · 14 years ago
  34. ff21bb5 Backing out ill-considered 'refactor'. by Lang Hames · 14 years ago
  35. c5c2fcd Move some duplicate loops in the coalescer into their own function. by Lang Hames · 14 years ago
  36. a28101e Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320] by Devang Patel · 14 years ago
  37. a21bb20 Fix typo. by Jim Grosbach · 14 years ago
  38. 3982b3c Move some patterns back near their instructions and use AddedComplexity to fix priority. Merge some patterns into their instruction definition. by Craig Topper · 14 years ago
  39. b3396dc Physreg dead defs should be handled too. by Lang Hames · 14 years ago
  40. d629efa smallvectorize. by Chris Lattner · 14 years ago
  41. a78fa8c continue making the world safe for ConstantDataVector. At this point, by Chris Lattner · 14 years ago
  42. 2b34370 Unix line endings by Matt Beaumont-Gay · 14 years ago
  43. 4cc4666 Place the GEP instructions nearer to the instructions which use them. by Bill Wendling · 14 years ago
  44. 6b27607 make sure the file's matching header is #include'd first. by Chris Lattner · 14 years ago
  45. 73858d1 Rewrite CanShareConstantPoolEntry to be implemented in terms of the by Chris Lattner · 14 years ago
  46. f983da0 enhance constant folding to be able to constant fold bitcast of by Chris Lattner · 14 years ago
  47. cb5dca3 Keep source location information for X86 MCFixup's. by Jim Grosbach · 14 years ago
  48. f3c9367 Source information in 'expected relocatable expression' diagnostic. by Jim Grosbach · 14 years ago
  49. 6b4bcd6 Better user diagnostics for more ARM MachO relocation errors. by Jim Grosbach · 14 years ago
  50. ebd4c05 Better diagnostic for malformed .org assembly directive. by Jim Grosbach · 14 years ago
  51. 3b0714d Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861. by Lang Hames · 14 years ago
  52. 660a4d9 Tidy up. by Jim Grosbach · 14 years ago
  53. 42e6bd3 Keep source information, if available, around for ARM Fixups. by Jim Grosbach · 14 years ago
  54. 82f4ce5 Add simple support for keeping MCFixup source information. by Jim Grosbach · 14 years ago
  55. 93cd59a llvm-mc pass through SourceMgr to MCContext. by Jim Grosbach · 14 years ago
  56. 3662e5c Add SourceMgr to MCContext for backend diagnostics. by Jim Grosbach · 14 years ago
  57. 53fa56e Handle call-clobbered ymm registers on Win64. by Jakob Stoklund Olesen · 14 years ago
  58. f26475a Use -H on darwin as well. by Eric Christopher · 14 years ago
  59. 6b0dc92 progress making the world safe to ConstantDataVector. While by Chris Lattner · 14 years ago
  60. 5b676ce tidy up forward declarations. by Chris Lattner · 14 years ago
  61. a7c6988 smallvectorize and ArrayRef'ize some stuff. by Chris Lattner · 14 years ago
  62. 1a8def6 Reduce a lot of code duplication by implementing by Chris Lattner · 14 years ago
  63. 6a5d0e2 Update comment for r149070. by Chad Rosier · 14 years ago
  64. 0162ff4 Replace the use of isPredicable() with isPredicated() in by Chad Rosier · 14 years ago
  65. 1a96c91 Clear kill flags before propagating a copy. by Jakob Stoklund Olesen · 14 years ago
  66. ef4d3eb Tidy up. Fix mismatched return types for error handling. by Jim Grosbach · 14 years ago
  67. f18b6fe comment tweaks by Gabor Greif · 14 years ago
  68. 3498257 Add support for the R_ARM_TARGET1 relocation, which should be given to relocations applied to all C++ constructors and destructors. by James Molloy · 14 years ago
  69. 668f7ac Fix for the following bug in AVX codegen for double-to-int conversions: by Victor Umansky · 14 years ago
  70. a393741 Add HasXOP predicate check covering a bunch of XOP intrinsic patterns. by Craig Topper · 14 years ago
  71. 15388c4 Fix AVX vs SSE patterns ordering issue for VPCMPESTRM and VPCMPISTRM. by Craig Topper · 14 years ago
  72. e566cd0 Remove some more patterns by custom lowering intrinsics to target specific nodes. by Craig Topper · 14 years ago
  73. 29bb00b unbreak test/Bitcode/shuffle.ll. by Chris Lattner · 14 years ago
  74. 71a494d simplify by using ShuffleVectorInst::getMaskValue. by Chris Lattner · 14 years ago
  75. 56243b8 eliminate the Constant::getVectorElements method. There are better (and by Chris Lattner · 14 years ago
  76. d59ae90 Continue improving support for ConstantDataAggregate, and use the by Chris Lattner · 14 years ago
  77. e150e2d Add a ConstantDataVector::getSplatValue() method, for parity with by Chris Lattner · 14 years ago
  78. b56900a llvm-config: Add support for CMake build trees in which the build by Peter Collingbourne · 14 years ago
  79. 230cdab some general cleanup, using new methods and tidying up old code. by Chris Lattner · 14 years ago
  80. 220dfa7 fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask method. by Chris Lattner · 14 years ago
  81. 27984e6 add StructType helpers too. by Chris Lattner · 14 years ago
  82. 6e3abaa Ok, break down and add some cast<>'ing helper methods to the Type class by Chris Lattner · 14 years ago
  83. 83694a9 add some helper methods to ShuffleVectorInst and enhance its by Chris Lattner · 14 years ago
  84. e8838d5 Improve sub-register def handling in ProcessImplicitDefs. by Jakob Stoklund Olesen · 14 years ago
  85. 4a99f59 Properly emit ctors / dtors with priorities into desired sections by Anton Korobeynikov · 14 years ago
  86. 58a3685 Don't add live ranges for aliases of physregs that are live in to the by Lang Hames · 14 years ago
  87. c48d4dc Tidy up. s/Low Level Virtual Machine/LLVM/. by Jim Grosbach · 14 years ago
  88. 6c76e80 Always break upon finding a vreg operand (in Release as well as +Asserts). Remove assertion which can no longer trigger. by Lang Hames · 14 years ago
  89. 74423e3 ARM assemly parsing and validation of IT instruction. by Jim Grosbach · 14 years ago
  90. 0c8515f Use precomputed BB size instead of BB->size(). by Nick Lewycky · 14 years ago
  91. 9748479 fix a bug I introduced in r148929, this is not a splat! by Chris Lattner · 14 years ago
  92. 6c00c6a Gracefully degrade precision in branch probability numbers. by Nick Lewycky · 14 years ago
  93. 6977e79 Support pointer comparisons against constants, when looking at the inline-cost by Nick Lewycky · 14 years ago
  94. 8f7fe08 Revert a tiny bit of r148553 which extended LLVM's function attributes by Chandler Carruth · 14 years ago
  95. a15c9d8 Update hasProperty comment. by Evan Cheng · 14 years ago
  96. a1f00f4 use Constant::getAggregateElement to simplify a bunch of code. by Chris Lattner · 14 years ago
  97. 969ba28 Custom lower PSIGN and PSHUFB intrinsics to their corresponding target specific nodes so we can remove the isel patterns. by Craig Topper · 14 years ago
  98. 3d5ed22 constify some methods and add a new Constant::getAggregateElement by Chris Lattner · 14 years ago
  99. 4ca829e use ConstantVector::getSplat in a few places. by Chris Lattner · 14 years ago
  100. 4bb3f34 Custom lower phadd and phsub intrinsics to target specific nodes. Remove the patterns that are no longer necessary. by Craig Topper · 14 years ago