1. a678116 [X86] Remove some code from fast isel that is no longer needed with i1 being an illegal type. by Craig Topper · 8 years ago
  2. ac2dfaf [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer by Matt Morehouse · 8 years ago
  3. 2ccb804 Revert r312139 "Verifier: Verify the correctness of fragment expressions attached to globals." by Hans Wennborg · 8 years ago
  4. 7875e9f [ARM] Replace fixed-size SmallSet with a bitset. by Benjamin Kramer · 8 years ago
  5. 73dd3b8 AMDGPU: Correct operand types for v_mad_mix* by Matt Arsenault · 8 years ago
  6. 92b6b15 Revert r312154 "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"" by Hans Wennborg · 8 years ago
  7. aa892fd Simplify writeArchive return type. by Rui Ueyama · 8 years ago
  8. 564f4d8 Fix test after rL312144 by Konstantin Zhuravlyov · 8 years ago
  9. e6ed980 [InstCombine] add more vector demand examples; NFC by Sanjay Patel · 8 years ago
  10. 9863705 SelectionDAG: Emit correct debug info for multi-register function arguments. by Adrian Prantl · 8 years ago
  11. b5b9823 [IR] Don't print "!DIExpression() = !DIExpression()" when dumping by Reid Kleckner · 8 years ago
  12. 5c6206f Refactor DIBuilder::createFragmentExpression into a static DIExpression member by Adrian Prantl · 8 years ago
  13. 5d79590 [ARM] Use Swift error registers on non-Darwin targets by Brian Gesiak · 8 years ago
  14. c1e0b4f [WebAssembly] Update debug info test after r312144 by Derek Schuff · 8 years ago
  15. 36fa01b NewGVN: Make sure we add the correct user if we swapped the comparison operands by Daniel Berlin · 8 years ago
  16. 01a26ff NewGVN: Allow simplification into variables by Daniel Berlin · 8 years ago
  17. be7fdad [GISel]: Add a clean up combiner during legalization. by Aditya Nandakumar · 8 years ago
  18. 065862a [GVNSink] Remove dependency on SmallPtrSet iteration order. by Benjamin Kramer · 8 years ago
  19. 62c7c25 Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding" by Geoff Berry · 8 years ago
  20. 08c4fd3 [X86] Remove unneed AVX512 check from fast isel. by Craig Topper · 8 years ago
  21. 3e170f0 [WebAssembly] Add target feature for atomics by Derek Schuff · 8 years ago
  22. 69e607f Canonicalize the representation of empty an expression in DIGlobalVariableExpression by Adrian Prantl · 8 years ago
  23. ec6b6f4 [codeview] make DbgVariableLocation::extractFromMachineInstruction use Optional by Bob Haarman · 8 years ago
  24. d3f69d7 docs: remove dead doxygen tarball link by Hans Wennborg · 8 years ago
  25. 29126d9 Verifier: Verify the correctness of fragment expressions attached to globals. by Adrian Prantl · 8 years ago
  26. f9a2a4b [AVX512] Don't use 32-bit elements version of AND/OR/XOR/ANDN during isel unless we're matching a masked op or broadcast by Craig Topper · 8 years ago
  27. 4c877ef [X86] Remove GCCBuiltin for some intrinsics that aren't used by clang. Add TODO to remove them. by Craig Topper · 8 years ago
  28. 7f372fd [GlobalISel][X86] Support variadic function call. by Igor Breger · 8 years ago
  29. b3e25ce Re-land MachineInstr: Reason locally about some memory objects before going to AA. by Balaram Makam · 8 years ago
  30. 17f4bfb [InstCombine] remove unnecessary vector select fold; NFCI by Sanjay Patel · 8 years ago
  31. ccd99b4 fix more typos; NFC by Sanjay Patel · 8 years ago
  32. b987f880 fix typos; NFC by Sanjay Patel · 8 years ago
  33. e17ef29 [MIPS] Add support to match more patterns for BBIT instruction by Strahinja Petrovic · 8 years ago
  34. 7853207 [InstCombine] Fold insert sequence if first ins has multiple users. by Florian Hahn · 8 years ago
  35. 722a758 [AArch64] allow v4f16 types when FullFP16 is supported by Sjoerd Meijer · 8 years ago
  36. 65eb760 [X86][Skylake] Fixing duplicated prefixes in the run command of Code Gen regression tests by Gadi Haber · 8 years ago
  37. e841c28 [AVX512] Correct isel patterns to support selecting masked vbroadcastf32x2/vbroadcasti32x2 by Craig Topper · 8 years ago
  38. d3803a9 [AVX512] Use 256-bit extract instructions for extracting bits [255:128] from a 512-bit register by Craig Topper · 8 years ago
  39. 4dde563 [X86] Apply SlowIncDec feature to Sandybridge/Ivybridge CPUs as well by Craig Topper · 8 years ago
  40. a821548 [cfi] Fixed non-determinism in codegen due to DenseSet iteration order by Mandeep Singh Grang · 8 years ago
  41. 3ccd12e [X86] Provide a separate feature bit for macro fusion support instead of basing it on the AVX flag by Craig Topper · 8 years ago
  42. b0edfb8 AMDGPU: Don't look for DS merge candidates with one use address by Matt Arsenault · 8 years ago
  43. 0a4c4f2 [AMDGPU] Use v_max_f* for fcanonicalize by Stanislav Mekhanoshin · 8 years ago
  44. 923dbc9 [TableGen] Fix a range based for loop to take the value by reference so that SimplifyTree can modify the copy in the array if its needs to. by Craig Topper · 8 years ago
  45. 90ea18a AMDGPU: Select clamp pattern with v2f16 by Matt Arsenault · 8 years ago
  46. eb73554 [Orc] Fix member variable ordering issue in OrcMCJITReplacement. by Lang Hames · 8 years ago
  47. cfcd4a3 [Error] Add an optional error message to cantFail. by Lang Hames · 8 years ago
  48. e23f91a [X86] Finish the subtarget and predicate implementation of CLWB. by Craig Topper · 8 years ago
  49. 81f2a10 [codeview] add missing break in CodeGen/AsmPrinter/DebugHandlerBase.cpp by Bob Haarman · 8 years ago
  50. aa1a72d [cfi] Avoid branch veneers in jump tables when possible. by Evgeniy Stepanov · 8 years ago
  51. 7cf6af5 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  52. 21f4a97 [cfi] Build __cfi_check as Thumb when applicable. by Evgeniy Stepanov · 8 years ago
  53. 65a4721 Fix the dwarfdump test so that it passes in its new location by Reid Kleckner · 8 years ago
  54. 71bf2c2 Move dwarfdump test to DebugInfo/X86 now that it looks for x86 register names by Reid Kleckner · 8 years ago
  55. 4e044bf Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer" by Matt Morehouse · 8 years ago
  56. 0488e47 [LoopUnswitch] Fix a simple bug which disables loop unswitch for select statement by Wei Mi · 8 years ago
  57. 943b3d4 Fix indentation of find_first_existing_vc_file by Reid Kleckner · 8 years ago
  58. 87b9591 [cmake] Stop putting the revision info in LLVM_VERSION_STRING by Reid Kleckner · 8 years ago
  59. e6c9ef3 [dwarfdump] Pretty print location expressions and location lists by Reid Kleckner · 8 years ago
  60. e5eabbf AMDGPU: Fix typo by Matt Arsenault · 8 years ago
  61. f9a69ed Simplify test case, so that it works for both trunk and release-5.0. by Joerg Sonnenberger · 8 years ago
  62. e769623 [NFC] clang-format llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp by Bob Haarman · 8 years ago
  63. ebcb588 Reland r311957 [codeview] support more DW_OPs for more complete debug info by Bob Haarman · 8 years ago
  64. 1539440 [FunctionImport] Avoid unused variable warnings in Release builds by Benjamin Kramer · 8 years ago
  65. c95fd24 [SimplifyCFG] Fix for PR34219: Preserve alignment after merging conditional stores. by Alexey Bataev · 8 years ago
  66. 505883f [llvm-rc] Fix DIALOG(EX) parsing ability (parser, pt 5/8). by Marek Sokolowski · 8 years ago
  67. db26686 [docs] Fix Scudo documentation error by Kostya Kortchinsky · 8 years ago
  68. 50a9486 [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer by Matt Morehouse · 8 years ago
  69. a135575 Update Scudo allocator documentation. by Kostya Kortchinsky · 8 years ago
  70. 3ff9c13 [InstCombine] Support vector splats in transformZExtICmp by Craig Topper · 8 years ago
  71. 6116180 [DAG] Bound loop dependence check in merge optimization. by Hans Wennborg · 8 years ago
  72. 39c1ebd [ThinLTO] Clean up stale alias import handling by Teresa Johnson · 8 years ago
  73. fac36eb [LoopUnroll] Make the test for PR33437 actually useful. by Davide Italiano · 8 years ago
  74. 42defb6 [PGO] Fixed non-determinism with DenseSet storing function importing info. by Ana Pazos · 8 years ago
  75. ae0931e Fix build of llvm-mc-assemble/disassemble-fuzzer by Justin Bogner · 8 years ago
  76. 7ca5fcc [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8). by Marek Sokolowski · 8 years ago
  77. e99d47f [X86] Fix copy pasto from r311841. Call getOnesVector instead of getZeroVector. by Craig Topper · 8 years ago
  78. 31ec888 Add null check for promoted direct call by Dehao Chen · 8 years ago
  79. a67ad7b [SimplifyCFG] Update initial test for better testing of the fix for by Alexey Bataev · 8 years ago
  80. 1bf0915 [Instruction] add moveAfter() convenience function; NFCI by Sanjay Patel · 8 years ago
  81. d0babe3 [X86] Add a test cases to demonstrate selecting GPR instructions when by Guy Blank · 8 years ago
  82. 3fbcc06 [X86] Adding a test to demonstrate aggressive folding for LEA facotrization. by Jatin Bhateja · 8 years ago
  83. a403b9f [ARM] - Tidy-up ARMAsmPrinter.cpp by Javed Absar · 8 years ago
  84. d29af7c [ARM] GlobalISel: Select globals in PIC mode by Diana Picus · 8 years ago
  85. 86e5102 [ARM] GlobalISel: Rename tests. NFC. by Diana Picus · 8 years ago
  86. 1de13c0 Revert "The current version of LLVM X86 disassembler incorrectly interprets some possible sets of x86 prefixes. This patch is the first step to close PR7709 and PR17697. There will be next patch(es) to close relative PRs." temporarily while some regressions are addressed. by Eric Christopher · 8 years ago
  87. b074309 [LSR] Fix Shadow IV in case of integer overflow by Max Kazantsev · 8 years ago
  88. a540c13 [InstCombine] Uncomment two test cases that were commented out with a TODO about them not optimizing. by Craig Topper · 8 years ago
  89. e758058 [NFC] Fix indents in test by Max Kazantsev · 8 years ago
  90. 768c0b6 [NFC] Refactor ShadowIV test to use FileCheck by Max Kazantsev · 8 years ago
  91. 57c0ea3 Mark Knights Landing as having slow two memory operand instructions by Craig Topper · 8 years ago
  92. 66afa97 Revert "[codeview] support more DW_OPs for more complete debug info" by Bob Haarman · 8 years ago
  93. 4d4211e Revert "[codeview] don't try to emit variable locations without registers" by Bob Haarman · 8 years ago
  94. eda7256 Reland "[llvm] Add symbol table support to llvm-objcopy" by Petr Hosek · 8 years ago
  95. cb99b8b Enable building LLVMgold.dll under mingw. by Stephen Hines · 8 years ago
  96. 3b1f204 [Bash-autocompletion] Add support for -std= by Yuka Takahashi · 8 years ago
  97. 20e39f8 [codeview] don't try to emit variable locations without registers by Bob Haarman · 8 years ago
  98. 1579963 fix llvm-dwarfdump-fuzzer.cpp to use the current libFuzzer API by Kostya Serebryany · 8 years ago
  99. 0e3a936 Re-apply "Fix cmake check for futimens when deploying to earlier macOS releases." by Juergen Ributzka · 8 years ago
  100. ca0aa25 Implement llvm-isel-fuzzer for fuzzing instruction selection by Justin Bogner · 8 years ago