index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MI-Sched support for x86 macro fusion.
Andrew Trick
2013-06-23
1
-0
/
+161
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-13
/
+0
*
X86: Stop LEA64_32r doing unspeakable things to its arguments.
Tim Northover
2013-06-10
1
-49
/
+163
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+1
*
Revert r183069: "TMP: LEA64_32r fixing"
Tim Northover
2013-06-01
1
-110
/
+33
*
TMP: LEA64_32r fixing
Tim Northover
2013-06-01
1
-33
/
+110
*
X86: use sub-register sequences for MOV*r0 operations
Tim Northover
2013-05-30
1
-50
/
+15
*
X86: change zext moves to use sub-register infrastructure.
Tim Northover
2013-05-30
1
-10
/
+1
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-1
/
+1
*
X86: Remove test instructions proceeding shift by immediate instructions
David Majnemer
2013-05-22
1
-17
/
+53
*
X86: Bad peephole interaction between adc, MOV32r0
David Majnemer
2013-05-18
1
-3
/
+18
*
X86: Remove redundant test instructions
David Majnemer
2013-05-15
1
-7
/
+39
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-5
/
+3
*
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-03-27
1
-0
/
+9
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-4
/
+4
*
Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...
Craig Topper
2012-12-29
1
-15
/
+0
*
Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...
Craig Topper
2012-12-29
1
-20
/
+0
*
Remove alignment from a bunch more VEX encoded operations in the folding tables.
Craig Topper
2012-12-26
1
-47
/
+47
*
Remove alignment from folding table for VMOVUPD as an unaligned instruction i...
Craig Topper
2012-12-26
1
-1
/
+1
*
Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit...
Craig Topper
2012-12-26
1
-2
/
+2
*
Remove alignment requirement from VCVTSS2SD in folding tables. Reverting r171...
Craig Topper
2012-12-26
1
-2
/
+2
*
VCVTSS2SD requires a strict alignment. Thanks Elena.
Nadav Rotem
2012-12-25
1
-2
/
+2
*
Some x86 instructions can load/store one of the operands to memory. On SSE, t...
Nadav Rotem
2012-12-24
1
-260
/
+260
*
In some cases, due to scheduling constraints we copy the EFLAGS.
Nadav Rotem
2012-12-21
1
-0
/
+2
*
X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...
Benjamin Kramer
2012-12-21
1
-0
/
+24
*
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
1
-18
/
+21
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-2
/
+2
*
Simplify BMI ANDN matching to use patterns instead of a DAG combine. Also add...
Craig Topper
2012-12-17
1
-0
/
+2
*
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2012-12-17
1
-1
/
+26
*
Remove store forms of DEC/INC from isDefConvertible. Since they are stores th...
Craig Topper
2012-12-17
1
-6
/
+2
*
Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...
Craig Topper
2012-12-06
1
-0
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
1
-3
/
+3
*
X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions
Manman Ren
2012-11-27
1
-0
/
+15
*
Remove alignments from folding tables for scalar FMA4 instructions.
Craig Topper
2012-11-04
1
-16
/
+16
*
Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...
Craig Topper
2012-10-31
1
-0
/
+8
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+4
*
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...
Craig Topper
2012-10-05
1
-0
/
+8
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-2
/
+2
*
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
1
-0
/
+6
*
Add RORX code generation support
Michael Liao
2012-09-26
1
-0
/
+4
*
Add MULX code generation support
Michael Liao
2012-09-26
1
-0
/
+4
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
1
-2
/
+2
*
Add some cases to x86 OptimizeCompare to handle DEC and INC, too.
Jan Wen Voung
2012-09-17
1
-4
/
+14
*
Mark FMA4 instructions as commutable and add them to the folding tables.
Craig Topper
2012-08-31
1
-0
/
+60
*
Add selection of RegOp2MemOpTable3 to canFoldMemoryOperand
Craig Topper
2012-08-31
1
-0
/
+2
*
Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.
Craig Topper
2012-08-28
1
-4
/
+5
[next]