1. 5681e38 [PM/LCG] Fix the no-asserts build after r294227. Sorry for the noise. by Chandler Carruth · 9 years ago
  2. 4ee57e2 Get function start line number from DWARF info by David Blaikie · 9 years ago
  3. 919fdbb [TableGen] Use less stack in DAGISelMatcherOpt by Jon Chesterfield · 9 years ago
  4. 8ebf30a Revert r294228 by Jon Chesterfield · 9 years ago
  5. 13a5249 Test commit access by Jon Chesterfield · 9 years ago
  6. 3a190c3 [PM/LCG] Remove the lazy RefSCC formation from the LazyCallGraph during by Chandler Carruth · 9 years ago
  7. f0711c5 [Hexagon] Update MCTargetDesc by Krzysztof Parzyszek · 9 years ago
  8. bc80991 [X86][SSE] Add tests showing missed opportunities to simplify integer absolute instructions by Simon Pilgrim · 9 years ago
  9. 91a32fe Fix a bug in llvm-obdump(1) with the -macho and -disassemble options by Kevin Enderby · 9 years ago
  10. 058101e [Support] Add support for runtime endian values. by Zachary Turner · 9 years ago
  11. f6e615c [ValueTracking] emit a remark when we detect a conflicting assumption (PR31809) by Sanjay Patel · 9 years ago
  12. d2d041f Fix the bug of samplepgo indirect call promption when type casting of the return value is needed. by Dehao Chen · 9 years ago
  13. 2a4edb6 [LangRef] Document some LLVM inline asm special escapes by Reid Kleckner · 9 years ago
  14. 5694331 [AArch64] Fix incorrect MachinePointerInfo in splitStoreSplat by John Brawn · 9 years ago
  15. e7cc4f3 [DAGCombiner] Support bswap as a part of load combine patterns by Artur Pilipenko · 9 years ago
  16. d9394e7 [InstCombine] simplify dyn_cast + isa; NFCI by Sanjay Patel · 9 years ago
  17. 86052d8 Commit full codegen for mul-i256.ll . NFC by Amaury Sechet · 9 years ago
  18. 3523e86 RuntimeDyldELF/AArch64: Implement basic GOT support by Eugene Leviant · 9 years ago
  19. 6f12c47 Add ADDC to SelectionDAG::computeKnownBits and ComputeNumSignBits. by Amaury Sechet · 9 years ago
  20. ffd1e5a [DAGCombiner] Make DAGCombiner smarter about overflow by Amaury Sechet · 9 years ago
  21. 5649db8 [DAGCombiner] (add X, (adde Y, 0, Carry)) -> (adde X, Y, Carry) by Amaury Sechet · 9 years ago
  22. cf5b8bc Add DAGCombiner load combine tests with non-zero offset by Artur Pilipenko · 9 years ago
  23. b0a111f [X86] Add add/addc known-bits tests (D29521) by Simon Pilgrim · 9 years ago
  24. 0aca400 [X86][SSE] Combine shuffle nodes with multiple uses if all the users are being combined. by Simon Pilgrim · 9 years ago
  25. 16291a2 [mips] dla expansion without the at register by Simon Dardis · 9 years ago
  26. 6546927 [SCEV] limit recursion depth and operands number in getAddExpr by Daniil Fukalov · 9 years ago
  27. a6a852f [AVR] Use 'print' instead of 'dump' by Dylan McKay · 9 years ago
  28. f71e0b1 [ArgPromote] Replace all the grep-based testing with precise FileCheck tests. by Chandler Carruth · 9 years ago
  29. 13904b0 [X86][GlobalISel] Add limited ret lowering support to the IRTranslator. by Igor Breger · 9 years ago
  30. e749985 [AVX-512] Add VPSLLDQ/VPSRLDQ to load folding tables. by Craig Topper · 9 years ago
  31. a455c94 [AVX-512] Add VPABSB/D/Q/W to load folding tables. by Craig Topper · 9 years ago
  32. 1464e37 [AVX-512] Add VSHUFPS/PD to load folding tables. by Craig Topper · 9 years ago
  33. 6ab6741 [AVX-512] Add VPMULLD/Q/W instructions to load folding tables. by Craig Topper · 9 years ago
  34. cb98b65 [AVX-512] Add all masked and unmasked versions of VPMULDQ and VPMULUDQ to load folding tables. by Craig Topper · 9 years ago
  35. 0f1d173 [X86][SSE] Replace insert_vector_elt(vec, -1, idx) with shuffle by Simon Pilgrim · 9 years ago
  36. 053d7dd [AVX-512] Add scalar masked max/min intrinsic instructions to the load folding tables. by Craig Topper · 9 years ago
  37. 371f918 [AVX-512] Add scalar masked add/sub/mul/div intrinsic instructions to the load folding tables. by Craig Topper · 9 years ago
  38. e91c612 [AVX-512] Add masked scalar FMA intrinsics to isNonFoldablePartialRegisterLoad to improve load folding of scalar loads. by Craig Topper · 9 years ago
  39. dcc9f92 [AVX-512] Add test cases that show failure to fold scalar loads into masked scalar FMA intrinsics. by Craig Topper · 9 years ago
  40. 9820885 [AVX-512] Move 128/256-bit intrinsic tests from avx512bwvl test file to avx512vl test file. by Craig Topper · 9 years ago
  41. 5996d6f [X86][AVX] Add 8i32 -> 8f32 sitofp tests with constant insertion by Simon Pilgrim · 9 years ago
  42. 92f59a0 [AVR] Implement stacksave/stackrestore by expanding (PR31342) by Dylan McKay · 9 years ago
  43. c24ff54 [docs] Document the staging buildbot by Dylan McKay · 9 years ago
  44. a629f93 Revamp llvm::once_flag to be closer to std::once_flag by Kamil Rytarowski · 9 years ago
  45. cf8a46b [AVR] Marm MIR test functions as tracking liveness information by Dylan McKay · 9 years ago
  46. 2006b41 [llvm-cov] Don't show function summaries when filtering by filename (fixes PR31395) by Vedant Kumar · 9 years ago
  47. b766e93 [llvm-cov] Demangle symbols in function summaries (fixes PR31394) by Vedant Kumar · 9 years ago
  48. 4858447 [llvm-cov] Refactor logic for storing demangled symbols, NFC by Vedant Kumar · 9 years ago
  49. 95f9742 [llvm-cov] Fix a comment, NFC by Vedant Kumar · 9 years ago
  50. 7fa46d0 [X86] Fix printing of sha256rnds2 to include the implicit %xmm0 argument. by Craig Topper · 9 years ago
  51. cc54be0 [X86] Fix printing of blendvpd/blendvps/pblendvb to include the implicit %xmm0 argument. This makes codegen output more obvious about the %xmm0 usage. by Craig Topper · 9 years ago
  52. 53eca87 [X86] In LowerTRUNCATE, create an ISD::VECTOR_SHUFFLE instead of explicitly creating a PSHUFB. This will be lowered by regular shuffle lowering to a PSHUFB later. by Craig Topper · 9 years ago
  53. 6698ce1 [SelectionDAG] In InstrEmitter, handle EXTRACT_SUBREG of a physical register. by Geoff Berry · 9 years ago
  54. afb9ace [X86][SSE] Add target cpu specific reciprocal tests by Simon Pilgrim · 9 years ago
  55. 095ffad [DAGCombiner] Leverage add's commutativity by Amaury Sechet · 9 years ago
  56. e0fd898 [globalisel][arm] Tablegen-erate current Register Bank Information. by Daniel Sanders · 9 years ago
  57. 55c879f [AVR] Fix a bug where asm operands are printed twice by Dylan McKay · 9 years ago
  58. 10348c4 [AVR] Support zero-sized arguments in defined methods by Dylan McKay · 9 years ago
  59. 4329335 Refactor SampleProfile.cpp to make it cleaner. (NFC) by Dehao Chen · 9 years ago
  60. 1cfb6c6 [X86] Add support for folding (insert_subvector vec1, (extract_subvector vec2, idx1), idx1) -> (blendi vec2, vec1). by Craig Topper · 9 years ago
  61. 7a4069d [X86] Simplify the code that turns INSERT_SUBVECTOR into BLENDI. NFCI by Craig Topper · 9 years ago
  62. 156f3b7 [DAGCombiner] Canonicalize the order of a chain of INSERT_SUBVECTORs. by Craig Topper · 9 years ago
  63. eff9145 [DAGCombiner] Use DAG.getAnyExtOrTrunc to simplify some code. NFC by Craig Topper · 9 years ago
  64. d85a542 [DAGCombiner] In visitINSERT_VECTOR_ELT, move check for BUILD_VECTOR being legal below code that just canonicalizes INSERT_VECTOR_ELT without creating BUILD_VECTORS. by Craig Topper · 9 years ago
  65. bc915ed Add test cases for (trunc adde) DAGCombiner patterns. NFC by Amaury Sechet · 9 years ago
  66. 06d3c34 TripleTest.FileFormat: check non-default value by Alex Denisov · 9 years ago
  67. 68a49ae Add lld to the test-release.sh script by Dimitry Andric · 9 years ago
  68. 598cdd3 [X86][SSE] Add target shuffle combine buildvec style tests by Simon Pilgrim · 9 years ago
  69. 3fec6ee [IPCP] Don't propagate return value for naked functions. by Davide Italiano · 9 years ago
  70. e6120c3 TripleTest.BitWidthArchVariants: add missing arch types (thumb, arm, le, ...) by Alex Denisov · 9 years ago
  71. 9fea1e7 TripleTest.EndianArchVariants: add missing arch types (tce, le) by Alex Denisov · 9 years ago
  72. ca299bb Formatting in DAGCombiner. NFC by Amaury Sechet · 9 years ago
  73. 7fdf3d7 Fix variable name /NFC by Xinliang David Li · 9 years ago
  74. 516cb3d [CodeGen] Add v32i1 to is32BitVector and v64i1 to is64BitVector. by Craig Topper · 9 years ago
  75. b6384b2 MachineCopyPropagation: Respect implicit operands of COPY by Matthias Braun · 9 years ago
  76. e922258 MachineCopyPropagation: Do not consider undef operands as clobbers by Matthias Braun · 9 years ago
  77. 286f20b [CodeGen]: BlockPlacement: Skip extraneous logging. by Kyle Butt · 9 years ago
  78. 7a25257 [CodeGen]: BlockPlacement: Apply const liberally. NFC by Kyle Butt · 9 years ago
  79. a4690f8 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  80. e8a9482 [TwoAddressInstruction] Fix typo in comment. NFC by Craig Topper · 9 years ago
  81. ff921bc [NVPTX] Add tests that invariant vector loads get lowered to ld.global.nc. by Justin Lebar · 9 years ago
  82. 57dbe87 Remove a bunch of unnecessary casts to a target specific version of TII and TRI as we're working from a target specific STI. by Eric Christopher · 9 years ago
  83. 01b02c1 Add test cases for bug 31719. NFC by Amaury Sechet · 9 years ago
  84. 447e81d fix nullptr Mangler in LTOModule by Bob Haarman · 9 years ago
  85. 15b47b4 [GlobalISel] Add a few comments to the tablegen backend. NFC. by Ahmed Bougacha · 9 years ago
  86. f299253 [GlobalISel] Print the matched patterns using an action. by Ahmed Bougacha · 9 years ago
  87. 3ebe403 [GlobalISel] Add a test for the tablegen selector emitter backend. by Ahmed Bougacha · 9 years ago
  88. 40d6dfa [GlobalISel] Separate matchers with newlines in emitted selector. NFC. by Ahmed Bougacha · 9 years ago
  89. 6dc8838 [Support] Simplify triple check in Host CPU test. NFC. by Ahmed Bougacha · 9 years ago
  90. 3a1cd31 [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  91. f7dc192 [RegisterCoalescer] Do not call getInstructionIndex with DBG_VALUE by Brendon Cahoon · 9 years ago
  92. 591fad1 [Mips] Fix some Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  93. cdc36e9 [SystemZ] Fix some Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  94. bbfbbad [AMDGPU] Fix some Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  95. 7c4d39c [InstCombine] treat i1 as a special type in shouldChangeType() by Sanjay Patel · 9 years ago
  96. 21b9ce0 [APInt] Add integer API bor bitwise operations. by Amaury Sechet · 9 years ago
  97. 66d6956 [libFuzzer] properly hide the memcmp interceptor from msan by Kostya Serebryany · 9 years ago
  98. 748bc49 [PGO] Add select instr profile in graph dump by Xinliang David Li · 9 years ago
  99. 25fbb20 [AArch64] Fix some Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  100. 15f1b9d [ARM] Fix some Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago