summaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Expand PPC64 atomic load and storeHal Finkel2012-12-251-0/+2
* X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer2012-12-251-6/+4
* X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer2012-12-251-2/+24
* VCVTSS2SD requires a strict alignment. Thanks Elena.Nadav Rotem2012-12-251-2/+2
* Quiet gcc's -Wparenthesis warning. No functionality change.Nick Lewycky2012-12-241-1/+1
* Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer2012-12-242-21/+6
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-241-1/+2
* Some x86 instructions can load/store one of the operands to memory. On SSE, t...Nadav Rotem2012-12-241-260/+260
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-241-1/+2
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-231-3/+13
* whitespaceNadav Rotem2012-12-231-28/+0
* Rename a function.Nadav Rotem2012-12-231-4/+4
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-232-9/+2
* X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.Benjamin Kramer2012-12-221-5/+29
* X86: Emit vector sext as shuffle + sra if vpmovsx is not available.Benjamin Kramer2012-12-221-8/+39
* In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem2012-12-212-1/+21
* [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardwareAkira Hatanaka2012-12-213-54/+73
* [mips] Refactor SYNC and multiply/divide instructions.Akira Hatanaka2012-12-213-54/+59
* [mips] Refactor BAL instructions.Akira Hatanaka2012-12-212-10/+40
* [mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka2012-12-211-1/+1
* [mips] Refactor jump, jump register, jump-and-link and nop instructions.Akira Hatanaka2012-12-213-41/+50
* [mips] Refactor load/store left/right and load-link and store-conditionalAkira Hatanaka2012-12-212-79/+52
* [mips] Refactor load/store instructions.Akira Hatanaka2012-12-212-62/+34
* [mips] Remove unnecessary isPseudo parameter.Akira Hatanaka2012-12-211-24/+16
* [mips] Refactor LUI instruction.Akira Hatanaka2012-12-213-6/+17
* [mips] Refactor count leading zero or one instructions.Akira Hatanaka2012-12-213-20/+29
* [mips] Refactor sign-extension-in-register instructions.Akira Hatanaka2012-12-213-11/+21
* [mips] Refactor instructions which copy from and to HI/LO registers.Akira Hatanaka2012-12-213-22/+35
* [mips] Refactor logical NOR instructions.Akira Hatanaka2012-12-212-7/+6
* [mips] Move instruction definitions in MipsInstrInfo.td.Akira Hatanaka2012-12-211-37/+39
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-213-35/+0
* R600: Fix MAX_UINT definitionTom Stellard2012-12-211-1/+1
* R600: Add SHADOWCUBE to TEX_SHADOW patternTom Stellard2012-12-211-1/+1
* Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C...Benjamin Kramer2012-12-212-6/+10
* X86: Match pmin/pmax as a target specific dag combine. This occurs during vec...Benjamin Kramer2012-12-211-0/+77
* Remove duplicate includes.Roman Divacky2012-12-214-4/+0
* R600: Expand vec4 INT <-> FP conversionsTom Stellard2012-12-211-0/+4
* X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...Benjamin Kramer2012-12-215-97/+171
* Add a missing "virtual" keyword.Nadav Rotem2012-12-211-2/+2
* Add ARM cortex-r5 subtarget.Quentin Colombet2012-12-212-1/+13
* Improve the X86 cost model for loads and stores.Nadav Rotem2012-12-212-0/+28
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-211-0/+1
* Call llvm_unreachable instead of assert.Reed Kotler2012-12-211-1/+1
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-204-5/+5
* MachineInstrBuilderize ARM.Jakob Stoklund Olesen2012-12-201-3/+4
* MachineInstrBuilderize NVPTX.Jakob Stoklund Olesen2012-12-201-39/+30
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-203-66/+4
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-204-77/+103
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-209-418/+0
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-203-4/+66