summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.Arch D. Robison2016-04-271-20/+28
* [DAGCombiner] Follow coding convention for function name (NFC)Gerolf Hoflehner2016-04-274-5/+5
* [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
* Silence a -Wdangling-elseReid Kleckner2016-04-271-1/+2
* 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
* AMDGPU/SI: Add llvm.amdgcn.s.waitcnt.all intrinsicNicolai Haehnle2016-04-274-14/+118
* [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
* [ThinLTO] Refine fix to avoid renaming of uses in inline assembly.Teresa Johnson2016-04-272-14/+30
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-2713-151/+101
* NFC. Introduce Value::getPointerDerferecnceableBytesArtur Pilipenko2016-04-273-27/+43
* [InstCombine][SSE] Regenerated vector shift testsSimon Pilgrim2016-04-271-356/+505
* [mips][microMIPS] Add CodeGen support for SUBU16, SUB, SUBU, DSUB and DSUBU i...Zlatko Buljan2016-04-279-57/+163
* [mips][microMIPS] Add CodeGen support for SLL16, SRL16, SLL, SLLV, SRA, SRAV,...Zlatko Buljan2016-04-2715-16/+248
* isSafeToLoadUnconditionally support queries without a contextArtur Pilipenko2016-04-276-14/+27
* Use DL preferred alignment for alloca in Value::getPointerAlignmentArtur Pilipenko2016-04-272-3/+14
* [InstCombine][SSE] Added DemandedBits tests for MOVMSK instructionsSimon Pilgrim2016-04-271-0/+137
* Fixed sphinx warning from r267672Adam Nemet2016-04-271-1/+1
* [LoopDist] Add llvm.loop.distribute.enable loop metadataAdam Nemet2016-04-275-13/+247
* [Cloning] cloneLoopWithPreheader(): add assert to ensure no sub-loopsVaivaswatha Nagaraj2016-04-272-0/+3
* [Support][X86] Add a few more Intel model numbers to getHostCPUName for airmo...Craig Topper2016-04-271-0/+4
* [Support][X86] Change the case values in the Intel family 6 code to hex so it...Craig Topper2016-04-271-68/+66
* Revert "Support "preserving" the summary information when using setModule() A...Mehdi Amini2016-04-273-46/+1
* [Support][X86] Add a couple more Broadwell CPU models numbers to getHostCPUName.Craig Topper2016-04-271-0/+2
* Support "preserving" the summary information when using setModule() API in LT...Mehdi Amini2016-04-273-1/+46
* Revert "Support "preserving" the summary information when using setModule() A...Mehdi Amini2016-04-273-46/+1
* The patch fixes PR27392.Evgeny Stupachenko2016-04-275-27/+38
* [LVI] Delete stale and misleading comment.Philip Reames2016-04-271-5/+0
* [ppc64] fix bug in prologue that mfocrf's cr operand should be explict state ...Chuang-Yu Cheng2016-04-272-5/+11
* [X86] Set AddPristinesAndCSRs to FixupBW LivePhysRegs. NFC.Ahmed Bougacha2016-04-271-1/+2
* Fix the test from r267656: Support "preserving" the summary information when ...Mehdi Amini2016-04-271-2/+0
* Add a test for r267655: Support "preserving" the summary information when usi...Mehdi Amini2016-04-271-0/+39
* Support "preserving" the summary information when using setModule() API in LT...Mehdi Amini2016-04-272-1/+9
* Fix typo in comment; NFCSanjoy Das2016-04-271-1/+1
* [X86] Don't assume that MMX extractelts are from index 0.Ahmed Bougacha2016-04-272-1/+31
* [X86] Re-enable MMX i32 extractelt combine.Ahmed Bougacha2016-04-272-10/+18
* Detects the SAD pattern on X86 so that much better code will be emitted once ...Cong Hou2016-04-273-7/+1120
* [LVI] Add a comment explaining a subtle piece of codePhilip Reames2016-04-271-15/+23
* [Docs] Try to clarify the concept of domains for noalias scopeAdam Nemet2016-04-271-1/+9
* ThinLTO: do not promote GlobalVariable that have a specific section.Mehdi Amini2016-04-275-4/+117
* SLSR: Use UnknownAddressSpace instead of 0 for pure arithmetic.Matt Arsenault2016-04-271-1/+3
* LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "MustPres...Mehdi Amini2016-04-272-22/+53
OpenPOWER on IntegriCloud