1. 785717c Add Tom Stellard's role as 3.5 release manager. by Joerg Sonnenberger · 11 years ago
  2. 8f30961 llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) by Justin Bogner · 11 years ago
  3. 275458e Remove a temporary variable and just construct a unique_ptr directly using make_unique. by Craig Topper · 11 years ago
  4. ddf2ec4 Object: Small cleanup in COFFObjectFile::getSymbol by David Majnemer · 11 years ago
  5. a476ce7 Revert "llvm-cov: Remove an overly system specific test" by Justin Bogner · 11 years ago
  6. 264a325 [MCJIT] Improve the "stub not found" diagnostic in RuntimeDyldChecker. by Lang Hames · 11 years ago
  7. d76b9ef [Support][Endian] Overload += and -= by Rui Ueyama · 11 years ago
  8. 86ffcdd R600/SI: Fix off by 1 error in used register count by Matt Arsenault · 11 years ago
  9. e23e570 [MCJIT] Make sure we test ARM BR24 relocations with both internal and external by Lang Hames · 11 years ago
  10. cf9142d Support: Use llvm::COFF::BigObjMagic by Rui Ueyama · 11 years ago
  11. f70f3d4 Support: Delete {aligned_,}{u,}{little,big}8_t by Rui Ueyama · 11 years ago
  12. 4be836d [C API] Make the 'lower switch' pass available via the C API. by Juergen Ributzka · 11 years ago
  13. dcc0e7e [CodeGenPrepare] Teach the addressing mode matcher how to promote zext. by Quentin Colombet · 11 years ago
  14. 85d436d Remove the unused string section symbol parameter from DwarfFile::emitStrings by David Blaikie · 11 years ago
  15. 330c819 Support: improve identify_magic to recognize COFF bigobj by Rui Ueyama · 11 years ago
  16. 8d230cd Misc cleanups to the FileSytem api. by Rafael Espindola · 11 years ago
  17. d4604dc Add missing colon to RUN line... by Bill Schmidt · 11 years ago
  18. 24ebd0e [PATCH, PowerPC] Accept 'U' and 'X' constraints in inline asm by Bill Schmidt · 11 years ago
  19. 67868b5 [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT. by Lang Hames · 11 years ago
  20. 11e3755 Use simpler version of sys::fs::exists. NFC. by Rafael Espindola · 11 years ago
  21. e257ec6 Use the simpler sys::fs:;exists. NFC. by Rafael Espindola · 11 years ago
  22. e7d5fc9 Add triple to test to fix bots by Matt Arsenault · 11 years ago
  23. da9bce2 Provide an implementation of getNoopForMachoTarget for SPARC. by Brad Smith · 11 years ago
  24. 31b1bdb Add DAG combine for shl + add of constants. by Matt Arsenault · 11 years ago
  25. 761ca13 [MCJIT] Take the relocation addend into account when applying ARM MachO VANILLA by Lang Hames · 11 years ago
  26. 9869724 Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::name by Ismail Pazarbasi · 11 years ago
  27. 49f3125 [AVX512] Fix miscompile for unpack by Adam Nemet · 11 years ago
  28. 558cd3c Add triple and remove hashes to account for buildbot differences in comment strings. by Sanjay Patel · 11 years ago
  29. db414b0 Move constant-sized bitvector to the stack. by Benjamin Kramer · 11 years ago
  30. 04bb0e7 Combine fmul vector FP constants when unsafe math is allowed. by Sanjay Patel · 11 years ago
  31. 3386922 typo by Sanjay Patel · 11 years ago
  32. 036303c R600: Add cmpxchg instruction for evergreen by Aaron Watry · 11 years ago
  33. 1ff4485 R600: Test local atomics for evergreen by Aaron Watry · 11 years ago
  34. c71f7e4 R600: Add LDS_WRXCHG[_RET] instructions for Evergreen. by Aaron Watry · 11 years ago
  35. 770b630 R600: Add LDS_MIN_[U]INT[_RET] instructions for Evergreen by Aaron Watry · 11 years ago
  36. bbfa901 R600: Add LDS_XOR[_RET] instructions for Evergreen by Aaron Watry · 11 years ago
  37. 0e16268 R600: Add LDS_OR[_RET] instructions for Evergreen by Aaron Watry · 11 years ago
  38. 9efd1eb R600: Add LDS_AND[_RET] instructions for Evergreen by Aaron Watry · 11 years ago
  39. 8f476d2 R600: Add LDS_MAX_[U]INT[_RET] instructions for Evergreen by Aaron Watry · 11 years ago
  40. d7d96ee [docs] Mention character array constants in docs/LangRef.rst by Daniel Sanders · 11 years ago
  41. c1df48d [ARM] Add Thumb-2 code size optimization regression test for LSR (register). by Tilmann Scheller · 11 years ago
  42. 171bd26 [ARM] Add Thumb-2 code size optimization regression test for LSR (immediate). by Tilmann Scheller · 11 years ago
  43. d1c8395 [AArch64] Reenable the PBQP test now that the leak issue has been fixed. by Arnaud A. de Grandmaison · 11 years ago
  44. 993f84c [ARM] Add Thumb-2 code size optimization regression test for LSL (register). by Tilmann Scheller · 11 years ago
  45. 98ff94a [ARM] Add Thumb2 code size optimization regression test for LSL (immediate). by Tilmann Scheller · 11 years ago
  46. 3c1808f [x86] Fixup r217565 which baked in an assumption about the function by Chandler Carruth · 11 years ago
  47. 2c1a487 [AlignmentFromAssumptions] Don't crash just because the target is 32-bit by Hal Finkel · 11 years ago
  48. 65aac0f Build correct vector filled with undef nodes by David Xu · 11 years ago
  49. 326018c utils: Teach lldbDataFormatters how to format ArrayRefs by Justin Bogner · 11 years ago
  50. 463a096 [x86] FileCheck-ize this test. by Chandler Carruth · 11 years ago
  51. b946886 Use CostPool::PoolRef typedef some more by David Blaikie · 11 years ago
  52. c6b38ee shared_ptrify ownershp of PoolEntries in PBQP's CostPool by David Blaikie · 11 years ago
  53. 5ee5d45 R600/SI: Fix losing chain when fixing reg class of loads. by Matt Arsenault · 11 years ago
  54. c8256c4 R600/SI: Report offset in correct units for st64 DS instructions by Matt Arsenault · 11 years ago
  55. 3f93a54 Add LLVMgold target to test dependencies. by Peter Collingbourne · 11 years ago
  56. 257e85e R600: Custom lower frem by Matt Arsenault · 11 years ago
  57. 3b67055 Add doInitialization/doFinalization to DataLayoutPass. by Rafael Espindola · 11 years ago
  58. 2d81850 Enable use of __builtin_assume_aligned when self-hosting by Hal Finkel · 11 years ago
  59. fb42ed2 [AlignmentFromAssumptions] Don't divide by zero for unknown starting alignment by Hal Finkel · 11 years ago
  60. ec40716 [sphinx cleanup] Fix sphinx warning introduced by r217537 by Dan Liew · 11 years ago
  61. e7648ae [AArch64] Revert r216141 for cyclone by Gerolf Hoflehner · 11 years ago
  62. 3c9c212 [PassManager] Adding Hidden attribute to EnableMLSM option by Gerolf Hoflehner · 11 years ago
  63. 438b598 [MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilder by Gerolf Hoflehner · 11 years ago
  64. fb862fe Fix docs reference to inexistent class. by Nico Weber · 11 years ago
  65. 3c278b1 Remember to eraseFromParent after replaceAllUsesWith. by Rafael Espindola · 11 years ago
  66. c954757 Cleanup: Use the appropriate API for accessing the DIVariable of a by Adrian Prantl · 11 years ago
  67. 50196a8 [AArch64] Temporarily desactivate the PBQP test, while I investigate some leaks in the allocator by Arnaud A. de Grandmaison · 11 years ago
  68. 5e4558e Make CallingConv::ID an alias of "unsigned". by Alexey Samsonov · 11 years ago
  69. 87c977a Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names controlling this variable. by Sanjay Patel · 11 years ago
  70. 5c488f4 Removed misleading comment. by Gerolf Hoflehner · 11 years ago
  71. 9d01d42 Added missing blank by Gerolf Hoflehner · 11 years ago
  72. 2bb4229 LangRef: @baz should be @bar in the COMDAT example by Hans Wennborg · 11 years ago
  73. 2c925e0 [AArch64] Address Chad's post commit review comments for r217504 (PBQP experimental support) by Arnaud A. de Grandmaison · 11 years ago
  74. 0d5440d typo by Sanjay Patel · 11 years ago
  75. 6a80022 Fix comments of createReplaceableForwardDecl() and createForwardDecl(). by Frederic Riss · 11 years ago
  76. 5ab6b15 Replace a few virtual with override. by Rafael Espindola · 11 years ago
  77. ac67a5f [AArch64] Pacify lld buildbot complaining about an unused static function in release build. by Arnaud A. de Grandmaison · 11 years ago
  78. 438669c [AArch64] Add experimental PBQP support by Arnaud A. de Grandmaison · 11 years ago
  79. 3babc14 [AArch 64] Use a constant pool load for weak symbol references when by Asiri Rathnayake · 11 years ago
  80. 96597a7 Add missing HWEncoding to base register class. by Sid Manning · 11 years ago
  81. 8c6dda0 Attempt to pacify buildbots. by David Majnemer · 11 years ago
  82. 01dbae1 ARM: don't size-reduce STMs using the LR register. by Tim Northover · 11 years ago
  83. b3a86a0 Object: Add support for bigobj by David Majnemer · 11 years ago
  84. cfae729 [mips] Remove inverted predicates from MipsSubtarget that were only used by MipsCallingConv.td by Daniel Sanders · 11 years ago
  85. 0562707 Don't attempt to run llvm-config in cmake/modules/Makefile when doing by Dan Liew · 11 years ago
  86. b4c17e7 FunctionPassManager isn't used by the JIT anymore, it is used in by Yaron Keren · 11 years ago
  87. 9a86695 [mips] Return an ArrayRef from MipsCC::intArgRegs() and remove MipsCC::numIntArgRegs() by Daniel Sanders · 11 years ago
  88. aa55210 Attempt to fix PR20884 by Dan Liew · 11 years ago
  89. e944e11 MergeFunctions: FunctionPtr has been renamed to FunctionNode. by Stepan Dyatkovskiy · 11 years ago
  90. ca31084 [asan-assembly-instrumentation] Added CFI directives to the generated instrumentation code. by Yuri Gorshenin · 11 years ago
  91. 77f923c Drop the W postfix on the 16-bit registers. by Job Noorman · 11 years ago
  92. 7d822f8 llvm-cov: Remove an overly system specific test by Justin Bogner · 11 years ago
  93. 5672e68 [MIPS] Add aliases for sync instruction used by Octeon CPU by Kai Nacke · 11 years ago
  94. 26f301f llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430 by Justin Bogner · 11 years ago
  95. c4e394a Use cast to MVT instead of EVT on a couple calls to getSizeInBits. by Craig Topper · 11 years ago
  96. d453c22 [MCJIT] Remove redundant architecture check from RuntimeDyldMachOI386. by Lang Hames · 11 years ago
  97. 01c14f6 Sink PrevCU updating into DwarfUnit::addRange to ensure consistency by David Blaikie · 11 years ago
  98. 9e0dae1 Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address range holes. by David Blaikie · 11 years ago
  99. 589d2fc SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  100. 19f3868 Handle common linkage correctly in the gold plugin. by Rafael Espindola · 11 years ago