1. aeebc35 Fix build for (some versions of?) MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  2. f05589d Rename TargetOptions::StackAlignment to StackAlignmentOverride. by Evan Cheng · 13 years ago
  3. df214fa Remove TargetOptions.h dependency from ARMSubtarget. by Evan Cheng · 13 years ago
  4. d8149c1 PTX: Always use registers for return values, but use .param space for device by Justin Holewinski · 13 years ago
  5. 6b1131e PTX: Fixup test cases for device param changes by Justin Holewinski · 13 years ago
  6. 486ca24 PTX: Whitespace fixes and remove commented out code by Justin Holewinski · 13 years ago
  7. a5ccb4e PTX: Prevent DCE from eliminating st.param calls, and unify the handling of by Justin Holewinski · 13 years ago
  8. 67a9184 PTX: Use .param space for parameters in device functions for SM >= 2.0 by Justin Holewinski · 13 years ago
  9. 28578e3 cmake+lit: final cleanup related to the recent churn by Andrew Trick · 13 years ago
  10. ef41ff6 Remove TargetOptions.h dependency from X86Subtarget. by Evan Cheng · 13 years ago
  11. 75d3387 cmake+lit: handle ENABLE_ASSERTIONS feature properly. by Andrew Trick · 13 years ago
  12. 8347185 Revert "revert 133714" by Rafael Espindola · 13 years ago
  13. 385f461 Add missing file. by Rafael Espindola · 13 years ago
  14. e8e00f5 revert 133714 by Dylan Noblesmith · 13 years ago
  15. cd34486 133713 broke the build, revert it. by Rafael Espindola · 13 years ago
  16. 5417eed Support: make floating-exception header private by Dylan Noblesmith · 13 years ago
  17. 4e5885d Don't include config.h in public headers by Dylan Noblesmith · 13 years ago
  18. 3fa9a42 remove CMake mode_t define by Dylan Noblesmith · 13 years ago
  19. 4dd26dd CppBackend: fixup for api change by Dylan Noblesmith · 13 years ago
  20. 95c3e48 Reinstate r133513 (reverted in r133700) with an additional fix for a by Jay Foad · 13 years ago
  21. 5b46e8e Use a reference. Don't make a useless copy of the vector. by Bill Wendling · 13 years ago
  22. a8c9e6a Formatting changes. No functionality change. by Bill Wendling · 13 years ago
  23. e59fbc0 Revert r133513: by Eric Christopher · 13 years ago
  24. 4c0c446 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 13 years ago
  25. 9dbbd87 Move more logic to shouldTailDuplicate and only duplicate regular bb before by Rafael Espindola · 13 years ago
  26. 2fa82bc Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about stack alignment. by Evan Cheng · 13 years ago
  27. e3cd13f Some skeleton code to emit the compact unwind. If the information is unable to by Bill Wendling · 13 years ago
  28. 533c9ac Allow the AsmInfo to query for the compact unwind section. by Bill Wendling · 13 years ago
  29. de0cea7 Allow the AsmInfo to query the TLOF to see if it supports compact unwind. by Bill Wendling · 13 years ago
  30. 3f2ea82 80-column violations. by Bill Wendling · 13 years ago
  31. f2a5842 lit support for REQUIRES: asserts. by Andrew Trick · 13 years ago
  32. 1a3ab63 Add a flag that indicates whether a target supports compact unwind info or not. by Bill Wendling · 13 years ago
  33. d6379a9 Reenable tail duplication of bb with just an unconditional jump, but by Rafael Espindola · 13 years ago
  34. aa0a8f3 Add a __LD,__compact_unwind section. by Bill Wendling · 13 years ago
  35. e6240e8 Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang! by Nick Lewycky · 13 years ago
  36. f78b595 Revert r133607. This is causing failures in the Clang gccTestSuite. by Chad Rosier · 13 years ago
  37. bbdffa9 Move class methods out-of-line. This reduces the indentation, and is more in by Bill Wendling · 13 years ago
  38. df3ad66 New binops need debug loc. by Devang Patel · 13 years ago
  39. 46d061c test/Unit: Fix enable shared test to follow check that we have actually loaded by Daniel Dunbar · 13 years ago
  40. d7d71a1 Add missing header. by Jim Grosbach · 13 years ago
  41. 2fc6898 Move ARMMachObjectWriter to its own file. by Jim Grosbach · 13 years ago
  42. a098bf1 Set debug loc. by Devang Patel · 13 years ago
  43. 6d3a0e2 Needs a triple. by Nick Lewycky · 13 years ago
  44. 5b7ac14 Emit trailing padding on constant vectors when TargetData says that the vector by Nick Lewycky · 13 years ago
  45. 08d0316 PTX: Fix FrameIndex mapping bug by Justin Holewinski · 13 years ago
  46. 2670108 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 13 years ago
  47. a0c1384 Make ConstantVector::get() always take an ArrayRef, never a std::vector. by Jay Foad · 13 years ago
  48. 3e8cff4 Test Commit. by Dan Bailey · 13 years ago
  49. 0df445b Eliminate a temporary std::vector in ConstantStruct::get(). by Jay Foad · 13 years ago
  50. 2a4a6fe Extend ConstantUniqueMap with a new template parameter ValRefType, by Jay Foad · 13 years ago
  51. 4383c28 Only do config-time substitution of LLVM_BUILD_MODE in by Andrew Trick · 13 years ago
  52. c9be257 Reenable the optimization added in 133415, but change the definition of a "simple" bb to by Rafael Espindola · 13 years ago
  53. 6332fde PTX: Add signed integer comparisons by Justin Holewinski · 13 years ago
  54. a9c85f9 PTX: Add .address_size directive if PTX version >= 2.3 by Justin Holewinski · 13 years ago
  55. f11bb7f Test case for r133560. by Devang Patel · 13 years ago
  56. a7b1d17 Unbreak the CMake build by Francois Pichet · 13 years ago
  57. 6f373a8 After register is spilled there should not be any DBG_VALUE referring the same register. by Devang Patel · 13 years ago
  58. 0b6a44a Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 13 years ago
  59. 109c22c Fix some trailing issues from my introduction of MVT::untyped and its use for REGISTER_SEQUENCE. by Owen Anderson · 13 years ago
  60. 94d4c91 Add support for assembling "movq" when it's correct to do so, while continuing by Nick Lewycky · 13 years ago
  61. 0c11218 Add verbose EH table printing to SjLj exception tables. by Bill Wendling · 13 years ago
  62. 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
  63. 8fcd3e6 Improve the comment printing for the EH table. This gives a much more detailed by Bill Wendling · 13 years ago
  64. 1312ca8 Handle the memory-ness of all U+ ARM constraints. by Eric Christopher · 13 years ago
  65. 71c38e3 Remove r130409, as requested by Chris. by Devang Patel · 13 years ago
  66. 734f63b Reorg. No functionality change. by Evan Cheng · 13 years ago
  67. 38c8926 Revert r133452: "Emit movq for 64-bit register to XMM register moves..." by Bob Wilson · 13 years ago
  68. 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
  69. 4417e53 IVUsers no longer needs to record the phis. by Andrew Trick · 13 years ago
  70. e275c1c Remove deprecated forms of StringMap::GetOrCreateValue(). by Jay Foad · 13 years ago
  71. 06155e8 Remove some unnecessary uses of c_str(). by Jay Foad · 13 years ago
  72. 9ee7147 Remove unused variables. by Benjamin Kramer · 13 years ago
  73. cd35e09 Reinstate r133435 and r133449 (reverted in r133499) now that the clang by Jay Foad · 13 years ago
  74. 69254f6 Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks, by Jay Foad · 13 years ago
  75. 80be2a2 Add a reduced test case for the buildbot failure (clang self-hosted by Jay Foad · 13 years ago
  76. 39ff10a use the MapEntryTy typedef instead of writing it out long form, by Chris Lattner · 13 years ago
  77. 9568e5c Teach dag combine to match halfword byteswap patterns. by Evan Cheng · 13 years ago
  78. 2fabd46 indvars -disable-iv-rewrite: Adds support for eliminating identity ops. by Andrew Trick · 13 years ago
  79. a88a0ca Revert r133435 and r133449 to appease buildbots. by Chad Rosier · 13 years ago
  80. 805569f Add A0 and A1 to the list of registers used for returning a value in order to by Akira Hatanaka · 13 years ago
  81. 5f7451f Coding style fixes. by Akira Hatanaka · 13 years ago
  82. 21afc63 Re-apply 132758 and 132768 which were speculatively reverted in 132777. by Akira Hatanaka · 13 years ago
  83. 48b93b1 Don't mark the eh.dispatch.setup with a memory access marker. We want this to by Bill Wendling · 13 years ago
  84. c4bcd4d Completely short-circuit out ARC optimization if the ARC runtime by Dan Gohman · 13 years ago
  85. b8c6ed3 Remove the subclassing. This will be moved to the ASM printer. by Bill Wendling · 13 years ago
  86. 9b718e8 Skip fields that don't exist in the Register class. by Jakob Stoklund Olesen · 13 years ago
  87. c882df2 PTX: Fix conversion between predicates and value types by Justin Holewinski · 13 years ago
  88. 1bd1570 Emit movq for 64-bit register to XMM register moves, but continue to accept by Nick Lewycky · 13 years ago
  89. 332d7e8 Fix a check for PHINodes with two incoming values. by Jay Foad · 13 years ago
  90. cad129b PTX: Fix if-then-else formatting and add missing asserts by Justin Holewinski · 13 years ago
  91. b87e37f Disable again. by Rafael Espindola · 13 years ago
  92. df1c8d8 PTX: Add basic register spilling code by Justin Holewinski · 13 years ago
  93. 8e9d672 Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow by Roman Divacky · 13 years ago
  94. 5e27a1d This is an automatically reduced test case that crashed in GVN, at some by Jay Foad · 13 years ago
  95. 72f5f31 Change how PHINodes store their operands. by Jay Foad · 13 years ago
  96. c137120 Make better use of the PHINode API. by Jay Foad · 13 years ago
  97. 691c05b Remove the AugmentedUse struct. by Jay Foad · 13 years ago
  98. 689c247 Re enable 133415 with two fixes by Rafael Espindola · 13 years ago
  99. 2ee2d93 Disable the logic added by rafael in commit 133415 to see if it brings the by Duncan Sands · 13 years ago
  100. 4720611 Fix PromoteIntRes_TRUNCATE: Add support for cases where the by Nadav Rotem · 13 years ago