1. a0c1384 Make ConstantVector::get() always take an ArrayRef, never a std::vector. by Jay Foad · 13 years ago
  2. 3e8cff4 Test Commit. by Dan Bailey · 13 years ago
  3. 0df445b Eliminate a temporary std::vector in ConstantStruct::get(). by Jay Foad · 13 years ago
  4. 2a4a6fe Extend ConstantUniqueMap with a new template parameter ValRefType, by Jay Foad · 13 years ago
  5. 4383c28 Only do config-time substitution of LLVM_BUILD_MODE in by Andrew Trick · 13 years ago
  6. c9be257 Reenable the optimization added in 133415, but change the definition of a "simple" bb to by Rafael Espindola · 13 years ago
  7. 6332fde PTX: Add signed integer comparisons by Justin Holewinski · 13 years ago
  8. a9c85f9 PTX: Add .address_size directive if PTX version >= 2.3 by Justin Holewinski · 13 years ago
  9. f11bb7f Test case for r133560. by Devang Patel · 13 years ago
  10. a7b1d17 Unbreak the CMake build by Francois Pichet · 13 years ago
  11. 6f373a8 After register is spilled there should not be any DBG_VALUE referring the same register. by Devang Patel · 13 years ago
  12. 0b6a44a Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 13 years ago
  13. 109c22c Fix some trailing issues from my introduction of MVT::untyped and its use for REGISTER_SEQUENCE. by Owen Anderson · 13 years ago
  14. 94d4c91 Add support for assembling "movq" when it's correct to do so, while continuing by Nick Lewycky · 13 years ago
  15. 0c11218 Add verbose EH table printing to SjLj exception tables. by Bill Wendling · 13 years ago
  16. 72d9b0e There could be more than one DBG_VALUE instructions for variables where all of them have offset based on one register. by Devang Patel · 13 years ago
  17. 8fcd3e6 Improve the comment printing for the EH table. This gives a much more detailed by Bill Wendling · 13 years ago
  18. 1312ca8 Handle the memory-ness of all U+ ARM constraints. by Eric Christopher · 13 years ago
  19. 71c38e3 Remove r130409, as requested by Chris. by Devang Patel · 13 years ago
  20. 734f63b Reorg. No functionality change. by Evan Cheng · 13 years ago
  21. 38c8926 Revert r133452: "Emit movq for 64-bit register to XMM register moves..." by Bob Wilson · 13 years ago
  22. 0ac5684 Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the CBackend by emitting definitions for each intrinsic that occurs in the module. by Anna Zaks · 13 years ago
  23. 4417e53 IVUsers no longer needs to record the phis. by Andrew Trick · 13 years ago
  24. e275c1c Remove deprecated forms of StringMap::GetOrCreateValue(). by Jay Foad · 13 years ago
  25. 06155e8 Remove some unnecessary uses of c_str(). by Jay Foad · 13 years ago
  26. 9ee7147 Remove unused variables. by Benjamin Kramer · 13 years ago
  27. cd35e09 Reinstate r133435 and r133449 (reverted in r133499) now that the clang by Jay Foad · 13 years ago
  28. 69254f6 Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks, by Jay Foad · 13 years ago
  29. 80be2a2 Add a reduced test case for the buildbot failure (clang self-hosted by Jay Foad · 13 years ago
  30. 39ff10a use the MapEntryTy typedef instead of writing it out long form, by Chris Lattner · 13 years ago
  31. 9568e5c Teach dag combine to match halfword byteswap patterns. by Evan Cheng · 13 years ago
  32. 2fabd46 indvars -disable-iv-rewrite: Adds support for eliminating identity ops. by Andrew Trick · 13 years ago
  33. a88a0ca Revert r133435 and r133449 to appease buildbots. by Chad Rosier · 13 years ago
  34. 805569f Add A0 and A1 to the list of registers used for returning a value in order to by Akira Hatanaka · 13 years ago
  35. 5f7451f Coding style fixes. by Akira Hatanaka · 13 years ago
  36. 21afc63 Re-apply 132758 and 132768 which were speculatively reverted in 132777. by Akira Hatanaka · 13 years ago
  37. 48b93b1 Don't mark the eh.dispatch.setup with a memory access marker. We want this to by Bill Wendling · 13 years ago
  38. c4bcd4d Completely short-circuit out ARC optimization if the ARC runtime by Dan Gohman · 13 years ago
  39. b8c6ed3 Remove the subclassing. This will be moved to the ASM printer. by Bill Wendling · 13 years ago
  40. 9b718e8 Skip fields that don't exist in the Register class. by Jakob Stoklund Olesen · 13 years ago
  41. c882df2 PTX: Fix conversion between predicates and value types by Justin Holewinski · 13 years ago
  42. 1bd1570 Emit movq for 64-bit register to XMM register moves, but continue to accept by Nick Lewycky · 13 years ago
  43. 332d7e8 Fix a check for PHINodes with two incoming values. by Jay Foad · 13 years ago
  44. cad129b PTX: Fix if-then-else formatting and add missing asserts by Justin Holewinski · 13 years ago
  45. b87e37f Disable again. by Rafael Espindola · 13 years ago
  46. df1c8d8 PTX: Add basic register spilling code by Justin Holewinski · 13 years ago
  47. 8e9d672 Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow by Roman Divacky · 13 years ago
  48. 5e27a1d This is an automatically reduced test case that crashed in GVN, at some by Jay Foad · 13 years ago
  49. 72f5f31 Change how PHINodes store their operands. by Jay Foad · 13 years ago
  50. c137120 Make better use of the PHINode API. by Jay Foad · 13 years ago
  51. 691c05b Remove the AugmentedUse struct. by Jay Foad · 13 years ago
  52. 689c247 Re enable 133415 with two fixes by Rafael Espindola · 13 years ago
  53. 2ee2d93 Disable the logic added by rafael in commit 133415 to see if it brings the by Duncan Sands · 13 years ago
  54. 4720611 Fix PromoteIntRes_TRUNCATE: Add support for cases where the by Nadav Rotem · 13 years ago
  55. 289a279 Fix MSVC build. next() function already exists in the MSVC headers. This create a overload conflict. Make sure we pick up the llvm one. by Francois Pichet · 13 years ago
  56. 275c1f9 Teach early dup how to duplicate basic blocks with one successor and only phi instructions by Rafael Espindola · 13 years ago
  57. b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
  58. 5d6fa7f introduce an isLayoutIdentical() method, which is currently just a pointer by Chris Lattner · 13 years ago
  59. 4ce25d5 Add a RegisterTuples class to Target.td and TableGen. by Jakob Stoklund Olesen · 13 years ago
  60. 7d715df Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 13 years ago
  61. 9cfcc6c Update test. by Benjamin Kramer · 13 years ago
  62. 5b82c2f Code cleanups: Remove duplicated logic in PromotInteRes_BITCAST, reserve vector space, reuse types. by Nadav Rotem · 13 years ago
  63. 0928c9e Calls to AssertZext and getZeroExtendInReg must be made using scalar types. by Nadav Rotem · 13 years ago
  64. c6341e6 When promoting the vector elements in CopyToParts, use vector trunc by Nadav Rotem · 13 years ago
  65. c17d355 Reduce the runtime of the test. Keep only the interesting cases. by Nadav Rotem · 13 years ago
  66. 6cc6bc8 Revert r133373. I was going to use this to teach the Verifier to verify constant by Nick Lewycky · 13 years ago
  67. c49c0ff Add the remaining instructions/constant expressions as Operators so that code by Nick Lewycky · 13 years ago
  68. a53616d Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
  69. edcaca8 revert r133368, apparently I missed the tests to be updated. by Chris Lattner · 13 years ago
  70. 8dd72b8 Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
  71. b231866 fix the varargs version of StructType::get to not require an LLVMContext, making usage by Chris Lattner · 13 years ago
  72. ea04918 eliminate some pointless virtual methods. by Chris Lattner · 13 years ago
  73. ebb2189 simplify some code. by Chris Lattner · 13 years ago
  74. fb78b33 now that Type::getDescription() is dead, the TypePrinting class can move from Assembly/Writer.h to being by Chris Lattner · 13 years ago
  75. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
  76. 70d0ff1 improve some comments. by Chris Lattner · 13 years ago
  77. 7ff99a6 remove an unreduced testcase. by Chris Lattner · 13 years ago
  78. 747fddd rework the remaining autoupgrade logic to use a StringRef instead of creating a by Chris Lattner · 13 years ago
  79. dcf0e0c Directly print to a raw_ostream instead of printing to a buffer first. by Benjamin Kramer · 13 years ago
  80. 1a81d48 Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
  81. 4e39f8f Simplify code. No change in functionality. by Benjamin Kramer · 13 years ago
  82. 5cc6491 MC: Allow .common as alias for .comm assembler directive. PR10116. by Hans Wennborg · 13 years ago
  83. 22a54c1 Don't allocate empty read-only SmallVectors during SelectionDAG deallocation. by Benjamin Kramer · 13 years ago
  84. 1396c40 Remove unused but set variables. by Benjamin Kramer · 13 years ago
  85. 448da51 Fix PR10103: Less code for enum type translation. by Hans Wennborg · 13 years ago
  86. 5a72d9f Add test for r133251. by Nick Lewycky · 13 years ago
  87. 3ebb05d When scalar replacement returns a vector type, only accept it if the vector by Cameron Zwarich · 13 years ago
  88. b85e4eb rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is by Chris Lattner · 13 years ago
  89. 6be41eb Fix an invalid bitcast crash that occurs when doing a partial memset of a vector by Cameron Zwarich · 13 years ago
  90. aab3ea2 Remove a pointless assignment. Nothing checks the value of VectorTy anymore now by Cameron Zwarich · 13 years ago
  91. c6596e2 Use the correct comparator to avoid depending on pointer values. by Jakob Stoklund Olesen · 13 years ago
  92. abdbc84 Store CodeGenRegisters as pointers so they won't be reallocated. by Jakob Stoklund Olesen · 13 years ago
  93. 54c47c1 Remove MethodProtos/MethodBodies and allocation_order_begin/end. by Jakob Stoklund Olesen · 13 years ago
  94. 4b2a174 Delete unneeded allocation order override. by Jakob Stoklund Olesen · 13 years ago
  95. 0a074ed Switch ARM to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 13 years ago
  96. e8c38ca Switch x86 to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 13 years ago
  97. a566ec9 Moved to the right place. by Galina Kistanova · 13 years ago
  98. 3b6434e Reserve D16-D13 on subtargets that don't support them. by Jakob Stoklund Olesen · 13 years ago
  99. b4c7048 Provide AltOrders for specifying alternative allocation orders. by Jakob Stoklund Olesen · 13 years ago
  100. edb15d6 * Override the "EmitBytes" function, since it can sneak values in that way. by Bill Wendling · 13 years ago