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