summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...Craig Topper2012-12-26
* Merge an AVX/SSE 256-bit and 128-bit multiclass.Craig Topper2012-12-26
* Mark VANDNPD/VANDNPDS as not commutable.Craig Topper2012-12-26
* Remove alignment from a bunch more VEX encoded operations in the folding tables.Craig Topper2012-12-26
* Remove alignment from folding table for VMOVUPD as an unaligned instruction i...Craig Topper2012-12-26
* Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit...Craig Topper2012-12-26
* Remove alignment requirement from VCVTSS2SD in folding tables. Reverting r171...Craig Topper2012-12-26
* Expand PPC64 atomic load and storeHal Finkel2012-12-25
* X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer2012-12-25
* X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer2012-12-25
* VCVTSS2SD requires a strict alignment. Thanks Elena.Nadav Rotem2012-12-25
* Quiet gcc's -Wparenthesis warning. No functionality change.Nick Lewycky2012-12-24
* Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer2012-12-24
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-24
* Some x86 instructions can load/store one of the operands to memory. On SSE, t...Nadav Rotem2012-12-24
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-24
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-23
* whitespaceNadav Rotem2012-12-23
* Rename a function.Nadav Rotem2012-12-23
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-23
* X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.Benjamin Kramer2012-12-22
* X86: Emit vector sext as shuffle + sra if vpmovsx is not available.Benjamin Kramer2012-12-22
* In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem2012-12-21
* [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardwareAkira Hatanaka2012-12-21
* [mips] Refactor SYNC and multiply/divide instructions.Akira Hatanaka2012-12-21
* [mips] Refactor BAL instructions.Akira Hatanaka2012-12-21
* [mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka2012-12-21
* [mips] Refactor jump, jump register, jump-and-link and nop instructions.Akira Hatanaka2012-12-21
* [mips] Refactor load/store left/right and load-link and store-conditionalAkira Hatanaka2012-12-21
* [mips] Refactor load/store instructions.Akira Hatanaka2012-12-21
* [mips] Remove unnecessary isPseudo parameter.Akira Hatanaka2012-12-21
* [mips] Refactor LUI instruction.Akira Hatanaka2012-12-21
* [mips] Refactor count leading zero or one instructions.Akira Hatanaka2012-12-21
* [mips] Refactor sign-extension-in-register instructions.Akira Hatanaka2012-12-21
* [mips] Refactor instructions which copy from and to HI/LO registers.Akira Hatanaka2012-12-21
* [mips] Refactor logical NOR instructions.Akira Hatanaka2012-12-21
* [mips] Move instruction definitions in MipsInstrInfo.td.Akira Hatanaka2012-12-21
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-21
* R600: Fix MAX_UINT definitionTom Stellard2012-12-21
* R600: Add SHADOWCUBE to TEX_SHADOW patternTom Stellard2012-12-21
* Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C...Benjamin Kramer2012-12-21
* X86: Match pmin/pmax as a target specific dag combine. This occurs during vec...Benjamin Kramer2012-12-21
* Remove duplicate includes.Roman Divacky2012-12-21
* R600: Expand vec4 INT <-> FP conversionsTom Stellard2012-12-21
* X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...Benjamin Kramer2012-12-21
* Add a missing "virtual" keyword.Nadav Rotem2012-12-21
* Add ARM cortex-r5 subtarget.Quentin Colombet2012-12-21
* Improve the X86 cost model for loads and stores.Nadav Rotem2012-12-21
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-21
* Call llvm_unreachable instead of assert.Reed Kotler2012-12-21