1. 9393d4d [InstSimplify] regenerate checks; NFC by Sanjay Patel · 8 years ago
  2. 175106b [mips] Add unitests to check parsing MIPS triples. NFC by Simon Atanasyan · 8 years ago
  3. cc31faa Add options to dump PGO counts in text. by Hiroshi Yamauchi · 8 years ago
  4. bca2a43 [ThinLTO] AliasSummary should not have any references by Teresa Johnson · 8 years ago
  5. 040cfb4 ThinLTO: Correctly follow aliasee references when dead stripping. by Peter Collingbourne · 8 years ago
  6. 87e117d Convenience/safety fix for llvm::sys::Execute(And|No)Wait by Alexander Kornienko · 8 years ago
  7. f6e4c7d Fix bot failures by requiring x86 target in new test by Teresa Johnson · 8 years ago
  8. 32ce91c [ThinLTO] For SamplePGO, need to handle ICP targets consistently in thin link by Teresa Johnson · 8 years ago
  9. 66341b5 [mips] correct operand range for DINSM instruction by Petar Jovanovic · 8 years ago
  10. db48628 [MachineScheduler] Put SchedRegion in an anonymous namespace. by Mikael Holmen · 8 years ago
  11. 16a8e06 [Power9] Add missing instructions: extswsli, popcntb by Stefan Pintilie · 8 years ago
  12. 552028f [llvm-objdump] Fix memory leaks in macho dump by Francis Ricci · 8 years ago
  13. 143e1f1 [MachO] Prevent heap overflow when load command extends past EOF by Jonas Devlieghere · 8 years ago
  14. 8a07ca8 [X86][Skylake] Replacing -mcpu=skx by -mattr in a codegen test. NFC. by Gadi Haber · 8 years ago
  15. ae7945d [X86][FMA4] Test FMA4 commutation with repeated ops as well as FMA3 by Simon Pilgrim · 8 years ago
  16. b17d6db [X86][FMA] Added *213 fma instructions to scheduling tests by Simon Pilgrim · 8 years ago
  17. 0a82c73 [MiSched|TableGen] : Tidy up and modernise. NFC. by Javed Absar · 8 years ago
  18. d266307 [dwarfdump] Rename Brief to Verbose in DIDumpOptions by Jonas Devlieghere · 8 years ago
  19. 15d724a [X86][Skylake][KNL] Updating code gen regression test to use the KNL and SKYLAKE prefixes. NFC. by Gadi Haber · 8 years ago
  20. 46110d9 [X86][Skylake][KNL] Updating code gen regression test to use the KNL and SKYLAKE prefixes. NFC. by Gadi Haber · 8 years ago
  21. 3170254 NFC. by Gadi Haber · 8 years ago
  22. 9c34723 [GlobalISel][X86] support G_FPEXT operation. by Igor Breger · 8 years ago
  23. a01e768 [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm) by Uriel Korach · 8 years ago
  24. bddbeac [X86] Adding X86 Processor Families by Mohammed Agabaria · 8 years ago
  25. e239c0c [X86] Add explicit mc-encoding checks to X86/viabs.ll. NFC. by Uriel Korach · 8 years ago
  26. 4fd5a7b [X86] Make sure we emit a SUBREG_TO_REG after the MOV32ri when creating a BEXTR64rr instruction from a shift/and pair. by Craig Topper · 8 years ago
  27. 3254c74 [X86 CodeGen] Optimization of ZeroExtendLoad for v2i8 vector by Elena Demikhovsky · 8 years ago
  28. 3c0fd8c [LV] Fix PR34523 - avoid generating redundant selects by Ayal Zaks · 8 years ago
  29. f844eac [GVNHoist] Factor out reachability to search for anticipable instructions quickly by Aditya Kumar · 8 years ago
  30. 16aceb8 [llvm-objcopy] Add e_machine validity check for reserved section indexes by Petr Hosek · 8 years ago
  31. 7f15442 [X86] Use isUInt<32> to simplify some code. NFC by Craig Topper · 8 years ago
  32. 71d2001 Fix dwarfdump cmdline test on Windows by Reid Kleckner · 8 years ago
  33. 07192e9 [ARC] Prepare the implementation of relocation for LLD by Leslie Zhai · 8 years ago
  34. 5b3b7ed [InstCombine] Add a flag to disable LowerDbgDeclare by Reid Kleckner · 8 years ago
  35. b684580 [Fuchsia] Magenta -> Zircon by Petr Hosek · 8 years ago
  36. c1e866c [WebAssembly] Add sign extend instructions from atomics proposal by Derek Schuff · 8 years ago
  37. 3bd8137 Add Linux target triple to hopefully fix Mac bots. by Peter Collingbourne · 8 years ago
  38. f733fd2 Determine up front which projects are enabled. by Zachary Turner · 8 years ago
  39. 1bcbb07 [SimplifyCFG] update test comments; NFC by Sanjay Patel · 8 years ago
  40. 76edba0 [x86] eliminate unnecessary vector compare for AVX masked store by Sanjay Patel · 8 years ago
  41. 623927e Clean up the --help output of llvm-dwarfdump by hiding irrelevant options. by Adrian Prantl · 8 years ago
  42. a28d28c Refactor the code to pass down ACT to SampleProfileLoader correctly. by Dehao Chen · 8 years ago
  43. 67308a3 Remove -generate-dwarf-pub-sections flag. by Peter Collingbourne · 8 years ago
  44. 76221cb IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
  45. bfd98b8 [mips] handle UImm16_AltRelaxed match type by Petar Jovanovic · 8 years ago
  46. b4ed5a8 Make promoteLoopAccessesToScalars independent of AliasSet [NFC] by Alina Sbirlea · 8 years ago
  47. 153f8ae [AArch64][GlobalISel] Select all fpexts. by Ahmed Bougacha · 8 years ago
  48. ca285df [AArch64][GlobalISel] Select all fptruncs. by Ahmed Bougacha · 8 years ago
  49. 32e786a [sancov] coverage-report-server.py: ServerHandler(): open file as UTF8 by Roman Lebedev · 8 years ago
  50. c64508a Update branch coalescing to be a PowerPC specific pass by Lei Huang · 8 years ago
  51. c6a7215 [WebAssembly] Remove flags from MCSectionWasm by Sam Clegg · 8 years ago
  52. 100c4eb Revert "[DWARF] Incorrect prologue end line record." by Robert Lougher · 8 years ago
  53. a6b7d22 bpf: Add BPF AsmParser support in LLVM by Yonghong Song · 8 years ago
  54. a0e0fb7 [X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BEXTR/BEXTRI instruction to custom isel by Craig Topper · 8 years ago
  55. f983a56 Added "zext" from v2i8 to v2i32. In the next patch I'll optimize the sequence. by Elena Demikhovsky · 8 years ago
  56. 1e4d46b [DWARF] Incorrect prologue end line record. by Robert Lougher · 8 years ago
  57. 2691122 [LV] Clamp the VF to the trip count by Anna Thomas · 8 years ago
  58. b24dbf1 Revert r313009 "[ARM] Use ADDCARRY / SUBCARRY" by Hans Wennborg · 8 years ago
  59. fb7fead [SLP] Test with mutiple uses of conditional op and wrong parent. by Alexey Bataev · 8 years ago
  60. 91a879b Statically assert that enum items don't overflow storage. by Adrian Prantl · 8 years ago
  61. 0eb37ab [X86][AVX2] Add gather/movntdqa/pmaskmov/pmovmskb/pslldq/psrldq instructions to scheduling tests by Simon Pilgrim · 8 years ago
  62. 8440090 Remove ancient, commented out code from TableGen, NFC by Krzysztof Parzyszek · 8 years ago
  63. 2ea93a2 Formatting changes, add LLVM_DUMP_METHOD to a dump function, NFC by Krzysztof Parzyszek · 8 years ago
  64. 6cf5e19 [InstCombine] move related tests together; NFC by Sanjay Patel · 8 years ago
  65. 33aba12 [SLP] Fix for PHINode during horizontal reduction scanning, NFC. by Alexey Bataev · 8 years ago
  66. 50e50a0 [X86][AVX2] Add further instructions to scheduling tests by Simon Pilgrim · 8 years ago
  67. 863506b Fix a couple of comments, NFC by Krzysztof Parzyszek · 8 years ago
  68. 7fa2f6f [X86][AVX2] Add integer broadcast scheduling tests by Simon Pilgrim · 8 years ago
  69. 1043ae0 [SystemZ] Add the CoveredBySubRegs bit to GPR64, GPR128 and FPR128 registers. by Jonas Paulsson · 8 years ago
  70. c209908 [X86][AVX2] Add additional fp-broadcast/subvector/shuffle scheduling tests by Simon Pilgrim · 8 years ago
  71. 04258b7 [X86][AVX] Add vperm2f128 scheduling test by Simon Pilgrim · 8 years ago
  72. 0395fd8 [X86][AVX2] Remove old (unused) intrinsic declarations by Simon Pilgrim · 8 years ago
  73. e27318f [AArch64] ISel: Add some debug messages to LowerBUILDVECTOR. NFC. by Sjoerd Meijer · 8 years ago
  74. 5c7706b [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR by Yael Tsafrir · 8 years ago
  75. 1ece28e [LAA] Allow more run-time alias checks by coercing pointer expressions to AddRecExprs by Silviu Baranga · 8 years ago
  76. 2c17db5 [ARM] Fix typo when creating ISD::SUB nodes by Roger Ferrer Ibanez · 8 years ago
  77. a10a573 [ARM] Use ADDCARRY / SUBCARRY by Roger Ferrer Ibanez · 8 years ago
  78. 2f8aabc [X86] Add an extra instruction to TruncAssertSext.ll to prevent the 'or' from being narrowed so that the movl is really required to avoid a miscompile. by Craig Topper · 8 years ago
  79. 9022eea Remove unneccessary string copies from method invocations. by Vlad Tsyrklevich · 8 years ago
  80. 11f2cba [X86] Rename TruncAssertZext.ll test to TruncAssertSext.ll. Since its testing AssertSext. by Craig Topper · 8 years ago
  81. 1dd99d5 [X86] Fix typo in comment. NFC by Craig Topper · 8 years ago
  82. 38dd5bc Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes. by Adrian Prantl · 8 years ago
  83. 30b4738 Fix broken links to the Itanium CXX ABI by Vlad Tsyrklevich · 8 years ago
  84. e4fcd18 Revert r312898 "[ARM] Use ADDCARRY / SUBCARRY" by Hans Wennborg · 8 years ago
  85. 9e8c499 bpf: add " ll" in the LD_IMM64 asmstring by Yonghong Song · 8 years ago
  86. 3b0f60e Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes. by Adrian Prantl · 8 years ago
  87. ff7fd0f [llvm-cov] Try to fix a test on Windows by Vedant Kumar · 8 years ago
  88. 3776c52 llvm-dwarfdump: Make -brief the default and add a -verbose option instead. by Adrian Prantl · 8 years ago
  89. 8fd0504 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  90. 8e66c2e llvm-dwarfdump: Replace -debug-dump=sect option with individual options. by Adrian Prantl · 8 years ago
  91. d3822e4 [llvm-cov] Allow hiding instantiation/region coverage from summary tables by Eli Friedman · 8 years ago
  92. 1a8b825 LowerTypeTests: Add import/export support for targets without absolute symbol constants. by Peter Collingbourne · 8 years ago
  93. 37911b9 WholeProgramDevirt: Add import/export support for targets without absolute symbol constants. by Peter Collingbourne · 8 years ago
  94. d03e3c1 [llvm-cov] Don't attach exec counts to lines which start a skipped region by Vedant Kumar · 8 years ago
  95. 7d56a78 [InstSimplify] fix some test names; NFC by Sanjay Patel · 8 years ago
  96. c18e8bc [InstSimplify] add tests for possible sdiv/srem simplifications; NFC by Sanjay Patel · 8 years ago
  97. e4e1eed AMDGPU: Allow coldcc calls by Matt Arsenault · 8 years ago
  98. 1f93574 [mips][microMIPS] add lapc instruction by Petar Jovanovic · 8 years ago
  99. b6b2574 Unmerge GEPs to reduce register pressure on IndirectBr edges. by Hiroshi Yamauchi · 8 years ago
  100. 46582be [AMDGPU] Produce madak and madmk from the two-address pass by Stanislav Mekhanoshin · 8 years ago