aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-24Daniel's patchlinaro-local/jenkins/diana/precommit-patchedDiana Picus
2017-04-29[globalisel][tablegen] Compute available feature bits correctly.linaro-local/jenkins/diana/precommit-baseDaniel Sanders
2017-04-29[X86][AVX] Added codegen tests for _mm256_zext* helper intrinsics (PR32839)Simon Pilgrim
2017-04-29[KnownBits] Add methods for determining if the known bits represent a negativ...Craig Topper
2017-04-29[mips][FastISel] Fix a nullptr deference.Simon Dardis
2017-04-29[X86][SSE] Add initial <2 x half> tests for PR31088Simon Pilgrim
2017-04-29[ConstantRange] Use ternary operator instead of 'if' to avoid copying an APIn...Craig Topper
2017-04-29[ConstantRange] Add std::move to a bunch of places that pass local APInts to ...Craig Topper
2017-04-29Remove unused private field.Zachary Turner
2017-04-29[ConstantRange] Remove a temporary APInt I meant to delete in r300621. NFCCraig Topper
2017-04-29[ConstantRange] Improve the efficiency of one of the ConstantRange constructors.Craig Topper
2017-04-29AMDGPU: Fix copies from physical registers in SIFixSGPRCopiesMatt Arsenault
2017-04-29[llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner
2017-04-29[ObjCARC] Do not move a release between a call and aAkira Hatanaka
2017-04-29[LoopUnswitch] Make DEBUG output more readable (part 2).Davide Italiano
2017-04-29[LoopUnswitch] Don't remove instructions with side effects.Davide Italiano
2017-04-29[llvm-readobj] Fix incorrect printing of CV column info.Zachary Turner
2017-04-28Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windowsDuncan P. N. Exon Smith
2017-04-28[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.Zachary Turner
2017-04-28[Support] Provide unsafe random access for VarStreamArray.Zachary Turner
2017-04-28[InstCombine] add tests to show potentially bogus application of DeMorgan (NFC)Sanjay Patel
2017-04-28Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg
2017-04-28Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...Hans Wennborg
2017-04-28InferAddressSpaces: Search constant expressions for addrspacecastsMatt Arsenault
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-28InferAddressSpaces: Avoid looking up deleted valuesMatt Arsenault
2017-04-28InferAddressSpaces: Infer from just addrspacecastsMatt Arsenault
2017-04-28[SCEV] Use early exit in createAddRecFromPHI. NFC.Michael Zolotukhin
2017-04-28LoopRotate: Fix use after scope bugDaniel Berlin
2017-04-28[RDF] Correctly calculate lane masks for defsKrzysztof Parzyszek
2017-04-28Properly handle PHIs with subregisters in UnreachableBlockElimKrzysztof Parzyszek
2017-04-28[Hexagon] Do not move a block if it is on a fall-through pathKrzysztof Parzyszek
2017-04-28[IR] Make add/remove Attributes use AttrBuilder instead of AttributeListReid Kleckner
2017-04-28[ConstantRange] Use APInt::isNullValue rather than APInt::isMinValue where it...Craig Topper
2017-04-28[APInt] Add an isNullValue method to check for all bits being zero. Use it in...Craig Topper
2017-04-28[ConstantRange] Use const references to prevent a couple APInt copies. NFCCraig Topper
2017-04-28[LoopUnswitch] Make DEBUG output more readable.Davide Italiano
2017-04-28[WebAssembly] Add size of section header to data relocation offsets.Sam Clegg
2017-04-28[ValueTracking] Teach isSafeToSpeculativelyExecute() about the speculatable a...Matt Arsenault
2017-04-28[WebAssembly] Write initial memory in pages not bytesSam Clegg
2017-04-28TableGen: Add IntrHasSideEffects property for intrinsicsMatt Arsenault
2017-04-28Make getParamAlignment use argument numbersReid Kleckner
2017-04-28GlobalISel: Followup for r301679Matthias Braun
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-28TargetLowering: Add finalizeLowering() function; NFCMatthias Braun
2017-04-28AMDGPU: Add new amdgcn.init.exec intrinsicsMarek Olsak
2017-04-28limit to 2 parallel links when using thinltoBob Haarman
2017-04-28Kill off the old SimplifyInstruction API by converting remaining users.Daniel Berlin
2017-04-28[IPO/MergeFunctions] This function is used only under DEBUG().Davide Italiano
2017-04-28[RS4GC] Simplify attribute handling code NFCReid Kleckner