1. db6ccb3 [ThinLTO] Add const qualifier to a couple of flag getter methods by Teresa Johnson · 7 years ago
  2. 2c5ef97 [AArch64][SVE] Asm: Support for gather PRF prefetch instructions by Sander de Smalen · 7 years ago
  3. fad0c9b [llvm-mca] Move definitions in FetchStage.cpp inside namespace mca. NFC by Andrea Di Biagio · 7 years ago
  4. a217383 [BasicAA] Fix handling of invariant group launders by Krzysztof Pszeniczny · 7 years ago
  5. a555456 [mips] Simplify some of the predicate scopes for (negative) multiply add/sub instructions (NFCI) by Simon Dardis · 7 years ago
  6. 02815c9 [mips] Join existing scopes for DecoderNamespace (NFCI) by Simon Dardis · 7 years ago
  7. fb66864 [llvm-mca] Fix perf regression after r332390. by Andrea Di Biagio · 7 years ago
  8. f392447 [llvm-exegesis] Fix unused variable warning in release mode. by Clement Courbet · 7 years ago
  9. f8b3684 AMDGPU: Custom lower v4i16/v4f16 vector operations by Matt Arsenault · 7 years ago
  10. cb037ef [SimplifyLibcalls] Replace locked IO with unlocked IO by David Bolvansky · 7 years ago
  11. 4e8768f [X86] Split WriteCvtI2F/WriteCvtF2I into I<->F32 and I<->F64 scheduler classes by Simon Pilgrim · 7 years ago
  12. f733c11 [LoopUnroll] Split out simplify code after Unroll into a new function. NFC by David Green · 7 years ago
  13. b148259 [GlobalISel][IRTranslator] Split aggregates during IR translation. by Amara Emerson · 7 years ago
  14. 75ca51b [llvm-mca] Regenerate tests after r332381 and r332361. NFC by Andrea Di Biagio · 7 years ago
  15. 54ec36d [mips] Add support for isBranchOffsetInRange and use it for MipsLongBranch by Simon Dardis · 7 years ago
  16. 3f4a74f [llvm-exegesis] Add a flag to output analysis csv to a file. by Clement Courbet · 7 years ago
  17. b25fd2f9 [AArch64] Support "S" inline assembler constraint by Peter Smith · 7 years ago
  18. 13e8f30 [llvm-mca] Remove redundant includes in Stage.h. by Andrea Di Biagio · 7 years ago
  19. 4683352 [AArch64][SVE] Asm: Support for structured LD2, LD3 and LD4 (scalar+scalar) load instructions. by Sander de Smalen · 7 years ago
  20. 5ae1438 Fix unused variable warning in r332437. by Clement Courbet · 7 years ago
  21. 9e38e3e Escape ]]> in xunit xml output by Alexander Richardson · 7 years ago
  22. 19d438a Emit a left-shift instead of a power-of-two multiply for jump-tables by Alexander Richardson · 7 years ago
  23. 13a2d87 [llvm-exegesis] Analysis: Display sched class for instructions. by Clement Courbet · 7 years ago
  24. e36fcd2 [X86][SSE] Fix tests for vector rotates by splat variable. by Simon Pilgrim · 7 years ago
  25. 1d6e8c7 [AArch64][SVE] Asm: Support for contiguous PRF prefetch instructions. by Sander de Smalen · 7 years ago
  26. c4ffad9 [Unix] Indent ChangeStd{in,out}ToBinary. by Fangrui Song · 7 years ago
  27. a899e8e Remove unused variable introduced in r332336 by Mikael Holmen · 7 years ago
  28. c69e359 [ObjCARC] Prevent code motion into a catchswitch by Shoaib Meenai · 7 years ago
  29. 0302e7b Revert "Signal handling should be signal-safe" by JF Bastien · 7 years ago
  30. b6035672 Signal handling should be signal-safe by JF Bastien · 7 years ago
  31. 1187b9b [DebugInfo] Only handle DBG_VALUE in InlineSpiller. by Shiva Chen · 7 years ago
  32. 9cbab96 Fix LSR compile time hang. by Evgeny Stupachenko · 7 years ago
  33. 98ccabb remove output xml incase it is leftover from another run by Chris Matthews · 7 years ago
  34. ba7d439 Use not to catch unexpected pass as well as remove old test results by Chris Matthews · 7 years ago
  35. 3aa3080 ARM: Remove unnecessary argument. NFCI. by Peter Collingbourne · 7 years ago
  36. 942907d ARM: Deduplicate code and remove unnecessary declaration. NFCI. by Peter Collingbourne · 7 years ago
  37. a76b6de [Debugify] Fix test failing after r332416 by Anastasis Grammenos · 7 years ago
  38. d146023 [Debugfiy] Print the pass name next to the result by Anastasis Grammenos · 7 years ago
  39. b79d2cf [MachineOutliner] Add optsize markings to outlined functions. by Eli Friedman · 7 years ago
  40. 27b0d8a [X86][SSE] Add tests for vector rotates by splat variable. by Simon Pilgrim · 7 years ago
  41. 732896d [AMDGPU] Fix handling of void types in isLegalAddressingMode by Stanislav Mekhanoshin · 7 years ago
  42. 382e5e7 [InstCombine] fix binop (shuffle X), C --> shuffle (binop X, C') to check uses by Sanjay Patel · 7 years ago
  43. 4883de9 [WebAssembly] Provide WasmFunction content offset information. by Sam Clegg · 7 years ago
  44. 8037fc4 AMDGPU: Add a missing test for the 128-bit local addr space option by Marek Olsak · 7 years ago
  45. 13ec17e StructurizeCFG: fix inverting conditions by Marek Olsak · 7 years ago
  46. 0d00bdb [msan] Instrument masked.store, masked.load intrinsics. by Evgeniy Stepanov · 7 years ago
  47. fd83828 Move helper classes into anonymous namespaces. NFCI. by Benjamin Kramer · 7 years ago
  48. e8d6f34 [InstCombine] clean up code for binop-shuffle transforms; NFCI by Sanjay Patel · 7 years ago
  49. bcc9a74 [llvm-objcopy] Add --only-keep-debug as a noop by Jake Ehrlich · 7 years ago
  50. 8d19d13 [AArch64] Improve single vector lane unscaled stores by Evandro Menezes · 7 years ago
  51. 63f181a [InstCombine] add more tests for binop-shuffle; NFC by Sanjay Patel · 7 years ago
  52. 201b4e4 [DAGCombine] Move load checks on store of loads into candidate search. NFCI. by Nirav Dave · 7 years ago
  53. 91518dd Nios2: Unbreak build. by Peter Collingbourne · 7 years ago
  54. 1b9c943 [llvm-mca] Introduce a pipeline Stage class and FetchStage. by Matt Davis · 7 years ago
  55. d5ae6a3 [x86][eflags] Fix PR37431 by teaching the EFLAGS copy lowering to by Chandler Carruth · 7 years ago
  56. 16952fe Use perfect forwarding to deduplicate code in unit test. NFC. by Benjamin Kramer · 7 years ago
  57. c924185 AMDGPU: Fix v_dot{4, 8}* instruction encoding by Konstantin Zhuravlyov · 7 years ago
  58. 65de7bd [llvm-rc] Add support for the optional CLASS statement for dialogs by Martin Storsjo · 7 years ago
  59. 26e0acd [MemorySSA] Don't sort IDF blocks. by Michael Zolotukhin · 7 years ago
  60. eebfacb [llvm-mca] use a formatted_raw_ostream to insert padding and get rid of tabs. NFC by Andrea Di Biagio · 7 years ago
  61. d915812 AMDGPU/GlobalISel: Implement select() for G_FCONSTANT by Tom Stellard · 7 years ago
  62. e8cfe22 AMDGPU: Add disasm tests for deep learning instructions + fix v_fmac_f32 disasm by Konstantin Zhuravlyov · 7 years ago
  63. 0429130 [X86] Split WriteCvtF2F into F32->F64 and F64->F32 scheduler classes by Simon Pilgrim · 7 years ago
  64. faad403 [InstCombine] fix binop-of-shuffles to check uses by Sanjay Patel · 7 years ago
  65. 1e7a393 [InstCombine] add multi-use shuffle tests and regenerate checks; NFC by Sanjay Patel · 7 years ago
  66. b50d67b [Hexagon] Remove unused function from subtarget by Krzysztof Parzyszek · 7 years ago
  67. 3069e4e Rename three cxx files in unittests to cpp. by Nico Weber · 7 years ago
  68. 9b2ede6 [AArch64] Fix mir test case liveins info. by Geoff Berry · 7 years ago
  69. 7114241 [Hexagon] Remove unused flag from subtarget and (non)corresponding test by Krzysztof Parzyszek · 7 years ago
  70. 1cc744a [mips] Mark select instructions correctly by Simon Dardis · 7 years ago
  71. 3529d77 [llvm-mca] Strip leading tabs and spaces from instruction strings before printing. NFC by Andrea Di Biagio · 7 years ago
  72. f46201d [DAG] propagate FMF for all FPMathOperators by Sanjay Patel · 7 years ago
  73. c2faa70 [X86] Split off F16C WriteCvtPH2PS/WriteCvtPS2PH scheduler classes by Simon Pilgrim · 7 years ago
  74. 5fe8b27 [llvm-objcopy] Add --keep-symbol (-K) option by Paul Semel · 7 years ago
  75. 8206b0c Fix broken asan Support tests by Eric Liu · 7 years ago
  76. d3664ea Reapply "DWARFVerifier: Check "completeness" of .debug_names section" by Pavel Labath · 7 years ago
  77. bb3b3c2 [llvm-exegesis] Split AsmTemplate.Name into components. by Clement Courbet · 7 years ago
  78. 482be99 [llvm-mca][x86] Add F16C instruction tests by Simon Pilgrim · 7 years ago
  79. a206567 Fix compilation under pre-c++14 gccs. by Clement Courbet · 7 years ago
  80. ea4e63b Fix r332344: only the native target is linked. by Clement Courbet · 7 years ago
  81. fc0362a [llvm-exegesis] Add an analysis mode. by Clement Courbet · 7 years ago
  82. 51c1b40 [MergeFunctions] Fix merging of small weak functions by whitequark · 7 years ago
  83. 4c447f3 [mips] Fix formatting of floating point conversion patterns by Simon Dardis · 7 years ago
  84. 3319b10 [mips] Add disassembly support for comparison instructions by Simon Dardis · 7 years ago
  85. e9a999e [mips] Fix predicates of mfc1, mtc1 instructions by Simon Dardis · 7 years ago
  86. bc7b3f4 [llvm-mca] Remove unused include header files. NFC by Andrea Di Biagio · 7 years ago
  87. 3ba603c [X86] Improve unsigned saturation downconvert detection. by Artur Gainullin · 7 years ago
  88. 15038de [llvm-mca] Add file header to RetireControlUnit.cpp. by Andrea Di Biagio · 7 years ago
  89. 6357b5f [llvm-exegesis] InMemoryAssembler: handle return-less targets (e.g. arm). by Clement Courbet · 7 years ago
  90. 4021505 [llvm-exegesis] Check perf event validity. by Clement Courbet · 7 years ago
  91. 370633f [llvm-rc] Add support for parsing memory flags by Martin Storsjo · 7 years ago
  92. ce63874 [llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for icons by Martin Storsjo · 7 years ago
  93. ac0fd1e [X86] Add fast isel tests for some of the avx512 truncate intrinsics to match current clang codegen. by Craig Topper · 7 years ago
  94. 929e745 [NFC] pull a function into its own lambda by JF Bastien · 7 years ago
  95. 54e2a7e [NFC] Update comments by JF Bastien · 7 years ago
  96. b6cd9b4 [X86] Revert part of r332267: Remove GCCBuiltin from the intrinsics that clang stopped using in r332266. by Craig Topper · 7 years ago
  97. 90842de [RISCV] Define FeatureRelax and shouldForceRelocation for RISCV linker relaxation by Shiva Chen · 7 years ago
  98. ca3e13c [NFC] Add const to method signature by Max Kazantsev · 7 years ago
  99. 77b93b3 Fix debug build by adding missing dependencies on libBinaryFormat by Sam Clegg · 7 years ago
  100. b12dd1f [Debugify] Add -debugify-each for testing each pass in a pipeline by Vedant Kumar · 7 years ago