aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-0114-263/+336
* Hexagon: Clear isKill flag on the predicate register inJyotsna Verma2013-05-011-1/+5
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-012-2/+1
* Put VMOVPQIto64rr in the VRPDI class.Rafael Espindola2013-05-011-3/+3
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-307-37/+43
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-305-3/+145
* [mips] Simplify code.Akira Hatanaka2013-04-301-4/+1
* [mips] Clear isCommutable bit of instructions which are not commutable.Akira Hatanaka2013-04-301-14/+8
* Text files should not be marked executable.Rafael Espindola2013-04-301-0/+0
* s tightens up the encoding description for ARM post-indexed ldr instructions....Mihai Popa2013-04-301-0/+1
* Refactoring patch.Stepan Dyatkovskiy2013-04-305-66/+100
* R600: Always use texture cache for compute shadersVincent Lejeune2013-04-301-2/+6
* R600: use native for aluVincent Lejeune2013-04-304-4/+135
* R600: Packetize instructionsVincent Lejeune2013-04-306-3/+464
* R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune2013-04-305-32/+105
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-304-11/+19
* R600: Take inner dependency into tex/vtx clausesVincent Lejeune2013-04-301-0/+34
* R600: Turn TEX/VTX into native instructionsVincent Lejeune2013-04-303-15/+50
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-309-58/+95
* R600: Add some new processor variantsVincent Lejeune2013-04-302-1/+3
* R600: Clean up instruction class definitionsVincent Lejeune2013-04-301-23/+14
* R600: config section now reports use of killgtVincent Lejeune2013-04-301-0/+4
* R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard2013-04-291-1/+1
* R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard2013-04-291-0/+1
* AArch64 InstrFormats:Jia Liu2013-04-281-1/+1
* Make all darwin ppc stubs local.Rafael Espindola2013-04-271-1/+9
* R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard2013-04-261-0/+2
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-264-16/+22
* PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand2013-04-263-432/+452
* PowerPC: Fix encoding of vsubcuw and vsum4sbs instructionsUlrich Weigand2013-04-261-2/+2
* PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand2013-04-261-2/+2
* PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand2013-04-263-3/+36
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-261-0/+3
* ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer2013-04-261-0/+23
* X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer2013-04-261-0/+51
* Mips assembler: .set reorder supportJack Carter2013-04-251-0/+13
* Make function documentation conform to llvm standards.Preston Gurd2013-04-251-30/+32
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-251-0/+68
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-257-0/+270
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-251-2/+15
* [mips] Add definitions of micromips load and store instructions.Akira Hatanaka2013-04-254-17/+43
* [mips] Add definitions of micromips shift instructions.Akira Hatanaka2013-04-254-12/+62
* R600: Initialize BooleanVectorContentsTom Stellard2013-04-241-0/+1
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-241-1/+1
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-232-176/+149
* Hexagon: Define relations for GP-relative instructions.Jyotsna Verma2013-04-231-15/+17
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-231-3/+6
* Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin2013-04-231-12/+12
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-235-108/+80
* Change commentary for PowerPC Boolean vector contents.Bill Schmidt2013-04-231-1/+2