summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86]: Quit promoting 16 bit loads to 32 bit.Kevin B. Smith2016-04-272-18/+2
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-277-6/+42
* [libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...Kostya Serebryany2016-04-271-1/+2
* [libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...Kostya Serebryany2016-04-274-0/+28
* Add optimization bisect opt-in calls for PowerPC passesAndrew Kaylor2016-04-279-3/+28
* Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.Sean Callanan2016-04-273-0/+84
* [CodeGenPrepare] Don't sink a cast past its userDavid Majnemer2016-04-272-0/+37
* Refactor debugging code, NFC.Than McIntosh2016-04-271-31/+30
* [NVPTX] Run NVVMReflect at the beginning of IR passes.Justin Lebar2016-04-272-0/+10
* Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.Justin Lebar2016-04-271-0/+8
* Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.Justin Lebar2016-04-272-11/+25
* [LIR] Set attributes on memset_pattern16.Ahmed Bougacha2016-04-272-0/+6
* [LIR] Reuse variable. NFCI.Ahmed Bougacha2016-04-271-1/+1
* [InferAttrs] Mark memset_pattern16 params nocapture.Ahmed Bougacha2016-04-272-1/+3
* [TLI] Unify LibFunc attribute inference. NFCI.Ahmed Bougacha2016-04-273-795/+730
* [TLI] Unify LibFunc signature checking. NFCI.Ahmed Bougacha2016-04-278-711/+599
* [TLI] Fix indentation. NFC.Ahmed Bougacha2016-04-271-1/+1
* [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using...Chris Bieneman2016-04-271-8/+13
* Fix a bunch of sign-compare warningsDavid Blaikie2016-04-271-4/+4
* Clean up to avoid compiler warnings for casting away const qualifiers.Sjoerd Meijer2016-04-272-4/+4
* Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for ...Chad Rosier2016-04-279-146/+13
* [LV] Reallow positive-stride interleaved load groups with gapsMatthew Simpson2016-04-272-15/+146
* [sanitizers] read/write page fault detection on mac.Mike Aizatsky2016-04-272-1/+32
* Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093Kate Stone2016-04-271-1/+1
* [SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.Arch D. Robison2016-04-271-20/+28
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-277-0/+84
* PR21823: 'nodebug' attribute on global/static variables.Paul Robinson2016-04-274-1/+71
* [DAGCombiner] Follow coding convention for function name (NFC)Gerolf Hoflehner2016-04-274-5/+5
* Revert r267691, it caused PR27535.Nico Weber2016-04-2711-128/+41
* [Mips] Add support for llvm.thread.pointer intrinsic.Marcin Koscielnicki2016-04-272-0/+16
* [InstCombine] Sharpended test case in pr21210.llGerolf Hoflehner2016-04-271-3/+4
* Use absolute module path when possible if sent in svr4 packetsFrancis Ricci2016-04-271-8/+1
* Module debugging: Fix the DWO filename for PCH in a relative path.Adrian Prantl2016-04-272-2/+79
* [find-all-symbols] Also update unittest dependencies.Benjamin Kramer2016-04-271-0/+2
* [find-all-symbols] Clean up dependencies, fixing cmake shared build.Benjamin Kramer2016-04-271-2/+1
* Silence a -Wdangling-elseReid Kleckner2016-04-271-1/+2
* Fix explain-check failure test on Windows.Haojian Wu2016-04-271-1/+1
* Un-XFAIL tests on Windows after fixing PR27492Reid Kleckner2016-04-272-5/+1
* Add parentheses to silence buildbot warningMatthew Simpson2016-04-271-2/+2
* [AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD.Artem Tamazov2016-04-279-13/+146
* [PDB] Fix function names for private symbols in PDBsReid Kleckner2016-04-275-28/+34
* Don't search compilation database in explain-check, fixing buildbot testHaojian Wu2016-04-271-1/+1
* tsan: fix windows supportDmitry Vyukov2016-04-271-11/+9
* AMDGPU/SI: Add llvm.amdgcn.s.waitcnt.all intrinsicNicolai Haehnle2016-04-274-14/+118
* [Clang][Builtin][AVX512] Adding intrisnics for the vpconflict{q|d} instructio...Michael Zuckerman2016-04-273-0/+174
* Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...Kuba Brecka2016-04-275-0/+22
* [TTI] Add hook for vector extract with extensionMatthew Simpson2016-04-278-22/+108
* [AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names of hardware regis...Artem Tamazov2016-04-276-36/+102
* Revert r267649, it caused PR27539.Nico Weber2016-04-273-1120/+7
* Remove size 1 from check as that isn't part of what the test is meant to be t...Kristof Beyls2016-04-271-1/+1
OpenPOWER on IntegriCloud