index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid Wparentheses warning.
Simon Pilgrim
2018-01-15
1
-2
/
+2
*
[X86][MMX] Add support for MMX zero vector creation
Simon Pilgrim
2018-01-15
1
-0
/
+6
*
[X86][SSE] Add custom execution domain fixing for BLENDPD/BLENDPS/PBLENDD/PBL...
Simon Pilgrim
2018-01-15
1
-3
/
+188
*
[MachineOutliner] AArch64: Handle instrs that use SP and will never need fixups
Jessica Paquette
2018-01-09
1
-2
/
+2
*
[X86] Add VSHUFF32X4 and similar instructions to load folding tables.
Craig Topper
2018-01-07
1
-0
/
+24
*
[X86] Add the 16 and 8-bit CRC32 instructions to the load folding tables.
Craig Topper
2018-01-07
1
-0
/
+3
*
[X86] Correct the load folding flags for xmm fp->mmx conversion instructions.
Craig Topper
2018-01-07
1
-4
/
+4
*
[X86] Add TB_NO_REVERSE to some scalar intrinsic instructions in the load fol...
Craig Topper
2018-01-07
1
-4
/
+4
*
[X86] Don't put any EVEX_B instructions in the tablegen generated load foldin...
Craig Topper
2018-01-07
1
-0
/
+1
*
[X86] Add 128 and 256-bit VPOPCNTD/Q instructions to load folding tables.
Craig Topper
2018-01-07
1
-0
/
+30
*
[X86] Add some 8 and 16-bit instructions to the load folding tables.
Craig Topper
2018-01-07
1
-0
/
+6
*
[X86] Add EVEX vcvtph2ps to the load folding tables.
Craig Topper
2018-01-07
1
-1
/
+4
*
[X86] Remove cvtps2ph xmm->xmm from store folding tables. Add the evex versio...
Craig Topper
2018-01-07
1
-2
/
+3
*
[X86] Add CMP8ri8 to load folding tables.
Craig Topper
2018-01-07
1
-0
/
+1
*
Remove superfluous break after a return. NFCI.
Simon Pilgrim
2017-12-17
1
-1
/
+0
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-14
/
+14
*
[X86] Rename some instructions that start with Int_ to have the _Int at the end.
Craig Topper
2017-12-10
1
-64
/
+64
*
[X86] Fix a few instructions that were named Z512 instead of just Z.
Craig Topper
2017-12-10
1
-3
/
+3
*
[X86] Rename some instructions so that 'b' is added as a suffix instead of re...
Craig Topper
2017-12-10
1
-6
/
+6
*
[X86] Rename the rb form of scalar ADD/SUB/MUL/DIV to include _Int since they...
Craig Topper
2017-12-10
1
-6
/
+6
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-5
/
+5
*
Re-commit r319490 "XOR the frame pointer with the stack cookie when protectin...
Hans Wennborg
2017-12-05
1
-0
/
+15
*
Revert r319490 "XOR the frame pointer with the stack cookie when protecting t...
Hans Wennborg
2017-12-04
1
-15
/
+0
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-2
/
+3
*
XOR the frame pointer with the stack cookie when protecting the stack
Reid Kleckner
2017-11-30
1
-0
/
+15
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
[X86] Don't invert NewCC variable while processing the jcc/setcc/cmovcc instr...
Craig Topper
2017-11-23
1
-7
/
+9
*
[x86][icelake]vpclmulqdq introduction
Coby Tayree
2017-11-21
1
-1
/
+5
*
[X86] Add scalar register class versions of VRNDSCALE instructions and rename...
Craig Topper
2017-11-11
1
-2
/
+6
*
[X86] Prevent fast isel from folding loads into the instructions listed in ha...
Craig Topper
2017-11-01
1
-0
/
+7
*
[X86] Make AVX512_512_SET0 XMM16-31 lower to 128-bit XOR when AVX512VL is ena...
Craig Topper
2017-10-31
1
-13
/
+2
*
[X86] Rearrange code in X86InstrInfo.cpp to put all the foldMemoryOperandImpl...
Craig Topper
2017-10-30
1
-270
/
+270
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-10-21
1
-4
/
+4
*
[X86][SSE] Add extractps/pextrd equivalence to domain tables
Simon Pilgrim
2017-10-21
1
-0
/
+6
*
[X86] Add AVX512 versions of VCVTPD2PS to load folding tables.
Craig Topper
2017-10-14
1
-0
/
+3
*
[X86] Add AVX512 flavors of VCVTDQ2PD plus VCVTUDQ2PD to the load folding tab...
Craig Topper
2017-10-14
1
-0
/
+6
*
[X86] Remove TB_NO_REVERSE from VCVTDQ2PDYrr and VCVTPS2PDYrr in the load fol...
Craig Topper
2017-10-14
1
-2
/
+2
*
[X86] Add missing entries in 'MemoryFoldTable2Addr' to get complete form of t...
Ayman Musa
2017-10-08
1
-0
/
+50
*
[MachineOutliner] Disable outlining from LinkOnceODRs by default
Jessica Paquette
2017-10-07
1
-2
/
+16
*
[X86] Redefine MOVSS/MOVSD instructions to take VR128 regclass as input inste...
Craig Topper
2017-10-04
1
-10
/
+0
*
[X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMem
Craig Topper
2017-10-01
1
-4
/
+4
*
[MachineOutliner] AArch64: Avoid saving + restoring LR if possible
Jessica Paquette
2017-09-27
1
-30
/
+54
*
Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...
Craig Topper
2017-09-27
1
-21
/
+0
*
Revert r314248 "[X86] Don't emit X86::MOV8rr_NOREX from X86InstrInfo::copyPhy...
Craig Topper
2017-09-27
1
-5
/
+7
*
Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into post...
Craig Topper
2017-09-26
1
-0
/
+21
*
[X86] Don't emit X86::MOV8rr_NOREX from X86InstrInfo::copyPhysReg.
Craig Topper
2017-09-26
1
-7
/
+5
*
Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos...
Benjamin Kramer
2017-09-26
1
-21
/
+0
*
[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like th...
Craig Topper
2017-09-25
1
-0
/
+21
*
[X86] Add IFMA instructions to the load folding tables and make them commutab...
Craig Topper
2017-09-24
1
-0
/
+53
*
[X86] Make sure we still mark the full register as implicitly defined when we...
Craig Topper
2017-09-24
1
-4
/
+10
[next]