- 35a6ebd [Legalizer] Only allocate the SetVectors once per function. by Quentin Colombet · 8 years ago
- 93f0e0c AMDGPU: Implement hasBitPreservingFPLogic by Matt Arsenault · 8 years ago
- 39ba348 LowerTypeTests: Give imported symbols a type with size 0 so that they are not assumed not to alias. by Peter Collingbourne · 8 years ago
- 7aa4aa6 [Reassociate] auto-generate better checks; NFC by Sanjay Patel · 8 years ago
- 212e51c [Hexagon] Avoid unused variable warnings in release builds. by Benjamin Kramer · 8 years ago
- b1763ab AMDGPU: Look for src mods before fp_extend by Matt Arsenault · 8 years ago
- 5cd5b63 [aarch64] Support APInt and APFloat in ImmLeaf subclasses and make AArch64 use them. by Daniel Sanders · 8 years ago
- 937b560 [SmallPtrSet] Add iterator epoch tracking. by Benjamin Kramer · 8 years ago
- ab26bdd [InstCombine] move code to remove repeated constant check; NFCI by Sanjay Patel · 8 years ago
- 9a68752 AMDGPU: Implement isFPExtFoldable by Matt Arsenault · 8 years ago
- d9a915e [InstCombine] recycle adds for better efficiency by Sanjay Patel · 8 years ago
- e359034 DAG: Add opcode and source type to isFPExtFree by Matt Arsenault · 8 years ago
- 59d5964 [Hexagon] Minimize number of repeated constant extenders by Krzysztof Parzyszek · 8 years ago
- 0431295 Revert r315148 [TableGen] Avoid unnecessary std::string creations by Daniel Sanders · 8 years ago
- fb7d705 [InstCombine] use local var to reduce code duplication; NFCI by Sanjay Patel · 8 years ago
- 44b7735 [LLVMCore] fix description for OverflowingBinaryOperator; NFC by Sanjay Patel · 8 years ago
- b1021f3 [X86] Add initial skeleton support for knm cpu by Craig Topper · 8 years ago
- 0a54333 [IPSCCP] Move common functions to ValueLatticeUtils (NFC) by Matthew Simpson · 8 years ago
- a7bbf63 [InstCombine] add hasOneUse check to add-zext-add fold to prevent increasing instructions by Sanjay Patel · 8 years ago
- 5860eab [InstCombine] add tests for add (zext (add nuw X, C2)), C --> zext (add nuw X, C2 + C); NFC by Sanjay Patel · 8 years ago
- b1b02b7 [llvm-demangle-fuzzer] Add a fuzz target for ItaniumDemangler. by Matt Morehouse · 8 years ago
- 54a02eb [llvm-cov] Reland sources-specified.test with addition of "-path-equivalence". by Max Moroz · 8 years ago
- ca020c7 [SCEV] Maintain and use a loop->loop invalidation dependency by Sanjoy Das · 8 years ago
- 3339ae5 [X86] Test scalar integer absolutes on 32-bit targets with/without CMOV by Simon Pilgrim · 8 years ago
- 7cb3268 Not all buildbots seem to dump the nuw flag in SDAG by Reid Kleckner · 8 years ago
- 963cef7 [InstCombine] use AddOne helper to reduce code; NFC by Sanjay Patel · 8 years ago
- 2f9a6e3 [X86] Updated scalar integer absolute tests to cover i8/i16/i32/i64 by Simon Pilgrim · 8 years ago
- b245b72 [InstCombine] rearrange code to remove repeated constant check; NFCI by Sanjay Patel · 8 years ago
- b22d64b [InstCombine] allow zext(bool) + C --> select bool, C+1, C for vector types by Sanjay Patel · 8 years ago
- 13fcba8 [TableGen] : Simplify RegisterInfoEmitter by Javed Absar · 8 years ago
- b6cc4cb Update test to expect nuw flag in SDAG dump, fixes test after r315690 by Reid Kleckner · 8 years ago
- e9bafbf lit.py: Add new %{shared_output(LABEL)} substitution by Jordan Rose · 8 years ago
- b5a710d [X86] Fix some inconsistent formatting in the processor feature lists. by Craig Topper · 8 years ago
- 1747e96 [X86] Add ProcIntelBDW to BroadwellProc class not BDWFeatures class. by Craig Topper · 8 years ago
- 043ceff [RS4GC] Look through vector bitcasts when looking for base pointer by Daniel Neilson · 8 years ago
- 3f3b1a3 [llvm-cov] Temporary delete sources-specified.test, it is failing on some bots. by Max Moroz · 8 years ago
- cd6f7b1 [Hexagon] Add patterns for cmpb/cmph with immediate arguments by Krzysztof Parzyszek · 8 years ago
- 03d5e0b [llvm-cov] Fix sources-specified.test so it ignores the order of files printed. by Max Moroz · 8 years ago
- 0797a9c DAG: Add flags to dumps by Matt Arsenault · 8 years ago
- 98af377 [llvm-cov] An attempt to fix sources_specified.test failing on some buildbots. by Max Moroz · 8 years ago
- 483988c [X86] Stop creating CMOV nodes with a second MVT::Glue result by Craig Topper · 8 years ago
- b5d60b8 [llvm-cov] Generate "report" for given source paths if sources are specified. by Max Moroz · 8 years ago
- f16734c Re-land "[dsymutil] Timestmap verification for __swift_ast" by Jonas Devlieghere · 8 years ago
- 7f1eb15 [SCEV] Teach SCEV to find maxBECount when loop endbound is variant by Anna Thomas · 8 years ago
- 138989f [InstCombine] add tests for boolean extend + add; NFC by Sanjay Patel · 8 years ago
- e9712285 Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addressing mode" by Daniel Jasper · 8 years ago
- a0af046 [FileCheck] regexp doc update/fix by Sjoerd Meijer · 8 years ago
- 44847b2 Disable gcov instrumentation of functions using funclet-based exception handling by Marco Castelluccio · 8 years ago
- 18c35eb docs: Improve wording on building for fuzzing by Justin Bogner · 8 years ago
- 84540f4 [X86] Remove patterns that select unmasked vbroadcastf2x32/vbroadcasti2x32. Prefer vbroadcastsd/vpbroadcastq instead. by Craig Topper · 8 years ago
- ce7f87b [SCEV] Maintain loop use lists, and use them in forgetLoop by Sanjoy Das · 8 years ago
- 1a4f916 [SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling in computeKnownBits. NFCI by Craig Topper · 8 years ago
- 8b8bd27 [SelectionDAG] Fix typo in comment. NFC by Craig Topper · 8 years ago
- c880526 docs: Improve the docs about llvm-isel-fuzzer on OSS Fuzz by Justin Bogner · 8 years ago
- 19a3d87 [X86] Add the test case for r315613 that I forgot to 'git add'. by Craig Topper · 8 years ago
- 8622917 [SelectionDAG] Correct the early out in SelectionDAG::getZeroExtendInReg to work properly for vector types. by Craig Topper · 8 years ago
- 5cb6ac0 [llvm-isel-fuzzer] Use "--" as separator rather than '='. by Matt Morehouse · 8 years ago
- 7e667e4 llvm-isel-fuzzer: Use the right REQUIRES line for r315599 by Justin Bogner · 8 years ago
- 4d725c6 Removing default case statement from covered switch. by Keith Wyss · 8 years ago
- 18264d1 Add DK_Remark to SMDiagnostic by Adam Nemet · 8 years ago
- b0d6477 [SelectionDAG] Const-correct the DemandedMask argument to one of the overloads of SimplifyDemandedBits. NFC by Craig Topper · 8 years ago
- 8187e7e [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 9385cf1 Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" by Matthias Braun · 8 years ago
- 3554690 Deprecate DwarfUnit::addBlockByrefAddress(). by Adrian Prantl · 8 years ago
- 959cfda [XRay][tools] Updated stacks tool with flamegraph output. by Keith Wyss · 8 years ago
- f157979 [CVP] Process binary operations even when def is local by Anna Thomas · 8 years ago
- a063107 TargetMachine: Merge TargetMachine and LLVMTargetMachine by Matthias Braun · 8 years ago
- 8520e48 [cmake] Allow building fuzzers with OSS-Fuzz flags. by Matt Morehouse · 8 years ago
- fcc479b [SelectionDAG] Simplify the ISD::SIGN_EXTEND/ZERO_EXTEND handling to use less temporary APInts by counting bits instead. NFCI by Craig Topper · 8 years ago
- 9eddd8e [lit] Raise the logic for enabling clang & lld substitutions to llvm. by Zachary Turner · 8 years ago
- 2a07913 [LoopPredication] Check whether the loop is already guarded by the first iteration check condition by Artur Pilipenko · 8 years ago
- 4d6b50c [DWARF] Fix bad comparator in sortGlobalExprs. by Eli Friedman · 8 years ago
- f392c19 Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP."" by Bruno Cardoso Lopes · 8 years ago
- 946dd32 [LoopPredication] Support ule, sle latch predicates by Artur Pilipenko · 8 years ago
- 0aacd96 [X86] Add CLWB intrinsic. llvm part by Craig Topper · 8 years ago
- 29de9d7 Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ. by Wei Ding · 8 years ago
- fb0b5f5 AMDGPU/NFC: Move AMDGPU specific note types to ELF.h by Konstantin Zhuravlyov · 8 years ago
- 6beab2e [X86] Add a bunch of -mcpu strings to the cpus.ll test. by Craig Topper · 8 years ago
- a187b48 [NVPTX] Implemented wmma intrinsics and instructions. by Artem Belevich · 8 years ago
- f00e161 [codeview] Don't emit FPO data in funclet prologues by Reid Kleckner · 8 years ago
- c209885 llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues by Justin Bogner · 8 years ago
- 3df0d5d [TableGen] Allow intrinsics to have up to 8 return values. by Artem Belevich · 8 years ago
- 7e51356 Work around lack of Wine support for SetFileInformationByHandle harder by Hans Wennborg · 8 years ago
- 499a404 AMDGPU: Fix warnings introduced in r315526 by Konstantin Zhuravlyov · 8 years ago
- dc813cc [ValueTracking] return zero when there's conflict in known bits of a shift (PR34838) by Sanjay Patel · 8 years ago
- 3bbc1ee Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP." by Bruno Cardoso Lopes · 8 years ago
- 818cdb5 [PowerPC] Add profitablilty check for conversion to mtctr loops by Lei Huang · 8 years ago
- fadd83b [AMDGPU] For amdpal, widen interpolation mode workaround by Tim Renouf · 8 years ago
- 5298935 [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
- eb99827 [x86] replace isEqualTo with == for efficiency by Sanjay Patel · 8 years ago
- 40ec2ef [X86][SSE] Pull out repeated INSERT_VECTOR_ELT code from LowerBUILD_VECTOR v16i8/v8i16 insertion. NFCI. by Simon Pilgrim · 8 years ago
- e8c3c21 [cfi-verify] Fix typo, actually check X86 target by Vlad Tsyrklevich · 8 years ago
- 109da1d MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionTrait by Diana Picus · 8 years ago
- a7f8fe7 Reinstantiate old/bad deduplication logic that was removed in r315279. by Daniel Jasper · 8 years ago
- f41d230 Fix warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
- b5e990c [AsmParser] Suppress compile warning for targets with no register diags by Oliver Stannard · 8 years ago
- 0f48afc [ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no identifiable object found by Hiroshi Inoue · 8 years ago
- f799d90 [RegisterCoalescer] Don't set read-undef in pruneValues, only clear by Mikael Holmen · 8 years ago
- 58658af Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name" by Justin Bogner · 8 years ago
- fff82ff [cfi-verify] Fix unittest failures w/o x86 target by Vlad Tsyrklevich · 8 years ago