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
/
X86InstrFoldTables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add broadcast load unfolding support for VPTESTMD/Q and VPTESTNMD/Q.
Craig Topper
2019-09-28
1
-0
/
+12
*
[X86] Add MMX MOVD/MOVQ stores to folding tables to support stack folding
Simon Pilgrim
2019-09-24
1
-0
/
+2
*
[X86] Add broadcast load unfolding support for VCMPPS/PD.
Craig Topper
2019-09-10
1
-0
/
+6
*
[X86] Add broadcast load unfolding support for vpcmpeq/vpcmpgt/vpcmp/vpcmpu.
Craig Topper
2019-09-09
1
-0
/
+24
*
[X86] Add broadcast load unfold support for smin/umin/smax/umax.
Craig Topper
2019-09-09
1
-0
/
+24
*
[X86] Add broadcast load unfolding support for VMAXPS/PD and VMINPS/PD.
Craig Topper
2019-09-09
1
-0
/
+24
*
[X86] Add support for unfold broadcast loads from FMA instructions.
Craig Topper
2019-09-07
1
-0
/
+121
*
[X86] Add initial support for unfolding broadcast loads from arithmetic instr...
Craig Topper
2019-09-01
1
-0
/
+74
*
[X86] Add MOVSDrr->MOVLPDrm entry to load folding table. Add custom handling ...
Craig Topper
2019-07-08
1
-0
/
+3
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-4
/
+2
*
[X86] Remove MOVDI2SSrm/MOV64toSDrm/MOVSS2DImr/MOVSDto64mr CodeGenOnly instru...
Craig Topper
2019-06-18
1
-12
/
+12
*
[X86] Add TB_NO_REVERSE to some memory folding table entries where the regist...
Craig Topper
2019-06-17
1
-3
/
+3
*
[X86] Add TB_NO_REVERSE to some folding table entries where the register from...
Craig Topper
2019-06-16
1
-9
/
+9
*
[X86] Add AVX512BF16 and AVX512VP2INTERSECT instructions to the loading foldi...
Craig Topper
2019-06-01
1
-0
/
+33
*
[X86] Make the X86FoldTablesEmitter functional again. Fix the spacing in the ...
Craig Topper
2019-06-01
1
-4
/
+2
*
Revert r359392 and r358887
Craig Topper
2019-05-06
1
-0
/
+6
*
[X86] Remove (V)MOV64toSDrr/m and (V)MOVDI2SSrr/m. Use 128-bit result MOVD/MO...
Craig Topper
2019-04-28
1
-6
/
+0
*
[X86] Merge the different SETcc instructions for each condition code into sin...
Craig Topper
2019-04-05
1
-16
/
+1
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-48
/
+3
*
[X86] Make ADD*_DB post-RA pseudos and expand them in expandPostRAPseudo.
Craig Topper
2019-03-18
1
-15
/
+15
*
[X86] Enable 8-bit OR with disjoint bits to convert to LEA
Craig Topper
2019-03-05
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[x86] Teach the x86 backend that it can fold between TCRETURNm* and TCRETURNr...
Chandler Carruth
2018-07-24
1
-0
/
+2
*
[X86] Move the memory unfolding table creation into its own class and make it...
Craig Topper
2018-07-01
1
-0
/
+5410