1. 79c163d ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certain Thumb2 add immediate T3 encodings. by Tilmann Scheller · 12 years ago
  2. 08ebdc7 Move typedefs inside the class that they belong to. by Eric Christopher · 12 years ago
  3. 40488cf Use an RWMutex instead of a Mutex in PassRegistry. by Chad Rosier · 12 years ago
  4. 51f558c by Ulrich Weigand · 12 years ago
  5. 33efedc by Ulrich Weigand · 12 years ago
  6. 965b20e by Ulrich Weigand · 12 years ago
  7. 73477b9 Prefix failing commands with not to make clear they are expected to fail. by Rafael Espindola · 12 years ago
  8. 621f463 Remove another old test. by Rafael Espindola · 12 years ago
  9. 8b1cc1d Remove test for the old EH system. It doesn't parse anymore. by Rafael Espindola · 12 years ago
  10. 5b44586 Fix test: It was missing run lines and llvm-dis has no -disable-verify option. by Rafael Espindola · 12 years ago
  11. 09a7f60 Add support for gnu archives with a string table and no symtab. by Rafael Espindola · 12 years ago
  12. 40d40dd Make llvm-nm return 1 on error. by Rafael Espindola · 12 years ago
  13. f6b67dc by Ulrich Weigand · 12 years ago
  14. 365ef0b Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 12 years ago
  15. bf361f5 Fix regular expression used by 'make update' to only look for 'I' and '?' at the start of svn info results and to check for spaces after 'I' instead of just after '?'. by Craig Topper · 12 years ago
  16. d55ef5c [msan] Unpoison stack allocations and undef values in blacklisted functions. by Evgeniy Stepanov · 12 years ago
  17. bf8eb3d by Ulrich Weigand · 12 years ago
  18. 44175d9 by Ulrich Weigand · 12 years ago
  19. fa487e8 [SystemZ] Fold more spills by Richard Sandiford · 12 years ago
  20. b81b477 This corrects the implementation of Thumb ADR instruction. There are three issues: by Mihai Popa · 12 years ago
  21. a10c01a ARM: relax the atomic release barrier to "dmb ishst" on Swift by Tim Northover · 12 years ago
  22. b997b56 [SystemZ] Rename mapping table fields by Richard Sandiford · 12 years ago
  23. 52c28b0 [SystemZ] Fix caller-allocated save slot FIXME by Richard Sandiford · 12 years ago
  24. 52f5a65 Remove unused field. by Eric Christopher · 12 years ago
  25. 6af85ae Constify a few functions. by Eric Christopher · 12 years ago
  26. 9e333ca [XCore] Whitespace fixes, no functionality change. by Richard Osborne · 12 years ago
  27. 79186be [XCore] Add ISel pattern for LDWCP by Richard Osborne · 12 years ago
  28. 32bdf82 Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 12 years ago
  29. 78477ff Use SmallVectorImpl instead of SmallVector as method argument to avoid specifying vector size. by Craig Topper · 12 years ago
  30. f22fd3f Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 12 years ago
  31. d0a3916 Use SmallVectorImpl::iterator/const_iterator instead of SmallVector by Eric Christopher · 12 years ago
  32. 40c744e Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 12 years ago
  33. 01eb99a Introduce some typedefs for DenseMaps containing SmallVectors so the vector size doesn't have to repeated when creating iterators for the DenseMap. by Craig Topper · 12 years ago
  34. 9f4c379 Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid having to specify the vector size in multiple places. by Craig Topper · 12 years ago
  35. 1c3751c Add a space between type and variable name. No functional change. by Craig Topper · 12 years ago
  36. 9f43ac6 Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying the small vector size. by Craig Topper · 12 years ago
  37. 2d785db Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 12 years ago
  38. 7cbdd90 Change the gettimeofday test to only test on a posix platform. by Michael Gottesman · 12 years ago
  39. 7cb0321 Added support in FunctionAttrs for adding relevant function/argument attributes for the posix call gettimeofday. by Michael Gottesman · 12 years ago
  40. f0f85ea Added posix function gettimeofday to LibFunc::Func for all platforms but Windows. by Michael Gottesman · 12 years ago
  41. e717713 Avoid doing a lot of computation when we have multiple ranges and by Eric Christopher · 12 years ago
  42. 985148e SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  43. f53d643 Move iterator to where it's used and update comments. by Eric Christopher · 12 years ago
  44. c9c17a8 Move instance variable before experimental section. by Eric Christopher · 12 years ago
  45. aa30a0c Fix typo to make grep for DW_AT_comp_dir work without case-insensitive grep. by Eric Christopher · 12 years ago
  46. 015343e Remove unnecessary forward declare. by Eric Christopher · 12 years ago
  47. da965de Add a helpful comment. by Eric Christopher · 12 years ago
  48. e472149 addConstantValue, addConstantFPValue never returned anything but by Eric Christopher · 12 years ago
  49. 23f36b9 Trying to fix the bots by Manman Ren · 12 years ago
  50. 0e6783f Debug Info: use module flag to set up Dwarf version. by Manman Ren · 12 years ago
  51. d3b9853 Fix comment. by Eric Christopher · 12 years ago
  52. 550d9bf Fixed typo in LangRef where we were using _'' to quote instead of the correct _. by Michael Gottesman · 12 years ago
  53. 25b9bba by Ulrich Weigand · 12 years ago
  54. a17a7e1 by Ulrich Weigand · 12 years ago
  55. 58fc1f5 by Ulrich Weigand · 12 years ago
  56. 24dd7db SystemZ: Fold variable into assertion. by Benjamin Kramer · 12 years ago
  57. 540579e Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll. by Jyotsna Verma · 12 years ago
  58. b843060 by Ulrich Weigand · 12 years ago
  59. 716a94f by Ulrich Weigand · 12 years ago
  60. 18dbe50 by Ulrich Weigand · 12 years ago
  61. 1f8aacd by Ulrich Weigand · 12 years ago
  62. 88328d2 Debug Info: cleanup by Manman Ren · 12 years ago
  63. 92879a8 Revert (most of) r185393 and r185395. by Jakob Stoklund Olesen · 12 years ago
  64. b0bbfaf Hexagon: Avoid unused variable warnings in Release builds. by Benjamin Kramer · 12 years ago
  65. 5186591 Fix -Wsign-compare warning and remove windows-style line endings introduced by r185421 by David Blaikie · 12 years ago
  66. c93bee0 [APFloat] Swap an early out check so we do not dereference str.end(). by Michael Gottesman · 12 years ago
  67. a3863ea Remove address spaces from MC. by Rafael Espindola · 12 years ago
  68. 35b7beb [SystemZ] Use DSGFR over DSGR in more cases by Richard Sandiford · 12 years ago
  69. 1ce4894 [SystemZ] Use MVC to spill loads and stores by Richard Sandiford · 12 years ago
  70. 9188443 [SystemZ] Add the MVC instruction by Richard Sandiford · 12 years ago
  71. 850ba41 [XCore] Fix instruction selection for zext, mkmsk instructions. by Richard Osborne · 12 years ago
  72. 0a39e26 Fix ARM EHABI compact model 1 and 2 without handlerdata. by Logan Chien · 12 years ago
  73. e5cb25f Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager. by Elena Demikhovsky · 12 years ago
  74. 5bce67a DAGCombiner: fix use-counting issue when forming zextload by Tim Northover · 12 years ago
  75. b19dd2b Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms) by Hal Finkel · 12 years ago
  76. e7dd3af Add missing break statements. Noticed by inspection. by Nick Lewycky · 12 years ago
  77. 2a210b7 Fix typo in comment by Tobias Grosser · 12 years ago
  78. 75dd57a Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handling by Hal Finkel · 12 years ago
  79. 068acc5 IRVerifier: Correctly check attribute types by Tobias Grosser · 12 years ago
  80. a66aacf [mips] Add new InstrItinClasses for move from/to coprocessor instructions and by Akira Hatanaka · 12 years ago
  81. 8fed05e PR14728: DebugInfo: TLS variables with -gsplit-dwarf by David Blaikie · 12 years ago
  82. b577703 [APFloat] Ensure that we can properly parse strings that do not have null terminators. by Michael Gottesman · 12 years ago
  83. f801b8f Fix up some asserts that are within an if statement. This removes the need by Richard Trieu · 12 years ago
  84. 7babb05 Tweak some comments that referred to the old bias computations. by Jakob Stoklund Olesen · 12 years ago
  85. 228e0af by Ulrich Weigand · 12 years ago
  86. 74d2a3e Remove floating point computations form SpillPlacement.cpp. by Jakob Stoklund Olesen · 12 years ago
  87. a785a7b Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ... by Richard Trieu · 12 years ago
  88. bbeba2c by Ulrich Weigand · 12 years ago
  89. a35ae96 PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation by David Blaikie · 12 years ago
  90. 1307d83 by Ulrich Weigand · 12 years ago
  91. bde84a9 Add a newline. by Chad Rosier · 12 years ago
  92. 89c83b7 Debug Info: clean up usage of Verify. by Manman Ren · 12 years ago
  93. c38c1d1 Index: test/CodeGen/PowerPC/reloc-align.ll by Bill Schmidt · 12 years ago
  94. e29e2af [ARMAsmParser] Sort the ARM register lists based on the encoding value, not the by Chad Rosier · 12 years ago
  95. 781f5b3 Make PBQP require/preserve MachineLoopInfo - the spiller requires it. by Lang Hames · 12 years ago
  96. 2f8a176 [docs] Amend confusing title by Sean Silva · 12 years ago
  97. 5112243 [mips] Reverse the order of source operands of shift and rotate instructions that by Akira Hatanaka · 12 years ago
  98. 3bd2b92 by Ulrich Weigand · 12 years ago
  99. db8e0bb [mips] Increase the number of floating point control registers available to 32. by Akira Hatanaka · 12 years ago
  100. ae99e41 [mips] Fix test case to check that mips64 instructions are generated. by Akira Hatanaka · 12 years ago