1. 81a2b89 Create a getelementptr instead of sub expr for ValueOffsetPair if the by Wei Mi · 9 years ago
  2. e6c628f Ensure Polly linking works without BUILD_SHARED_LIBS by Tobias Grosser · 9 years ago
  3. 6f025c1 gold: Simplify. Do not unnecessarily enumerate Obj's symbols. by Peter Collingbourne · 9 years ago
  4. a4826c1 [libFuzzer] start using trace-pc-guard as an alternative source of coverage by Kostya Serebryany · 9 years ago
  5. 8ea4234 [sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. LLVM part by Kostya Serebryany · 9 years ago
  6. 3cb3e3c Address Pete's review comment and define OrigArg on its own line. by Akira Hatanaka · 9 years ago
  7. 90a2aec [ObjCARC] Traverse chain downwards to replace uses of argument passed to by Akira Hatanaka · 9 years ago
  8. e7f7e18 [llvm-cov] Just emit the version number in the index file by Vedant Kumar · 9 years ago
  9. d78e421 [AArch64] Simplify patchpoint/stackmap size test (r281301). NFC. by Ahmed Bougacha · 9 years ago
  10. c3d0d35 [CodeGen] Fix invalid shift in mul expansion by Pawel Bylica · 9 years ago
  11. 3389341 [DAG] Allow build-to-shuffle combine to combine builds from two wide vectors. by Michael Kuperstein · 9 years ago
  12. 7402add Next set of additional error checks for invalid Mach-O files for bad load commands by Kevin Enderby · 9 years ago
  13. 60fc58a [Hexagon] Better handling of HVX vector lowering by Krzysztof Parzyszek · 9 years ago
  14. 9f45ab5 add tests for PR28672 by Sanjay Patel · 9 years ago
  15. 9e6badc Reapply "InstCombine: Reduce trunc (shl x, K) width." by Matt Arsenault · 9 years ago
  16. f461e09 AArch64: Cleanup tailcall CC check, enable swiftcc. by Matthias Braun · 9 years ago
  17. 1defb8f AMDGPU: Remove code I think is dead by Matt Arsenault · 9 years ago
  18. a3d7c71 .clang-tidy: correct style name is 'camelBack' not 'lowerCase'. by Mike Aizatsky · 9 years ago
  19. ec4f2a0 AMDGPU: Support commuting a FrameIndex operand by Matt Arsenault · 9 years ago
  20. 470b8e4 [LV] Clean up uniform induction variable analysis (NFC) by Matthew Simpson · 9 years ago
  21. 9330005 [LTO] Don't pass SF_Undefined symbols to the IRmover. by Davide Italiano · 9 years ago
  22. f5f2db2 Fix MSVC 2013 build by using our <thread> wrapper header by Reid Kleckner · 9 years ago
  23. 8288ccf [DAGCombiner] Use APInt directly in (shl (zext (srl x, C)), C) combine range test by Simon Pilgrim · 9 years ago
  24. 9a0a97c Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  25. e353f57 [Myriad]: set LeonCASA processor feature by Douglas Katzman · 9 years ago
  26. 76b613f [X86][SSE] Added AVX512F and additional vector truncate test cases by Simon Pilgrim · 9 years ago
  27. 45e3537 [DAGCombiner] Use APInt directly in (shl (ext (shl x, c1)), c2) combine by Simon Pilgrim · 9 years ago
  28. 21409db Fix misleading comment for getOrEnforceKnownAlignment by Matt Arsenault · 9 years ago
  29. d9dffbd [ConstantFold] Improve the bitcast folding logic for constant vectors. by Andrea Di Biagio · 9 years ago
  30. 7724253 [X86] Regenerated shift combine tests. by Simon Pilgrim · 9 years ago
  31. befcbd1 [modules] Re-enable some previously excluded files. by Vassil Vassilev · 9 years ago
  32. 70a4ffa [Hexagon] Clear the flow queue after visiting a single instruction by Krzysztof Parzyszek · 9 years ago
  33. 09d676e Apply Clang-format to MCAsmParser.cpp NFC. by Nirav Dave · 9 years ago
  34. be08d6e Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  35. f565d64 [LoopInterchange] Minor refactor. NFC. by Chad Rosier · 9 years ago
  36. 93627d9 [InstSimplify] Add tests to show missed bitcast folding opportunities. by Andrea Di Biagio · 9 years ago
  37. c732159 Don't use else if after return. Tidy comments. NFC. by Chad Rosier · 9 years ago
  38. 7849052 Typo. NFC. by Chad Rosier · 9 years ago
  39. bcfa2b1 [LoopInterchange] Tidy up and remove unnecessary dyn_casts. NFC. by Chad Rosier · 9 years ago
  40. 283b1c0 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  41. d2d2efe Remove InstCombine test file by Sam Parker · 9 years ago
  42. c8b398c [ARM] Add ".code 32" to functions in the ARM instruction set by Pablo Barrio · 9 years ago
  43. e81b6f3 [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently by James Molloy · 9 years ago
  44. 7d76437 Enable simplify libcalls for ARM PCS by Sam Parker · 9 years ago
  45. 503f462 [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version number>" in the coverage report. by Ying Yi · 9 years ago
  46. d0c0b62 [ARM] Support ldr.w in pseudo instruction ldr rd,=immediate by Peter Smith · 9 years ago
  47. 2e1f810 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  48. ea8e2d3 [WebAssembly] Trying to fix broken tests in CodeGen/WebAssembly caused by r281285. by Eric Liu · 9 years ago
  49. 7dc5b7e Remove MVT:i1 xor instruction before SELECT. (Performance improvement). by Ayman Musa · 9 years ago
  50. 48f6957 Revert of r281304 as it is causing build bot failures in hexagon by Sjoerd Meijer · 9 years ago
  51. 0298251 This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instruction by Sjoerd Meijer · 9 years ago
  52. 9cb541b AVX-512: Fix for PR28175 - Scalar code optimization. by Elena Demikhovsky · 9 years ago
  53. 8da7897 [AArch64] Support stackmap/patchpoint in getInstSizeInBytes by Diana Picus · 9 years ago
  54. 5db4eb4 [X86] Remove masked shufpd/shufps intrinsics and autoupgrade to native vector shuffles. They were removed from clang previously but accidentally left in the backend. by Craig Topper · 9 years ago
  55. 7e9a83f [X86] Remove some dead intrinsics. They aren't implemented and clang doesn't reference them. by Craig Topper · 9 years ago
  56. 6a92b76 [Docs] Fix a broken link in the Kaleidoscope tutorial. by Davide Italiano · 9 years ago
  57. 9a5abd0 [LTO] Only expose the dataLayout string instead of the whole module. by Davide Italiano · 9 years ago
  58. 95da214 Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()" by Zachary Turner · 9 years ago
  59. 5021054 [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  60. 2cee504 [lib/LTO] Expose getModule() in lto::InputFile. by Davide Italiano · 9 years ago
  61. 5420de3 DebugInfo: New metadata representation for global variables. by Peter Collingbourne · 9 years ago
  62. 8d684ca [DAG] Refactor BUILD_VECTOR combine to make it easier to extend. NFCI. by Michael Kuperstein · 9 years ago
  63. 45564d9 X86: Conditional tail calls should not have isBarrier = 1 by Hans Wennborg · 9 years ago
  64. f016a03 Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's causing errors on the sanitizer bots. by Eric Christopher · 9 years ago
  65. 29e20b9 [OptDiag] Add getHotness accessor by Adam Nemet · 9 years ago
  66. 3551718 [LVI] Complete the abstract of the cache layer [NFCI] by Philip Reames · 9 years ago
  67. 0df9c0a add more tests for PR30273 by Sanjay Patel · 9 years ago
  68. d87460f [ORC] Clang-format RPCSerialization.h. by Lang Hames · 9 years ago
  69. 0f44027 [ORC] Add some more documentation to RPCSerialization.h. by Lang Hames · 9 years ago
  70. ac22fbe [LVI] Sink a couple more cache manipulation routines into the cache itself [NFCI] by Philip Reames · 9 years ago
  71. 8efea57 [LVI] Abstract out the actual cache logic [NFCI] by Philip Reames · 9 years ago
  72. eebb0bc Revert r281215, it caused PR30358. by Nico Weber · 9 years ago
  73. 6e9445d attempt to unbreak build after r281254 by Nico Weber · 9 years ago
  74. 08170c3 [ORC] Add missing <thread> header to RPCSerialization.h. by Lang Hames · 9 years ago
  75. b57c915 [ORC] Replace the serialize/deserialize function pair with a SerializationTraits by Lang Hames · 9 years ago
  76. 77ad092 Fix the bug introduced in r281252. by Dehao Chen · 9 years ago
  77. 8c8aa02 Lower consecutive select instructions correctly. by Dehao Chen · 9 years ago
  78. a50faba [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  79. 06b5f13 [InstCombine] add test for PR30327 by Sanjay Patel · 9 years ago
  80. 6979660 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  81. 1f6cc3c AVX-512: Added a test for -O0 mode. NFC. by Elena Demikhovsky · 9 years ago
  82. 2917125 AVX-512: Simplified masked_gather_scatter test. NFC. by Elena Demikhovsky · 9 years ago
  83. f4ef2f7 Fix test failure in r281232 by Hemant Kulkarni · 9 years ago
  84. c123237 [MCJIT] Fix some inconsistent handling of name mangling inside MCJIT. by Lang Hames · 9 years ago
  85. 7ee8317 llvm-size: Add --totals option by Hemant Kulkarni · 9 years ago
  86. 11981cd llvm-objdump: Add --start-address and --stop-address options by Hemant Kulkarni · 9 years ago
  87. bb4b1d9 [InstCombine] use m_APInt to allow icmp X, C folds for splat constant vectors by Sanjay Patel · 9 years ago
  88. 01a133c AMDGPU: Do not clobber SCC in SIWholeQuadMode by Nicolai Haehnle · 9 years ago
  89. ce3adfd [GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC. by Ahmed Bougacha · 9 years ago
  90. 0aa0c7d Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  91. 59a2759 [BranchFolding] Unique added live-ins after hoisting code. by Ahmed Bougacha · 9 years ago
  92. 8faa07b [X86] Copy imp-uses when folding tailcall into conditional branch. by Ahmed Bougacha · 9 years ago
  93. 5db0b90 [FunctionAttrs] Don't try to infer returned if it is already on an argument by David Majnemer · 9 years ago
  94. 7e05343 fix formatting; NFC by Sanjay Patel · 9 years ago
  95. 3e9ba2b [InstCombine] add tests to show missing vector folds by Sanjay Patel · 9 years ago
  96. 97c0650 add select i1 test, reproduser pr30249. by Igor Breger · 9 years ago
  97. 29b1dcd [InstCombine] add helper function for foldICmpUsingKnownBits; NFCI by Sanjay Patel · 9 years ago
  98. 724e567 [AMDGPU] Assembler: Move disabled SDWA and DPP instruction into Disable asm variant by Sam Kolton · 9 years ago
  99. 91db09d [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently by James Molloy · 9 years ago
  100. c04a5a1 fix formatting/typos; NFC by Sanjay Patel · 9 years ago