summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [APInt] Fix typo in comment. NFCCraig Topper2017-05-111-1/+1
* AMDGPU: Remove tfe bit from flat instruction definitionsMatt Arsenault2017-05-1111-169/+78
* AMDGPU: Pull fneg out of extract_vector_eltMatt Arsenault2017-05-116-8/+72
* [AMDGPU] Fix incorrect register pressure calculationStanislav Mekhanoshin2017-05-111-2/+3
* [SLP] Emit optimization remarksAdam Nemet2017-05-115-11/+143
* [PowerPC] Eliminate integer compare instructions - vol. 1Nemanja Ivanovic2017-05-1118-11/+1942
* Add a test that local submodule visibility has no effect on debug infoAdrian Prantl2017-05-111-0/+5
* [DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.Simon Pilgrim2017-05-111-18/+4
* [asan] Test 'strndup_oob_test.cc' added in r302781 fails on the clang-cmake-t...Pierre Gousseau2017-05-111-1/+2
* Fix -DLLVM_ENABLE_THREADS=OFF build after r302748Hans Wennborg2017-05-111-0/+2
* [Simplify] Remove identical scalar writes.Michael Kruse2017-05-117-1/+428
* [X86][AVX] Added zeroall/zeroupper scheduler testsSimon Pilgrim2017-05-111-0/+50
* Modules: fix modules build.Tim Northover2017-05-111-0/+1
* Mark LWG#2782 as complete. No functionality change; we already do this. Just ...Marshall Clow2017-05-112-2/+8
* Renumber test line number expectations after r302783.Benjamin Kramer2017-05-111-4/+3
* Replace a nested namespace used for overload resolution with a struct. Richar...Marshall Clow2017-05-111-2/+2
* Mark LWG#2850 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-112-2/+3
* Mark LWG#2796 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-113-2/+10
* [CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz2017-05-114-16/+126
* [CodeCompletion] NFC, extract a function that generates memberAlex Lorenz2017-05-111-30/+36
* Fix two-stage build on windows using DistributionExample cmake cacheNAKAMURA Takumi2017-05-112-6/+20
* [IR] Allow attributes with global variablesJaved Absar2017-05-1112-9/+254
* [GlobalISel][X86] Remove hand-written G_FADD/F_SUB selection.Igor Breger2017-05-111-105/+0
* [ELF] - Make text section location explicit in early-assign-symbol.s test.George Rimar2017-05-111-2/+2
* [X86] Moving X86Local namespace from .cpp to .h file to use it in memory fold...Ayman Musa2017-05-112-124/+123
* [LV] Refactor ILV.vectorize{Loop}() by introducing LVP.executePlan(); NFCAyal Zaks2017-05-111-80/+101
* [asan] Test 'strndup_oob_test.cc' added in r302781 fails on clang-s390x-linux.Pierre Gousseau2017-05-111-1/+1
* [msan] add a regression test for PR32842Alexander Potapenko2017-05-111-0/+22
* [msan] Fix PR32842Alexander Potapenko2017-05-112-2/+25
* [MSAN] test failed randomly on ARM when XFAILED for MIPSRenato Golin2017-05-111-0/+1
* [x86] Fix a failure to select with AVX-512 when the type legalizerChandler Carruth2017-05-112-5/+90
* Strip trailing whitespace. NFCI.Simon Pilgrim2017-05-112-2/+2
* mips] XFAIL wcsncpy.cc test.Simon Dardis2017-05-111-0/+2
* [ARM][GlobalISel] Legalize narrow scalar ops by wideningDiana Picus2017-05-114-57/+218
* [asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau2017-05-1111-31/+158
* Remove spurious cast of nullptr. NFC.Serge Guelton2017-05-115-6/+6
* Remove now useless trailing nullptr in StructType::getSerge Guelton2017-05-111-1/+1
* [ARM][GlobalISel] Support for G_ANYEXTDiana Picus2017-05-114-10/+103
* Reverted r302775Serge Pavlov2017-05-1115-57/+77
* Revert "PR22877: When constructing an array via a constructor with a default ...Diana Picus2017-05-112-50/+6
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-1115-77/+57
* [GlobalISel][X86] G_ICMP support.Igor Breger2017-05-116-5/+1090
* Fix `std::visit` for the zero variants case.Michael Park2017-05-112-16/+17
* [APInt] Remove an unneeded extra temporary APInt from toString.Craig Topper2017-05-111-5/+1
* Make tests from r302765 windows friendlyBruno Cardoso Lopes2017-05-113-9/+9
* [APInt] Use negate() instead of copying an APInt to negate it and then writin...Craig Topper2017-05-111-3/+3
* [SCEV] Reduce possible APInt allocations a bit.Craig Topper2017-05-111-7/+11
* [SCEV] Remove unneeded 'using namespace APIntOps'.Craig Topper2017-05-111-37/+34
* [X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFCIgor Breger2017-05-113-42/+46
* SupportTests: Suppress ParallelTests on mingw for now. Investigating.NAKAMURA Takumi2017-05-111-0/+5
OpenPOWER on IntegriCloud