summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-07[Kaleidoscope] toy.cpp use after move fixPeter Szecsi
2017-05-07Remove unnecessary const_castSanjoy Das
2017-05-07Use array_pod_sort instead of std::sortSanjoy Das
2017-05-07Fix comment.Lang Hames
2017-05-06COFF: add ARM64 relocation typesSaleem Abdulrasool
2017-05-06[X86][AVX512] Relax assertion and just exit combine for unsupported types (PR...Simon Pilgrim
2017-05-06[X86][AVX512] Move v2i64/v4i64 VPABS lowering to tablegenSimon Pilgrim
2017-05-06[X86] Reduce code for setting operations actions by merging into loops across...Simon Pilgrim
2017-05-06[NVPTX] Add support for ISD::ABS loweringSimon Pilgrim
2017-05-06[X86][SSE] Break register dependencies on v16i8/v8i16 BUILD_VECTOR on SSE41Simon Pilgrim
2017-05-06[Analysis] Print out unreachable loopsBrian Gesiak
2017-05-06[X86][AVX2] Add scheduling latency/throughput tests for some AVX2 instructionsSimon Pilgrim
2017-05-06[DAGCombiner] If ISD::ABS is legal/custom, use it directly instead of canonic...Simon Pilgrim
2017-05-06[SCEV] Remove extra APInt copies from getRangeForAffineARHelper.Craig Topper
2017-05-06[SCEV] Use std::move to avoid some APInt copies.Craig Topper
2017-05-06[SCEV] Use APInt's uint64_t operations instead of creating a temporary APInt ...Craig Topper
2017-05-06[SCEV] Avoid a couple APInt copies by capturing by reference since the method...Craig Topper
2017-05-06[LazyValueInfo] Avoid unnecessary copies of ConstantRangesCraig Topper
2017-05-06Note addition of NetBSD support in googletestKamil Rytarowski
2017-05-05[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany
2017-05-05[RegisterBankInfo] Uniquely allocate instruction mapping.Quentin Colombet
2017-05-05[BitVector] Improve the description of the BitVector::clear to say it removes...Craig Topper
2017-05-05Fix spelling error in command line option description. NFCCraig Topper
2017-05-05[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko
2017-05-05Override invalidate of ProfileSummaryInfo to return false.Easwaran Raman
2017-05-05[Hexagon] Disable predicated calls by defaultKrzysztof Parzyszek
2017-05-05[Hexagon] Remove C6 and C7 as separate registersKrzysztof Parzyszek
2017-05-05[RDF] Remove covered parts of reached uses for phi and use in same blockKrzysztof Parzyszek
2017-05-05ARM: Compute MaxCallFrame size earlyMatthias Braun
2017-05-05[CodeView] Reserve TypeDatabase records up front.Zachary Turner
2017-05-05Add missing target triple to testMatthias Braun
2017-05-05Fix -Wreorder warning.Zachary Turner
2017-05-05[StreamArray] Pipe the Offset through the constructor.Zachary Turner
2017-05-05[AMDGPU] In the new waitcnt insertion pass, use getHeader Kannan Narayanan
2017-05-05MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun
2017-05-05[X86] Use SDValue::getConstantOperandVal helper. NFCI.Simon Pilgrim
2017-05-05TargetLibraryInfo: Introduce wcslenMatthias Braun
2017-05-05AMDGPU/AMDHSA: Set COMPUTE_PGM_RSRC2:LDS_SIZE to 0Konstantin Zhuravlyov
2017-05-05Simplify dbg.value handling in SDISel with early returnsReid Kleckner
2017-05-05[WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg
2017-05-05[bpf] fix a bug which causes incorrect big endian reloc fixupAlexei Starovoitov
2017-05-05Add NetBSD to the list of platforms supporting death tests. Two unitJoerg Sonnenberger
2017-05-05If posix_fallocate returns EOPNOTSUPP, fallback to ftruncate.Joerg Sonnenberger
2017-05-05[KnownBits] Add wrapper methods for setting and clear all bits in the underly...Craig Topper
2017-05-05Allow operator-> to work from a FixedStreamArrayIterator.Adrian McCarthy
2017-05-05[Float2Int] Replace a ConstantRange copy with a move. Remove an extra call to...Craig Topper
2017-05-05[ADT] Add BitVector::find_prev.Zachary Turner
2017-05-05Add more variations of addcarry in the tests. NFC.Amaury Sechet
2017-05-05[InstSimplify] fix copy-paste mistake in test comments; NFCSanjay Patel
2017-05-05[llvm-dwarfdump] - Add comment for maybeDecompress(). NFC.George Rimar