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
...
*
[X86] Bring back the MOV64r0 pseudo instruction
Craig Topper
2018-10-24
1
-4
/
+19
*
X86: Do not optimize branches with undef eflags inputs
Matthias Braun
2018-10-22
1
-0
/
+5
*
X86, AArch64, ARM: Do not attach debug location to spill/reload instructions
Matthias Braun
2018-10-05
1
-4
/
+2
*
Revert "X86, AArch64, ARM: Do not attach debug location to spill/reload instr...
Matt Morehouse
2018-10-02
1
-2
/
+4
*
X86, AArch64, ARM: Do not attach debug location to spill/reload instructions
Matthias Braun
2018-10-01
1
-4
/
+2
*
[X86] Change an llvm_unreachable to a report_fatal_error so the optimizer wil...
Craig Topper
2018-09-30
1
-1
/
+1
*
Remove FrameAccess struct from hasLoadFromStackSlot
Sander de Smalen
2018-09-05
1
-4
/
+8
*
Extend hasStoreToStackSlot with list of FI accesses.
Sander de Smalen
2018-09-03
1
-4
/
+10
*
Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions
Alexander Ivchenko
2018-08-30
1
-3
/
+3
*
[MinGW] [X86] Add stubs for references to data variables that might end up im...
Martin Storsjo
2018-08-29
1
-1
/
+2
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-25
/
+18
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-18
/
+56
*
[X86] Change the MOV32ri64 pseudo instruction to def a GR64 directly instead ...
Craig Topper
2018-08-11
1
-1
/
+6
*
[X86] Allow fake unary unpckhpd and movhlps to be commuted for execution doma...
Craig Topper
2018-08-02
1
-0
/
+27
*
[MachineOutliner][X86] Use TAILJMPd64 instead of JMP_1 for TailCall construction
Francis Visoiu Mistrih
2018-07-30
1
-1
/
+1
*
[MachineOutliner][NFC] Move target frame info into OutlinedFunction
Jessica Paquette
2018-07-24
1
-7
/
+8
*
[x86] Teach the x86 backend that it can fold between TCRETURNm* and TCRETURNr...
Chandler Carruth
2018-07-24
1
-0
/
+31
*
[MachineOutliner][NFC] Make Candidates own their call information
Jessica Paquette
2018-07-24
1
-23
/
+28
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-07-23
1
-16
/
+44
*
[X86] Enable commuting of VUNPCKHPD to VMOVLHPS to enable load folding by usi...
Craig Topper
2018-07-18
1
-4
/
+16
*
[X86] Add custom execution domain fixing for 128/256-bit integer logic operat...
Craig Topper
2018-07-15
1
-0
/
+85
*
[X86] Fix a subtle bug in the custom execution domain fixing for blends.
Craig Topper
2018-07-14
1
-2
/
+2
*
[X86] The TEST instruction is eliminated when BSF/TZCNT is used
Craig Topper
2018-07-11
1
-0
/
+7
*
[X86] Teach X86InstrInfo::commuteInstructionImpl to use MOVSD/MOVSS for BLEND...
Craig Topper
2018-07-10
1
-1
/
+21
*
[MachineOutliner] Fix typo in getOutliningCandidateInfo function name
Yvan Roux
2018-07-04
1
-1
/
+1
*
[X86] Remove FMA3Info DenseMap. Break into sorted tables that we can binary s...
Craig Topper
2018-07-02
1
-2
/
+4
*
[X86] Remove the places that return nullptr from X86InstrInfo::commuteInstruc...
Craig Topper
2018-07-01
1
-44
/
+10
*
[X86] Move the memory unfolding table creation into its own class and make it...
Craig Topper
2018-07-01
1
-5473
/
+58
*
[X86] Move the X86InstrFMA3Info class into the cpp file. Expose only a getFMA...
Craig Topper
2018-06-30
1
-4
/
+2
*
[X86] Use a std::vector for the memory unfolding table.
Craig Topper
2018-06-29
1
-23
/
+36
*
Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...
Jonas Devlieghere
2018-06-28
1
-44
/
+16
*
Unify sorted asserts to use the existing atomic pattern
Benjamin Kramer
2018-06-28
1
-3
/
+4
*
[X86] Make folding table checking threadsafe
Benjamin Kramer
2018-06-27
1
-4
/
+3
*
[X86] Don't store register and memory FMA3 opcodes in the same X86InstrFMA3Gr...
Craig Topper
2018-06-27
1
-9
/
+3
*
[X86] Add comment about the sorting of the memory folding tables added in r33...
Craig Topper
2018-06-25
1
-0
/
+15
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-06-25
1
-16
/
+44
*
[X86] Sort the static memory folding tables by reg opcode. Remove the reg->me...
Craig Topper
2018-06-25
1
-5405
/
+5327
*
[X86] Block commuting operand 1 of FMA*_Int instructions in findThreeSrcCommu...
Craig Topper
2018-06-25
1
-59
/
+43
*
[X86] Rename VFPCLASSSS and VFPCLASSSD internal instruction names to include ...
Craig Topper
2018-06-24
1
-4
/
+4
*
Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
Reid Kleckner
2018-06-21
1
-44
/
+16
*
[X86] Commit some comments that weren't in the medium code model patch
Reid Kleckner
2018-06-21
1
-4
/
+4
*
[X86] Implement more of x86-64 large and medium PIC code models
Reid Kleckner
2018-06-21
1
-14
/
+42
*
[X86] Use setcc ISD opcode for AVX512 integer comparisons all the way to isel
Craig Topper
2018-06-20
1
-0
/
+17
*
[MachineOutliner] NFC: Remove insertOutlinerPrologue, rename insertOutlinerEp...
Jessica Paquette
2018-06-19
1
-6
/
+1
*
[X86] Add all the FMA instructions direclty to the load folding table instead...
Craig Topper
2018-06-17
1
-30
/
+544
*
[X86] More additions to the load folding tables based on the autogenerated ta...
Craig Topper
2018-06-16
1
-4
/
+777
*
[X86] Add more instructions to the hasUndefRegUpdate list.
Craig Topper
2018-06-15
1
-0
/
+31
*
[X86] Prevent folding stack reloads into instructions in hasUndefRegUpdate.
Craig Topper
2018-06-15
1
-4
/
+10
*
Revert r334802 "[X86] Prevent folding stack reloads with instructions that ha...
Craig Topper
2018-06-15
1
-7
/
+4
*
[X86] Prevent folding stack reloads with instructions that have an undefined ...
Craig Topper
2018-06-15
1
-4
/
+7
[prev]
[next]