1. e36fcd2 [X86][SSE] Fix tests for vector rotates by splat variable. by Simon Pilgrim · 7 years ago
  2. 1d6e8c7 [AArch64][SVE] Asm: Support for contiguous PRF prefetch instructions. by Sander de Smalen · 7 years ago
  3. c4ffad9 [Unix] Indent ChangeStd{in,out}ToBinary. by Fangrui Song · 7 years ago
  4. a899e8e Remove unused variable introduced in r332336 by Mikael Holmen · 7 years ago
  5. c69e359 [ObjCARC] Prevent code motion into a catchswitch by Shoaib Meenai · 7 years ago
  6. 0302e7b Revert "Signal handling should be signal-safe" by JF Bastien · 7 years ago
  7. b6035672 Signal handling should be signal-safe by JF Bastien · 7 years ago
  8. 1187b9b [DebugInfo] Only handle DBG_VALUE in InlineSpiller. by Shiva Chen · 7 years ago
  9. 9cbab96 Fix LSR compile time hang. by Evgeny Stupachenko · 7 years ago
  10. 98ccabb remove output xml incase it is leftover from another run by Chris Matthews · 7 years ago
  11. ba7d439 Use not to catch unexpected pass as well as remove old test results by Chris Matthews · 7 years ago
  12. 3aa3080 ARM: Remove unnecessary argument. NFCI. by Peter Collingbourne · 7 years ago
  13. 942907d ARM: Deduplicate code and remove unnecessary declaration. NFCI. by Peter Collingbourne · 7 years ago
  14. a76b6de [Debugify] Fix test failing after r332416 by Anastasis Grammenos · 7 years ago
  15. d146023 [Debugfiy] Print the pass name next to the result by Anastasis Grammenos · 7 years ago
  16. b79d2cf [MachineOutliner] Add optsize markings to outlined functions. by Eli Friedman · 7 years ago
  17. 27b0d8a [X86][SSE] Add tests for vector rotates by splat variable. by Simon Pilgrim · 7 years ago
  18. 732896d [AMDGPU] Fix handling of void types in isLegalAddressingMode by Stanislav Mekhanoshin · 7 years ago
  19. 382e5e7 [InstCombine] fix binop (shuffle X), C --> shuffle (binop X, C') to check uses by Sanjay Patel · 7 years ago
  20. 4883de9 [WebAssembly] Provide WasmFunction content offset information. by Sam Clegg · 7 years ago
  21. 8037fc4 AMDGPU: Add a missing test for the 128-bit local addr space option by Marek Olsak · 7 years ago
  22. 13ec17e StructurizeCFG: fix inverting conditions by Marek Olsak · 7 years ago
  23. 0d00bdb [msan] Instrument masked.store, masked.load intrinsics. by Evgeniy Stepanov · 7 years ago
  24. fd83828 Move helper classes into anonymous namespaces. NFCI. by Benjamin Kramer · 7 years ago
  25. e8d6f34 [InstCombine] clean up code for binop-shuffle transforms; NFCI by Sanjay Patel · 7 years ago
  26. bcc9a74 [llvm-objcopy] Add --only-keep-debug as a noop by Jake Ehrlich · 7 years ago
  27. 8d19d13 [AArch64] Improve single vector lane unscaled stores by Evandro Menezes · 7 years ago
  28. 63f181a [InstCombine] add more tests for binop-shuffle; NFC by Sanjay Patel · 7 years ago
  29. 201b4e4 [DAGCombine] Move load checks on store of loads into candidate search. NFCI. by Nirav Dave · 7 years ago
  30. 91518dd Nios2: Unbreak build. by Peter Collingbourne · 7 years ago
  31. 1b9c943 [llvm-mca] Introduce a pipeline Stage class and FetchStage. by Matt Davis · 7 years ago
  32. d5ae6a3 [x86][eflags] Fix PR37431 by teaching the EFLAGS copy lowering to by Chandler Carruth · 7 years ago
  33. 16952fe Use perfect forwarding to deduplicate code in unit test. NFC. by Benjamin Kramer · 7 years ago
  34. c924185 AMDGPU: Fix v_dot{4, 8}* instruction encoding by Konstantin Zhuravlyov · 7 years ago
  35. 65de7bd [llvm-rc] Add support for the optional CLASS statement for dialogs by Martin Storsjo · 7 years ago
  36. 26e0acd [MemorySSA] Don't sort IDF blocks. by Michael Zolotukhin · 7 years ago
  37. eebfacb [llvm-mca] use a formatted_raw_ostream to insert padding and get rid of tabs. NFC by Andrea Di Biagio · 7 years ago
  38. d915812 AMDGPU/GlobalISel: Implement select() for G_FCONSTANT by Tom Stellard · 7 years ago
  39. e8cfe22 AMDGPU: Add disasm tests for deep learning instructions + fix v_fmac_f32 disasm by Konstantin Zhuravlyov · 7 years ago
  40. 0429130 [X86] Split WriteCvtF2F into F32->F64 and F64->F32 scheduler classes by Simon Pilgrim · 7 years ago
  41. faad403 [InstCombine] fix binop-of-shuffles to check uses by Sanjay Patel · 7 years ago
  42. 1e7a393 [InstCombine] add multi-use shuffle tests and regenerate checks; NFC by Sanjay Patel · 7 years ago
  43. b50d67b [Hexagon] Remove unused function from subtarget by Krzysztof Parzyszek · 7 years ago
  44. 3069e4e Rename three cxx files in unittests to cpp. by Nico Weber · 7 years ago
  45. 9b2ede6 [AArch64] Fix mir test case liveins info. by Geoff Berry · 7 years ago
  46. 7114241 [Hexagon] Remove unused flag from subtarget and (non)corresponding test by Krzysztof Parzyszek · 7 years ago
  47. 1cc744a [mips] Mark select instructions correctly by Simon Dardis · 7 years ago
  48. 3529d77 [llvm-mca] Strip leading tabs and spaces from instruction strings before printing. NFC by Andrea Di Biagio · 7 years ago
  49. f46201d [DAG] propagate FMF for all FPMathOperators by Sanjay Patel · 7 years ago
  50. c2faa70 [X86] Split off F16C WriteCvtPH2PS/WriteCvtPS2PH scheduler classes by Simon Pilgrim · 7 years ago
  51. 5fe8b27 [llvm-objcopy] Add --keep-symbol (-K) option by Paul Semel · 7 years ago
  52. 8206b0c Fix broken asan Support tests by Eric Liu · 7 years ago
  53. d3664ea Reapply "DWARFVerifier: Check "completeness" of .debug_names section" by Pavel Labath · 7 years ago
  54. bb3b3c2 [llvm-exegesis] Split AsmTemplate.Name into components. by Clement Courbet · 7 years ago
  55. 482be99 [llvm-mca][x86] Add F16C instruction tests by Simon Pilgrim · 7 years ago
  56. a206567 Fix compilation under pre-c++14 gccs. by Clement Courbet · 7 years ago
  57. ea4e63b Fix r332344: only the native target is linked. by Clement Courbet · 7 years ago
  58. fc0362a [llvm-exegesis] Add an analysis mode. by Clement Courbet · 7 years ago
  59. 51c1b40 [MergeFunctions] Fix merging of small weak functions by whitequark · 7 years ago
  60. 4c447f3 [mips] Fix formatting of floating point conversion patterns by Simon Dardis · 7 years ago
  61. 3319b10 [mips] Add disassembly support for comparison instructions by Simon Dardis · 7 years ago
  62. e9a999e [mips] Fix predicates of mfc1, mtc1 instructions by Simon Dardis · 7 years ago
  63. bc7b3f4 [llvm-mca] Remove unused include header files. NFC by Andrea Di Biagio · 7 years ago
  64. 3ba603c [X86] Improve unsigned saturation downconvert detection. by Artur Gainullin · 7 years ago
  65. 15038de [llvm-mca] Add file header to RetireControlUnit.cpp. by Andrea Di Biagio · 7 years ago
  66. 6357b5f [llvm-exegesis] InMemoryAssembler: handle return-less targets (e.g. arm). by Clement Courbet · 7 years ago
  67. 4021505 [llvm-exegesis] Check perf event validity. by Clement Courbet · 7 years ago
  68. 370633f [llvm-rc] Add support for parsing memory flags by Martin Storsjo · 7 years ago
  69. ce63874 [llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for icons by Martin Storsjo · 7 years ago
  70. ac0fd1e [X86] Add fast isel tests for some of the avx512 truncate intrinsics to match current clang codegen. by Craig Topper · 7 years ago
  71. 929e745 [NFC] pull a function into its own lambda by JF Bastien · 7 years ago
  72. 54e2a7e [NFC] Update comments by JF Bastien · 7 years ago
  73. b6cd9b4 [X86] Revert part of r332267: Remove GCCBuiltin from the intrinsics that clang stopped using in r332266. by Craig Topper · 7 years ago
  74. 90842de [RISCV] Define FeatureRelax and shouldForceRelocation for RISCV linker relaxation by Shiva Chen · 7 years ago
  75. ca3e13c [NFC] Add const to method signature by Max Kazantsev · 7 years ago
  76. 77b93b3 Fix debug build by adding missing dependencies on libBinaryFormat by Sam Clegg · 7 years ago
  77. b12dd1f [Debugify] Add -debugify-each for testing each pass in a pipeline by Vedant Kumar · 7 years ago
  78. 9897943 [CommandLine] Error message for incorrect PositionalEatArgs usage by Keno Fischer · 7 years ago
  79. b67613e [WebAssembly] Move toString helpers to BinaryFormat by Sam Clegg · 7 years ago
  80. 67ebb42 Revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  81. abb2646 [InstCombine] fix crash due to ignored addrspacecast by Keno Fischer · 7 years ago
  82. 26b9bb1 [AArch64] enhance test to show FMF loss; NFC by Sanjay Patel · 7 years ago
  83. 8fa6fca [Option] Fix PR37006 prefix choice in findNearest by Brian Gesiak · 7 years ago
  84. 4fc07cd [ARM] Back up R4 and LR if calling the stack probe function by Martin Storsjo · 7 years ago
  85. 962213d [llvm-rc] Add missing inputs for tag-icon-cursor.test. by Martin Storsjo · 7 years ago
  86. 086018d [CodeView] Improve debugging of virtual base class member variables by Brock Wyma · 7 years ago
  87. e6979f2 [PowerPC] add more tests for FMF propagation; NFC by Sanjay Patel · 7 years ago
  88. 415c71b [Hexagon] Add a target feature to control using small data section by Krzysztof Parzyszek · 7 years ago
  89. b4e7a42 [Hexagon] Add a target feature for generating new-value stores by Krzysztof Parzyszek · 7 years ago
  90. 9899206 [DWARF] Factor out a DWARFUnitHeader class. NFC by Paul Robinson · 7 years ago
  91. 1a08936 [Hexagon] Add a target feature for memop generation by Krzysztof Parzyszek · 7 years ago
  92. 86cf232 Hexagon: Put relocations after instructions not packets. by Sid Manning · 7 years ago
  93. 3220080 Inline a few CMake variables into their only uses. by Nico Weber · 7 years ago
  94. 27ff622 Remove a workaround that should be unneeded after r202806. by Nico Weber · 7 years ago
  95. 5fdb3b2 [X86] Add NT load/store scheduler classes by Simon Pilgrim · 7 years ago
  96. fb89f7e alphabetize list by Nico Weber · 7 years ago
  97. 28daf68 [X86] Remove and autoupgrade avx512.vbroadcast.ss/avx512.vbroadcast.sd intrinsics. by Craig Topper · 7 years ago
  98. 6d6fe22 [llvm-mca][X86] Add missing SSE4A test file by Simon Pilgrim · 7 years ago
  99. 35ba3b0 [X86][BtVer2] Fix MMX/YMM integer vector nt store schedules by Simon Pilgrim · 7 years ago
  100. f33e915 [X86] Remove GCCBuiltin from the intrinsics that clang stopped using in r332266. by Craig Topper · 7 years ago