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
/
X86InstrFPStack.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Use SDNPOptInGlue instead of SDNPInGlue on a couple SDNodes.
Craig Topper
2020-01-12
1
-2
/
+2
*
[X86] Preserve fpexcept property when turning strict_fp_extend and strict_fp_...
Craig Topper
2020-01-10
1
-0
/
+3
*
[FPEnv][X86] Constrained FCmp intrinsics enabling on X86
Wang, Pengfei
2019-12-11
1
-6
/
+21
*
[X86] Add strict fp support for operations of X87 instructions
Craig Topper
2019-11-26
1
-17
/
+17
*
[X86] add mayRaiseFPException flag and FPCW registers for X87 instructions
Pengfei Wang
2019-11-01
1
-24
/
+42
*
Revert "[X86] add mayRaiseFPException flag and FPCW registers for X87 instruc...
Nico Weber
2019-10-31
1
-42
/
+24
*
[X86] add mayRaiseFPException flag and FPCW registers for X87 instructions
Craig Topper
2019-10-31
1
-24
/
+42
*
[X86] Remove FSIN/FCOS isel patterns and the pseudo instructions that they se...
Craig Topper
2019-10-31
1
-5
/
+2
*
Recommit r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ...
Craig Topper
2019-04-11
1
-0
/
+13
*
Revert r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ta...
Craig Topper
2019-04-11
1
-13
/
+0
*
[X86] Use FILD/FIST to implement i64 atomic load on 32-bit targets with X87, ...
Craig Topper
2019-04-11
1
-0
/
+13
*
[X86] Remove hasSideEffects=1 from the X87 pseudos with folded load.
Craig Topper
2019-02-21
1
-2
/
+4
*
[X86] Mark FP32_TO_INT16_IN_MEM/FP32_TO_INT32_IN_MEM/FP32_TO_INT64_IN_MEM as ...
Craig Topper
2019-02-19
1
-1
/
+3
*
[X86] Collapse FP_TO_INT16_IN_MEM/FP_TO_INT32_IN_MEM/FP_TO_INT64_IN_MEM into ...
Craig Topper
2019-02-12
1
-7
/
+15
*
[X86] Remove the value type operand from the floating point load/store MemInt...
Craig Topper
2019-02-12
1
-43
/
+73
*
[X86] Removed unused SDTypeProfile. NFC
Craig Topper
2019-02-11
1
-2
/
+0
*
[X86] Add FPCW as an implicit use on floating point load instructions.
Craig Topper
2019-02-08
1
-7
/
+7
*
[X86] Remove isReMaterializable from X87 floating point constant loads and co...
Craig Topper
2019-02-08
1
-3
/
+2
*
[X86] Add FPCW as a register and start using it as an implicit use on floatin...
Craig Topper
2019-02-08
1
-29
/
+27
*
[X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum...
Craig Topper
2019-02-04
1
-16
/
+18
*
[X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...
Craig Topper
2019-02-04
1
-37
/
+37
*
Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a...
Craig Topper
2019-02-04
1
-14
/
+14
*
[X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na...
Craig Topper
2019-02-03
1
-14
/
+14
*
[X86] Add FPSW as a Def on some FP instructions that were missing it.
Craig Topper
2019-01-30
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Mark the FUCOMI instructions as requiring CMOV to be enabled. NFCI
Craig Topper
2018-08-28
1
-0
/
+3
*
[X86] Introduce WriteFLDC for x87 constant loads.
Clement Courbet
2018-05-31
1
-5
/
+8
*
[X86] Extract latency of fldz/fld1 in separate classes.
Clement Courbet
2018-05-31
1
-2
/
+3
*
[X86] Add WriteFCMOV scheduler class for x87 CMOVs
Simon Pilgrim
2018-05-12
1
-1
/
+1
*
[X86] Split WriteFRcp/WriteFRsqrt/WriteFSqrt schedule classes
Simon Pilgrim
2018-05-07
1
-1
/
+1
*
[X86] Remove 'opaque ptr' from the intel syntax parser and printer.
Craig Topper
2018-05-01
1
-4
/
+4
*
[X86] Add WriteFSign/WriteFLogic scheduler classes
Simon Pilgrim
2018-04-20
1
-1
/
+1
*
[X86] Add FP comparison scheduler classes
Simon Pilgrim
2018-04-17
1
-4
/
+6
*
[X86] Remove X87 schedule itineraries (PR37093)
Simon Pilgrim
2018-04-12
1
-125
/
+97
*
[x86] put nops into the WriteNop class and customize for Jaguar
Sanjay Patel
2018-03-19
1
-3
/
+3
*
[X86][X87] Mark pseudo memory fold instructions as load/sideeffects (PR21160,...
Simon Pilgrim
2017-12-24
1
-4
/
+2
*
[X86] Fix XSAVE64 and similar instructions to not be allowed by the assembler...
Craig Topper
2017-12-15
1
-13
/
+12
*
[X86][X87] Tag x87 load/store instructions scheduler classes
Simon Pilgrim
2017-12-08
1
-5
/
+11
*
[X86][X87] Tag x87 float compare instructions scheduler classes
Simon Pilgrim
2017-12-08
1
-11
/
+15
*
[X86][X87] X87 math binop pseudo instructions don't need scheduling info
Simon Pilgrim
2017-12-07
1
-0
/
+5
*
[X86][X87] Tag FCMOV instruction scheduler classes
Simon Pilgrim
2017-12-05
1
-15
/
+19
*
[X86][X87] Tag FP_TO_INT_IN_MEM pseudos with hasNoSchedulingInfo
Simon Pilgrim
2017-11-28
1
-2
/
+2
*
[X86][X87] Tag FTST x87 instruction scheduler class
Simon Pilgrim
2017-11-28
1
-1
/
+2
*
[X86][X87] Tag FABS/FCHS/FSQRT/FSIN/FCOS x87 instruction scheduler classes
Simon Pilgrim
2017-11-28
1
-16
/
+26
*
[globalisel][tablegen] Add support for fpimm and import of APInt/APFloat base...
Daniel Sanders
2017-10-13
1
-8
/
+8
*
[X86][X87] Ensure x87 instructions are tagged as altering the FPSW reg
Simon Pilgrim
2017-09-06
1
-7
/
+8
*
[X86] Add comment to match closing Defs = [FPSW]. NFCI.
Simon Pilgrim
2017-08-06
1
-1
/
+1
*
Revert r295004 (Add MXCSR) due to errors reported by MachineVerifier
Andrew Kaylor
2017-03-13
1
-15
/
+11
*
[X86] Add MXCSR register
Andrew Kaylor
2017-02-13
1
-9
/
+14
*
[X86] Adding FFREEP instruction.
Chris Ray
2017-01-27
1
-0
/
+3
[next]