1. bd97f5e Check that line table entries don't spill over between sections even if they're empty at the end of a section by David Blaikie · 8 years ago
  2. 1e54c56 Simplify/make more explicit (by making less explicit in some ways) some function calls by David Blaikie · 8 years ago
  3. 731cac0 [Hexagon] Updating inline saturate lanes for v62 version. by Colin LeMahieu · 8 years ago
  4. e794271 [libFuzzer] add a dummy LLVMFuzzerMutate to afl/afl_driver.cpp (https://github.com/google/oss-fuzz/issues/460) by Kostya Serebryany · 8 years ago
  5. e6224ab [libFuzzer] call __sanitizer_print_memory_profile with two params by Kostya Serebryany · 8 years ago
  6. a7364cf Remove redundant condition (PR32263). NFCI. by Simon Pilgrim · 8 years ago
  7. d0064ed AMDGPU: Allow sinking of addressing modes for atomic_inc/dec by Matt Arsenault · 8 years ago
  8. 83daa29 Revert "[libFuzzer] Use ChooseUnitIdxToMutate to pick item for crossover." by Vitaly Buka · 8 years ago
  9. 6868195 Revert "Revert "[PGO] Minor cleanup for count instruction in SelectInstVisitor."" by Vitaly Buka · 8 years ago
  10. 0356a14 Revert "[PGO] Minor cleanup for count instruction in SelectInstVisitor." by Vitaly Buka · 8 years ago
  11. 167e4b5 Fix build failure from r297897. by Rong Xu · 8 years ago
  12. 2edabde Support: Simplify the CachePruning API. NFCI. by Peter Collingbourne · 8 years ago
  13. 733a6d0 Removed unnecessary semicolon. NFCI. by Simon Pilgrim · 8 years ago
  14. 867844f [StackColoring] Remove unused header file for post-order traversal. Update comment that indicated we were using it when we really use a depth-first search. NFC by Craig Topper · 8 years ago
  15. 365e172 CodeGenPrepare: Sink addressing modes for atomics by Matt Arsenault · 8 years ago
  16. 862a3a8 Try to fix build break due to template argument deduction. by Zachary Turner · 8 years ago
  17. ce6292c [llvm-pdbdump] Add support for diffing the String Table. by Zachary Turner · 8 years ago
  18. bbf9606 [pdb] Write the module info and symbol record streams. by Zachary Turner · 8 years ago
  19. 2258207 Fix up grammar in a comment. by Eric Christopher · 8 years ago
  20. 670b422 [PGO] Value profile for size of memory intrinsic calls by Rong Xu · 8 years ago
  21. e822046 Second attempt for fix Hexagon buildbot by moving test to under X86/ by Zvi Rackover · 8 years ago
  22. 7e3bcd4 [PGO] Minor cleanup for count instruction in SelectInstVisitor. by Rong Xu · 8 years ago
  23. e925a38 [libFuzzer] Use ChooseUnitIdxToMutate to pick item for crossover. by Vitaly Buka · 8 years ago
  24. 312b28e Add GDB pretty-printer for llvm::Twine type by David Blaikie · 8 years ago
  25. 6f043b3 Limit test's triple in attempt to fix broken buildbot by Zvi Rackover · 8 years ago
  26. 104814b NFC: Corrects comments that were supposed to go in with earlier commit. by Adrian McCarthy · 8 years ago
  27. e702632 [EarlyCSE] reduce indent; NFCI by Sanjay Patel · 8 years ago
  28. 9fb2625 [tablegen][globalisel] Trivial changes to reduce size of following patch. NFC. by Daniel Sanders · 8 years ago
  29. 38f8b96 Introduce NativeEnumModules and NativeCompilandSymbol by Adrian McCarthy · 8 years ago
  30. 1840112 [DAGCombine] Bail out if can't create a vector with at least two elements by Zvi Rackover · 8 years ago
  31. f04cbf3 [WebAssembly] Update format of 'names' section. by Derek Schuff · 8 years ago
  32. 1a576c5 [X86] Add missing BITREVERSE costs for SSE2 vectors and i8/i16/i32/i64 scalars by Simon Pilgrim · 8 years ago
  33. 924375d [GlobalISel] Avoid translating synthetic constants to new G_CONSTANTS. by Ahmed Bougacha · 8 years ago
  34. bde5be0 [GlobalISel][AArch64] Select ADDXri. by Ahmed Bougacha · 8 years ago
  35. 0c52bec AMDGPU: Fix unnecessary ands when packing f16 vectors by Matt Arsenault · 8 years ago
  36. f4523b0 ARM: avoid clobbering register in v6 jump-table expansion. by Tim Northover · 8 years ago
  37. 1d95032 [PGO] Refactor the code for value profile annotation by Rong Xu · 8 years ago
  38. 17931c8 [GlobalISel] Insert translated switch icmp blocks after switch parent. by Ahmed Bougacha · 8 years ago
  39. c0f82e4 [GlobalISel] Preserve IR block layout. by Ahmed Bougacha · 8 years ago
  40. 4d63638 [GlobalISel] Use ASCII quote/apostrophe in comment. NFC. by Ahmed Bougacha · 8 years ago
  41. 15db330 AMDGPU: Minor SIAnnotateControlFlow cleanups by Matt Arsenault · 8 years ago
  42. ed14562 [YAML] When outputting, provide the ability to write default values. by Zachary Turner · 8 years ago
  43. 66224eb Move some LAST_* enum sentinels out of their enums by Reid Kleckner · 8 years ago
  44. 01c2f41 [CodeGen] Use APInt::setLowBits/setHighBits/setBitsFrom in more places by Craig Topper · 8 years ago
  45. 8aaf472 [GlobalISel][AArch64] Add back constant select tests. NFC. by Ahmed Bougacha · 8 years ago
  46. 6db3538 [GlobalISel][AArch64] Use appropriate test function names. NFC. by Ahmed Bougacha · 8 years ago
  47. be130a9 [GlobalISel][AArch64] Split out select tests. NFC. by Ahmed Bougacha · 8 years ago
  48. 4b7d61b [GlobalISel] Remove dead member. NFC. by Ahmed Bougacha · 8 years ago
  49. 603d3c6 Re-apply r296730, "cmake: Configure the ThinLTO cache directory when using ELF lld or gold." by Peter Collingbourne · 8 years ago
  50. cbe96dd CodeGen: Use the source filename as the argument to .file, rather than the module ID. by Peter Collingbourne · 8 years ago
  51. a1d8ce5 [SelectionDAG] Support BUILD_VECTOR implicit truncation in SelectionDAG::ComputeNumSignBits (PR32273) by Simon Pilgrim · 8 years ago
  52. 245bc88 [PowerPC][Altivec] Add mfvrd and mffprd extended mnemonic by Nemanja Ivanovic · 8 years ago
  53. 4160d49 [SelectionDAG][AArch64] Add test case showing incorrect SelectionDAG::ComputeNumSignBits BUILD_VECTOR handling by Simon Pilgrim · 8 years ago
  54. 27c6067 Cyle -> Cycle; NFCI by Sanjay Patel · 8 years ago
  55. 8675210 Revert "Refactor SimplifyCFG:canSinkInstructions [NFC]" by Eric Liu · 8 years ago
  56. 70b9c4a Revert "[Thumb1] Fix the bug when adding/subtracting -2147483648" by Artyom Skrobov · 8 years ago
  57. c12050b Reverted unintended commit by Simon Pilgrim · 8 years ago
  58. a6a5484 Fix Wint-in-bool-context warning (PR32248) by Simon Pilgrim · 8 years ago
  59. 945e057 Refactor SimplifyCFG:canSinkInstructions [NFC] by Aditya Kumar · 8 years ago
  60. 8888b5e Reverting r297821 due to breaking lld test. by Sam Parker · 8 years ago
  61. 302f165 [Target] fix typo; NFC by Sanjay Patel · 8 years ago
  62. 788c998 Add 'REQUIRES: asserts' to pr32278.ll introduced in r297822 by Eric Liu · 8 years ago
  63. 5241875 [X86][SSE] Fixed shuffle MOVSS/MOVSD combining of all zeroable inputs by Simon Pilgrim · 8 years ago
  64. 71148e9 [Mips] Add support to match more patterns for DEXT and CINS by Petar Jovanovic · 8 years ago
  65. 39fad26 Align cost model columns. NFCI. by Simon Pilgrim · 8 years ago
  66. 37ce2d4 Fix malformed XFAIL in previous commit by Zvi Rackover · 8 years ago
  67. a8cf2f9 [DAGCombine] Add reproducer for pr32278 by Zvi Rackover · 8 years ago
  68. eb3e69e [ARM] Fix for branch label disassembly for Thumb by Sam Parker · 8 years ago
  69. f803e21 [Thumb1] Fix the bug when adding/subtracting -2147483648 by Artyom Skrobov · 8 years ago
  70. 13c7e8f fix gcc -Wmisleading-indentation [NFC] by Nuno Lopes · 8 years ago
  71. c19a1fb [Support][CommandLine] Make it possible to get error messages from ParseCommandLineOptions when ignoring errors. by Eric Liu · 8 years ago
  72. 75f7c44 [ARM] Enable SMLAL[B|T] isel by Sam Parker · 8 years ago
  73. 3998552 NFC: Reformats comments according to the coding guildelines. by Taewook Oh · 8 years ago
  74. fc904cc [llvm-config] Add minimal sanity tests for path options by Michal Gorny · 8 years ago
  75. 5c08882 [BranchFolding] Merge debug locations from common tail instead of removing by Taewook Oh · 8 years ago
  76. c7a57cd Ensure that prefix data is preserved with subsections-via-symbols by Peter Collingbourne · 8 years ago
  77. 3785710 [libFuzzer] remove even more stale code by Kostya Serebryany · 8 years ago
  78. 59249af [libFuzzer] simplify code a bit by Kostya Serebryany · 8 years ago
  79. 97979ac [MachineFunction] Fix documentation. NFC by Francis Visoiu Mistrih · 8 years ago
  80. 72e0026 [GlobalISel] IRTranslator: Return the scalar for <1 x Ty> constant vectors by Volkan Keles · 8 years ago
  81. 54dc1ed MemCpyOptimizer: don't create new addrspace casts by Fiona Glaser · 8 years ago
  82. dfb7eae [globalisel] LLVM_BUILD_GLOBAL_ISEL=OFF should prevent GlobalISel instruction selector from being declared. by Daniel Sanders · 8 years ago
  83. ae8f1d8 [libFuzzer] remove more stale code by Kostya Serebryany · 8 years ago
  84. 05628fa [libFuzzer] don't clear Counters in TracePC::CollectFeatures since they will be cleared anyway in ResetMaps by Kostya Serebryany · 8 years ago
  85. 9db5e41 [globalisel][tblgen] Add support for ComplexPatterns by Daniel Sanders · 8 years ago
  86. d18970b [libFuzzer] remove stale code by Kostya Serebryany · 8 years ago
  87. e35265b [SelectionDAG] Add a signed integer absolute ISD node by Simon Pilgrim · 8 years ago
  88. 25754c1 [WebAssembly] Use LEB encoding for value types by Derek Schuff · 8 years ago
  89. 22bd70f Archives require a symbol table on Solaris, even if empty. by Rafael Espindola · 8 years ago
  90. c67a9ef Fix asm printing of associated sections. by Evgeniy Stepanov · 8 years ago
  91. 1526258 [ARM] Replace some C++ selection code with TableGen patterns. NFC. by Eli Friedman · 8 years ago
  92. c4630f9 [Support] Make the SystemZ bot happy by using make_error_code. by Juergen Ributzka · 8 years ago
  93. bea559b [DAG] vector div/rem with any zero element in divisor is undef by Sanjay Patel · 8 years ago
  94. cd2a5b6 SamplePGO ThinLTO ICP fix for local functions. by Dehao Chen · 8 years ago
  95. 77960c2 [InstCombine] improve readability; NFCI by Sanjay Patel · 8 years ago
  96. acccef0 [InstCombine] consolidate rem tests and update checks; NFC by Sanjay Patel · 8 years ago
  97. 68e70a5 [InstCombine] regenerate checks; NFC by Sanjay Patel · 8 years ago
  98. 702396c [Hexagon] Fix a condition in HexagonEarlyIfConv.cpp by Krzysztof Parzyszek · 8 years ago
  99. c412df4 Fix typo in comment by Artyom Skrobov · 8 years ago
  100. ace7143 [X86] Add extra BITREVERSE tests by Simon Pilgrim · 8 years ago