aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-13[SmallPtrSet] Add iterator epoch tracking.Benjamin Kramer
2017-10-13[InstCombine] move code to remove repeated constant check; NFCISanjay Patel
2017-10-13AMDGPU: Implement isFPExtFoldableMatt Arsenault
2017-10-13[InstCombine] recycle adds for better efficiencySanjay Patel
2017-10-13DAG: Add opcode and source type to isFPExtFreeMatt Arsenault
2017-10-13[Hexagon] Minimize number of repeated constant extendersKrzysztof Parzyszek
2017-10-13Revert r315148 [TableGen] Avoid unnecessary std::string creationsDaniel Sanders
2017-10-13[InstCombine] use local var to reduce code duplication; NFCISanjay Patel
2017-10-13[LLVMCore] fix description for OverflowingBinaryOperator; NFCSanjay Patel
2017-10-13[X86] Add initial skeleton support for knm cpuCraig Topper
2017-10-13[IPSCCP] Move common functions to ValueLatticeUtils (NFC)Matthew Simpson
2017-10-13[InstCombine] add hasOneUse check to add-zext-add fold to prevent increasing ...Sanjay Patel
2017-10-13[InstCombine] add tests for add (zext (add nuw X, C2)), C --> zext (add nuw X...Sanjay Patel
2017-10-13[llvm-demangle-fuzzer] Add a fuzz target for ItaniumDemangler.Matt Morehouse
2017-10-13[llvm-cov] Reland sources-specified.test with addition of "-path-equivalence".Max Moroz
2017-10-13[SCEV] Maintain and use a loop->loop invalidation dependencySanjoy Das
2017-10-13[X86] Test scalar integer absolutes on 32-bit targets with/without CMOVSimon Pilgrim
2017-10-13Not all buildbots seem to dump the nuw flag in SDAGReid Kleckner
2017-10-13[InstCombine] use AddOne helper to reduce code; NFCSanjay Patel
2017-10-13[X86] Updated scalar integer absolute tests to cover i8/i16/i32/i64Simon Pilgrim
2017-10-13[InstCombine] rearrange code to remove repeated constant check; NFCISanjay Patel
2017-10-13[InstCombine] allow zext(bool) + C --> select bool, C+1, C for vector typesSanjay Patel
2017-10-13[TableGen] : Simplify RegisterInfoEmitterJaved Absar
2017-10-13Update test to expect nuw flag in SDAG dump, fixes test after r315690Reid Kleckner
2017-10-13lit.py: Add new %{shared_output(LABEL)} substitutionJordan Rose
2017-10-13[X86] Fix some inconsistent formatting in the processor feature lists.Craig Topper
2017-10-13[X86] Add ProcIntelBDW to BroadwellProc class not BDWFeatures class.Craig Topper
2017-10-13[RS4GC] Look through vector bitcasts when looking for base pointerDaniel Neilson
2017-10-13[llvm-cov] Temporary delete sources-specified.test, it is failing on some bots.Max Moroz
2017-10-13[Hexagon] Add patterns for cmpb/cmph with immediate argumentsKrzysztof Parzyszek
2017-10-13[llvm-cov] Fix sources-specified.test so it ignores the order of files printed.Max Moroz
2017-10-13DAG: Add flags to dumpsMatt Arsenault
2017-10-13[llvm-cov] An attempt to fix sources_specified.test failing on some buildbots.Max Moroz
2017-10-13[X86] Stop creating CMOV nodes with a second MVT::Glue resultCraig Topper
2017-10-13[llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz
2017-10-13Re-land "[dsymutil] Timestmap verification for __swift_ast"Jonas Devlieghere
2017-10-13[SCEV] Teach SCEV to find maxBECount when loop endbound is variantAnna Thomas
2017-10-13[InstCombine] add tests for boolean extend + add; NFCSanjay Patel
2017-10-13Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addres...Daniel Jasper
2017-10-13[FileCheck] regexp doc update/fixSjoerd Meijer
2017-10-13Disable gcov instrumentation of functions using funclet-based exception handlingMarco Castelluccio
2017-10-13docs: Improve wording on building for fuzzingJustin Bogner
2017-10-13[X86] Remove patterns that select unmasked vbroadcastf2x32/vbroadcasti2x32. P...Craig Topper
2017-10-13[SCEV] Maintain loop use lists, and use them in forgetLoopSanjoy Das
2017-10-13[SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling in computeKnownBits. NFCICraig Topper
2017-10-13[SelectionDAG] Fix typo in comment. NFCCraig Topper
2017-10-13docs: Improve the docs about llvm-isel-fuzzer on OSS FuzzJustin Bogner
2017-10-13[X86] Add the test case for r315613 that I forgot to 'git add'.Craig Topper
2017-10-13[SelectionDAG] Correct the early out in SelectionDAG::getZeroExtendInReg to w...Craig Topper
2017-10-13[llvm-isel-fuzzer] Use "--" as separator rather than '='.Matt Morehouse