1. 416cb77 [llvm-objcopy] Use SHT_NOTE for added note sections. by Jordan Rupprecht · 7 years ago
  2. b8f7485 [X86] Bailout of lowerVectorShuffleAsPermuteAndUnpack for shuffle-with-zero (PR40306) by Simon Pilgrim · 7 years ago
  3. a9ba146 gn build: Don't assume valgrind.h exists on Linux by Hans Wennborg · 7 years ago
  4. 9222a7e [X86] Add PR40318 shuffle test case by Simon Pilgrim · 7 years ago
  5. 46d00b4 Remove irrelevant references to legacy git repositories from by James Y Knight · 7 years ago
  6. 5f930f4 [SLP][X86] Split prefer-256-bit 'AVX256BW' tests from AVX2 checks by Simon Pilgrim · 7 years ago
  7. f764968 [DAGCombiner] reduce buildvec of zexted extracted element to shuffle by Sanjay Patel · 7 years ago
  8. c32dca7 Revert r351138 "[ORC] Move ORC Core symbol map and set types into their own by Lang Hames · 7 years ago
  9. e7521d5 Update year in license files by Hans Wennborg · 7 years ago
  10. d9f143b [SimpleLoopUnswitch] Increment stats counter for unswitching switch instruction by Zaara Syeda · 7 years ago
  11. daf8332 [llvm-obdump] - Fix the help lines for -stop-address and -z. by George Rimar · 7 years ago
  12. 4d62074 [InstCombine] Don't undo 0 - (X * Y) canonicalization when combining subs. by Florian Hahn · 7 years ago
  13. 0a0a776 [NFC] Remove some code duplication by Max Kazantsev · 7 years ago
  14. 0dc857a [NFC] Remove obsolete enum RangeCheckKind by Max Kazantsev · 7 years ago
  15. a7778a1 [NFC][X86] extract-bits.ll: add test with truncation with extra-use. by Roman Lebedev · 7 years ago
  16. bd978f0 [NFC] Decrease if nest by Max Kazantsev · 7 years ago
  17. 4e1d300 [NFC] Move some functions to LoopUtils by Max Kazantsev · 7 years ago
  18. 809a10d [llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functions by Roman Lebedev · 7 years ago
  19. 33c1aca [llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbols by Martin Storsjo · 7 years ago
  20. 72ae258 [llvm-objcopy] [COFF] Remove pointless comment chars from .test files. NFC. by Martin Storsjo · 7 years ago
  21. 45d116d [llvm-objdump] - Cleanup the code. NFCI. by George Rimar · 7 years ago
  22. 42c9ee8 gn build: Rename llvm_host_triple to llvm_current_triple and have it use current_{cpu,os}. by Peter Collingbourne · 7 years ago
  23. 5f4130f gn build: Make a couple of improvements to the unix toolchain. by Peter Collingbourne · 7 years ago
  24. 98e46e1 gn build: Switch to using current_os in lib/Support/BUILD.gn. by Peter Collingbourne · 7 years ago
  25. 8ef46a9 [X86] Upgrade some avx512bw shift intrinsics that were removed a while ago. NFC by Craig Topper · 7 years ago
  26. 43abb77 [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses it by Dan Gohman · 7 years ago
  27. 4093359 [X86] Add test cases for D56695. NFC by Craig Topper · 7 years ago
  28. bc7bfd2 [X86] Switch the triple on avx2-intrinsics-x86.ll to be -unknown-unknown instead of darwin so the constant pool entries will be filtered better by the script. by Craig Topper · 7 years ago
  29. 5aae26a Revert alignment assumptions changes by Vlad Tsyrklevich · 7 years ago
  30. ba365ce gn build: Split no-RTTI flag into a config. by Peter Collingbourne · 7 years ago
  31. 8f15bc8 gn build: Stop defining LLVM_ON_UNIX globally. by Peter Collingbourne · 7 years ago
  32. 9fbbcd0 [WebAssembly] Expand SIMD shifts while V8's implementation disagrees by Thomas Lively · 7 years ago
  33. 68fa676 AMDGPU: Add a fast path for icmp.i1(src, false, NE) by Marek Olsak · 7 years ago
  34. 548b0e2 [AArch64] Adjust the feature set for Exynos by Evandro Menezes · 7 years ago
  35. df7e021 [X86] Avoid clobbering ESP/RSP in the epilogue. by Reid Kleckner · 7 years ago
  36. 95389c7 [AArch64] Fix typo (NFC) by Evandro Menezes · 7 years ago
  37. 0cbb0f1 [AArch64] Fix typo (NFC) by Evandro Menezes · 7 years ago
  38. 5383975 [EarlyIfConversion] Don't if-convert unconditional branches. by Eli Friedman · 7 years ago
  39. b11690d [AArch64] Explicitly use v1i64 type for llvm.aarch64.neon.abs.i64 . by Eli Friedman · 7 years ago
  40. 3afec90 [AArch64] Add new target feature to fuse arithmetic and logic operations by Evandro Menezes · 7 years ago
  41. 0ac160f [ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h. by Lang Hames · 7 years ago
  42. ea7303e [X86] Fix unused variable warning in Release builds. NFC. by Benjamin Kramer · 7 years ago
  43. 8986b31 Update GettingStarted guide to recommend that people use the new by James Y Knight · 7 years ago
  44. f0a0953 Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors" by Nikita Popov · 7 years ago
  45. d2d60da [Object] Return a symbol_iterator, rather than a basic_symbol_iterator, from by Lang Hames · 7 years ago
  46. caa05ae [WebAssembly][FastISel] Do not assume naive CmpInst lowering by Thomas Lively · 7 years ago
  47. 6ff2604 [llvm-ar] Temporarily remove failing test which is breaking buildbots by Jordan Rupprecht · 7 years ago
  48. ec124e9 [CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors by Nikita Popov · 7 years ago
  49. 14bebff [opaque pointer types] Update GetElementPtr creation APIs to by James Y Knight · 7 years ago
  50. 4ed9d9e [opaque pointer types] Update LoadInst creation APIs to consistently by James Y Knight · 7 years ago
  51. 7a5d864 [opaque pointer types] Update InvokeInst creation APIs to consistently by James Y Knight · 7 years ago
  52. f806f42 [opaque pointer types] Update CallInst creation APIs to consistently by James Y Knight · 7 years ago
  53. 19263d1 [llvm-ar] Flatten thin archives. by Jordan Rupprecht · 7 years ago
  54. 8c1bb50 [SanitizerCoverage][NFC] Use appendToUsed instead of include by Jonathan Metzman · 7 years ago
  55. 4b787d7 [lit] llvm-lit.in: specify file encoding to UTF-8 by George Karpenkov · 7 years ago
  56. 532f8f4 [X86] Silence a -Wparentheses warning on gcc. NFC by Craig Topper · 7 years ago
  57. 004aa61 expand DIContext interface a bit by David Callahan · 7 years ago
  58. a368201 [llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functions by Roman Lebedev · 7 years ago
  59. e7868c9 [X86][SSSE3] Bailout of lowerVectorShuffleAsPermuteAndUnpack for shuffle-with-zero (PR40306) by Simon Pilgrim · 7 years ago
  60. fcee555 Ignore PhiNodes when mapping sample profile data by David Callahan · 7 years ago
  61. 7c395d1 [llvm-objcopy] [COFF] Remove unreferenced undefined externals with --strip-unneeded. by Martin Storsjo · 7 years ago
  62. f718430 [llvm-objcopy] [COFF] Test absolute symbols wrt --strip-unneeded and --discard-all. NFC. by Martin Storsjo · 7 years ago
  63. 89cc383 Revert "Merge branch 'arcpatch-D55094'" by David Callahan · 7 years ago
  64. fe1b097 [MC][X86] Add test case for invalid use of "(%dx)" operand. by Nirav Dave · 7 years ago
  65. c0b52ff [x86] lower extracted add/sub to horizontal vector math by Sanjay Patel · 7 years ago
  66. ad1cf6e Merge branch 'arcpatch-D55094' by David Callahan · 7 years ago
  67. f1309ff Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs." by Amara Emerson · 7 years ago
  68. 05aa561 gn build: Unbreak mac build after r350977 by Nico Weber · 7 years ago
  69. cfdd779 gn build: Fix path to gn.py in docs by Nico Weber · 7 years ago
  70. cbad289 cmake: Don't install plugins used for examples or tests by Tom Stellard · 7 years ago
  71. 332a269 [WebAssembly] Remove tests for old intrinsics. by Dan Gohman · 7 years ago
  72. 57f0c2c gn build: svn propset svn:executable on utils/gn/gn.py by Nico Weber · 7 years ago
  73. 7bc85db [WebAssembly] Remove old intrinsics by Dan Gohman · 7 years ago
  74. b197c2d [WebAssembly] Add a release notes blurb by Dan Gohman · 7 years ago
  75. 450250e [VFS] Disable unix-assuming VFS test on windows by Sam McCall · 7 years ago
  76. 3686b46 [X86] Add PR40306 shuffle test case by Simon Pilgrim · 7 years ago
  77. 4b3832c Reapply r345008 "Split MachinePipeliner code into header and cpp files" by Adrian Prantl · 7 years ago
  78. 4f613a6 Remove NameLen argument from newly-introduced IR C APIs. by James Y Knight · 7 years ago
  79. 7cae075 Reland "Refactor GetRegistersForValue. NFCI." by Nirav Dave · 7 years ago
  80. e84a99a [DAGCombiner] Add (sub_sat x, x) -> 0 combine by Simon Pilgrim · 7 years ago
  81. 70291ab [DAGCombiner] Enable sub saturation constant folding by Simon Pilgrim · 7 years ago
  82. dd81d19 [X86] Add sub saturation constant folding and self tests. by Simon Pilgrim · 7 years ago
  83. cfe0eb0 [DAGCombiner] Add add/sub saturation undef handling by Simon Pilgrim · 7 years ago
  84. 4b96a01 [VFS] Fix unused variable warning. NFC by Sam McCall · 7 years ago
  85. a4d2283 [MIPS GlobalISel] Fix release build make-check after r351046 by Petar Avramovic · 7 years ago
  86. c0c74af [DAGCombiner] add saturation instructions are commutative by Simon Pilgrim · 7 years ago
  87. 7a1a8bd [X86] Add add/sub saturation undef tests. by Simon Pilgrim · 7 years ago
  88. 38ab6cd gn build: Add gn.py wrapper script that adds --dotfile= and --root= parameters by Nico Weber · 7 years ago
  89. 1041c73 [DAGCombiner] Enable add saturation constant folding by Simon Pilgrim · 7 years ago
  90. 1ced556 [mips] Optimize shifts for types larger than GPR size (mips2/mips3) by Aleksandar Beserminji · 7 years ago
  91. 8f2514f [DebugInfo] Remove un-necessary logic from HoistThenElseCodeToIf by Jeremy Morse · 7 years ago
  92. fc46ecd [DAGCombiner] Add add saturation constant folding tests. by Simon Pilgrim · 7 years ago
  93. 40b75b2 [ARM GlobalISel] Import MOVi32imm into GlobalISel by Diana Picus · 7 years ago
  94. 09be36d [SelectionDAG] Add type sanity assertions for add/sub saturation node creation. by Simon Pilgrim · 7 years ago
  95. 1da08e2 [AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd try by David Stuttard · 7 years ago
  96. a490b3e [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  97. 08223c3 Replace "no-frame-pointer-*" function attributes with "frame-pointer" by Francis Visoiu Mistrih · 7 years ago
  98. ed000e3 [MIPS GlobalISel] Add pre legalizer combiner pass by Petar Avramovic · 7 years ago
  99. 987465b [BasicBlockUtils] Generalize DeleteDeadBlock to deal with multiple dead blocks by Max Kazantsev · 7 years ago
  100. 7fd3419 [llvm-symbolizer] Add -addresses, -a as aliases for -print-address by Dmitry Venikov · 7 years ago