summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-10[debuginfo-tests] Make debuginfo-tests work in a standard configuration.Zachary Turner
2017-11-10[AMDGPU] AMDGPUUsage.rst minor correctionsTony Tye
2017-11-10[SimplifyCFG] Use auto * when the type is obvious. NFCI.Davide Italiano
2017-11-10Recommit r317904: [Hexagon] Create HexagonISelDAGToDAG.h, NFCKrzysztof Parzyszek
2017-11-10AMDGPU/NFC: Split Processors.td into GCNProcessors.td and R600Processors.tdKonstantin Zhuravlyov
2017-11-10Expand IRBuilder interface for atomic memcpy to require pointer alignments. (...Daniel Neilson
2017-11-10Revert "[Hexagon] Create HexagonISelDAGToDAG.h, NFC"Krzysztof Parzyszek
2017-11-10[X86] Merge the template method selectAddrOfGatherScatterNode into selectVect...Craig Topper
2017-11-10Add back target triple to test which I accidentally removed.Adrian Prantl
2017-11-10[CVP] Remove some {s|u}add.with.overflow checks.Sanjoy Das
2017-11-10[RISCV] Silence an unused variable warning in release builds [NFC]Mandeep Singh Grang
2017-11-10[X86] Add test case to demonstrate failure to fold the address computation of...Craig Topper
2017-11-10[Hexagon] Create HexagonISelDAGToDAG.h, NFCKrzysztof Parzyszek
2017-11-10Allow separation of declarations and definitions in <Target>ISelDAGToDAG.incKrzysztof Parzyszek
2017-11-10[ADT] Rewrite mapped_iterator in terms of iterator_adaptor_base.Lang Hames
2017-11-10[X86] Add a def file to CPU vendor, type, and subtype encodings used by Host.cppCraig Topper
2017-11-10LTO: don't fatal when value for cache key already existsBob Haarman
2017-11-10Move test into X86 subdirectory.Adrian Prantl
2017-11-10[WebAssembly] Fix stack offsets of return values from call lowering.Jatin Bhateja
2017-11-10[AArch64][SVE] Asm: More concise test formatFlorian Hahn
2017-11-10[X86] Add scheduling tests for DAA/DASSimon Pilgrim
2017-11-10[llvm-opt-fuzzer] Add missed library dependence. Fir for rL317883Igor Laevsky
2017-11-10[X86] Test non-i64 shld/shll tests on x86_64 targets as well as i686Simon Pilgrim
2017-11-10[llvm-opt-fuzzer] Fix unused variable warning after rL317883Igor Laevsky
2017-11-10[X86] Add scheduling testsSimon Pilgrim
2017-11-10[AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the d...Alexander Timofeev
2017-11-10[llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing optimization passesIgor Laevsky
2017-11-10[X86] Added TODO list for missing generic x86 instruction scheduling tests.Simon Pilgrim
2017-11-10[RegisterCoalescer] Move debug value after rematerialize trivial defKarl-Johan Karlsson
2017-11-10[RegAlloc, SystemZ] Increase number of LOCRs by passing "hard" regalloc hints.Jonas Paulsson
2017-11-10[X86] Add support for combining FMADDSUB(A, B, FNEG(C))->FMSUBADD(A, B, C)Craig Topper
2017-11-10[X86] Remove GCCBuiltin from intrinsics that are no longer used by clang.Craig Topper
2017-11-10[AMDGPU] Fix pointer info for lowering load/store for r600 for amdgiz environ...Yaxun Liu
2017-11-10[AMDGPU] Fix pointer info for pseudo source for r600Yaxun Liu
2017-11-10[AMDGPU] Update code object descriptionTony Tye
2017-11-10[ThinLTO] Fix missing call graph edges for calls with bitcasts.Volodymyr Sapsai
2017-11-10[support] allocate exact size required for mapping in Support/Windws/Path.incBob Haarman
2017-11-09[SimplifyCFG] Fix a test case.Easwaran Raman
2017-11-09Add a wrapper function to set branch weights metadata.Easwaran Raman
2017-11-09[Reassociate] regenerate test checks; NFCSanjay Patel
2017-11-09[libFuzzer] update links in the docsKostya Serebryany
2017-11-09[libFuzzer] update the docs, document how to resume the mergeKostya Serebryany
2017-11-09Add a Cross-compilation toolchain file for MSVC.Zachary Turner
2017-11-09Fix out-of-order stepping behavior in programs with hoisted constants.Paul Robinson
2017-11-09[utils] Fix RISC-V support in update_llc_test_checks.pyAlex Bradbury
2017-11-09Preserve debug info when DAG-combinging (zext (truncate x)) -> (and x, mask).Adrian Prantl
2017-11-09[Support] Make llvm::Error and Expected faster.Zachary Turner
2017-11-09[SLP] Fix PR23510: Try to find best possible vectorizable stores.Alexey Bataev
2017-11-09[Reassociate] auto-generate test checks; NFCSanjay Patel
2017-11-09[Reassociate] don't name values "tmp"; NFCISanjay Patel