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-FMA3: Implemented commute transformations FMA*_Int instructions.
Vyacheslav Klochkov
2015-11-13
1
-118
/
+206
*
My first/test commit. Removed a trailing whitespace.
Vyacheslav Klochkov
2015-11-12
1
-1
/
+1
*
Improved the operands commute transformation for X86-FMA3 instructions.
Andrew Kaylor
2015-11-06
1
-27
/
+326
*
Warning fix.
Simon Pilgrim
2015-11-04
1
-2
/
+2
*
[X86][SSE] Add general memory folding for (V)INSERTPS instruction
Simon Pilgrim
2015-11-04
1
-7
/
+71
*
Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of sca...
Andrew Kaylor
2015-11-04
1
-0
/
+24
*
AVX512: Add AVX-512 not materializable instructions.
Igor Breger
2015-10-26
1
-1
/
+29
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
1
-3
/
+5
*
[x86] enable machine combiner reassociations for 256-bit vector logical integ...
Sanjay Patel
2015-09-30
1
-0
/
+3
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-59
/
+57
*
[Machine Combiner] Refactor machine reassociation code to be target-independent.
Chad Rosier
2015-09-21
1
-206
/
+9
*
AVX-512: shufflevector for i1 vectors <2 x i1> .. <64 x i1>
Elena Demikhovsky
2015-09-17
1
-0
/
+4
*
[x86] enable machine combiner reassociations for 128-bit vector logical integ...
Sanjay Patel
2015-09-12
1
-0
/
+6
*
revert r247506; need to verify changes in existing tests
Sanjay Patel
2015-09-12
1
-6
/
+0
*
[x86] enable machine combiner reassociations for 128-bit vector logical integ...
Sanjay Patel
2015-09-12
1
-0
/
+6
*
[x86] enable machine combiner reassociations for scalar 'xor' insts
Sanjay Patel
2015-09-03
1
-0
/
+4
*
rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI)
Sanjay Patel
2015-09-01
1
-3
/
+3
*
[x86] enable machine combiner reassociations for scalar 'or' insts
Sanjay Patel
2015-08-31
1
-0
/
+4
*
[MIR Serialization] static -> static const in getSerializable*MachineOperandT...
Hal Finkel
2015-08-30
1
-1
/
+1
*
[x86] enable machine combiner reassociations for scalar 'and' insts
Sanjay Patel
2015-08-28
1
-1
/
+5
*
Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC
Andrew Kaylor
2015-08-26
1
-1
/
+1
*
[x86] enable machine combiner reassociations for 256-bit vector min/max
Sanjay Patel
2015-08-21
1
-0
/
+4
*
[x86] invert logic for attribute 'FeatureFastUAMem'
Sanjay Patel
2015-08-21
1
-3
/
+8
*
[x86] enable machine combiner reassociations for 128-bit vector min/max
Sanjay Patel
2015-08-21
1
-0
/
+8
*
[x86] enable machine combiner reassociations for scalar double-precision min/max
Sanjay Patel
2015-08-19
1
-0
/
+4
*
[x86] enable machine combiner reassociations for scalar single-precision maxi...
Sanjay Patel
2015-08-19
1
-0
/
+2
*
[x86] enable machine combiner reassociations for scalar single-precision mini...
Sanjay Patel
2015-08-15
1
-0
/
+6
*
fix typo; NFC
Sanjay Patel
2015-08-12
1
-1
/
+1
*
[x86] enable machine combiner reassociations for 256-bit vector FP mul/add
Sanjay Patel
2015-08-12
1
-0
/
+4
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-2
/
+2
*
[x86] enable machine combiner reassociations for 128-bit vector single/double...
Sanjay Patel
2015-08-11
1
-2
/
+6
*
x86: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
2015-08-10
1
-26
/
+51
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-10
1
-5
/
+2
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-10
1
-3
/
+1
*
[x86] enable machine combiner reassociations for 128-bit vector single/double...
Sanjay Patel
2015-08-08
1
-0
/
+4
*
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
2015-08-06
1
-0
/
+35
*
Revert "Fix MO's analyzePhysReg, it was confusing sub- and super-registers. P...
JF Bastien
2015-08-05
1
-48
/
+26
*
Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem p...
JF Bastien
2015-08-05
1
-26
/
+48
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-2
/
+3
*
[x86] machine combiner reassociation: mark EFLAGS operand as 'dead'
Sanjay Patel
2015-08-04
1
-4
/
+43
*
[x86] reassociate integer multiplies using machine combiner pass
Sanjay Patel
2015-07-31
1
-10
/
+30
*
push fast-math check for machine-combiner reassociations into instruction-typ...
Sanjay Patel
2015-07-30
1
-7
/
+4
*
fix invalid load folding with SSE/AVX FP logical instructions (PR22371)
Sanjay Patel
2015-07-28
1
-12
/
+3
*
[X86] Allow load folding into PUSH instructions
Michael Kuperstein
2015-07-23
1
-4
/
+11
*
Remove TargetInstrInfo::canFoldMemoryOperand
Simon Pilgrim
2015-07-19
1
-56
/
+0
*
[MMX] Use the appropriate instructions for GR64 <-> VR64 copies.
Bruno Cardoso Lopes
2015-07-14
1
-2
/
+2
*
[x86] enable machine combiner reassociations for scalar double-precision mult...
Sanjay Patel
2015-07-09
1
-1
/
+3
*
[x86] enable machine combiner reassociations for scalar double-precision adds
Sanjay Patel
2015-07-09
1
-0
/
+2
*
[x86] enable machine combiner reassociations for scalar single-precision mult...
Sanjay Patel
2015-07-08
1
-2
/
+4
*
[X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding support
Simon Pilgrim
2015-07-08
1
-4
/
+8
[next]