index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrInfo.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-08
[x86] enable machine combiner reassociations for 128-bit vector single/double...
Sanjay Patel
1
-0
/
+4
2015-08-06
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
1
-0
/
+35
2015-08-05
Revert "Fix MO's analyzePhysReg, it was confusing sub- and super-registers. P...
JF Bastien
1
-48
/
+26
2015-08-05
Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem p...
JF Bastien
1
-26
/
+48
2015-08-04
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
1
-2
/
+3
2015-08-04
[x86] machine combiner reassociation: mark EFLAGS operand as 'dead'
Sanjay Patel
1
-4
/
+43
2015-07-31
[x86] reassociate integer multiplies using machine combiner pass
Sanjay Patel
1
-10
/
+30
2015-07-30
push fast-math check for machine-combiner reassociations into instruction-typ...
Sanjay Patel
1
-7
/
+4
2015-07-28
fix invalid load folding with SSE/AVX FP logical instructions (PR22371)
Sanjay Patel
1
-12
/
+3
2015-07-23
[X86] Allow load folding into PUSH instructions
Michael Kuperstein
1
-4
/
+11
2015-07-19
Remove TargetInstrInfo::canFoldMemoryOperand
Simon Pilgrim
1
-56
/
+0
2015-07-14
[MMX] Use the appropriate instructions for GR64 <-> VR64 copies.
Bruno Cardoso Lopes
1
-2
/
+2
2015-07-09
[x86] enable machine combiner reassociations for scalar double-precision mult...
Sanjay Patel
1
-1
/
+3
2015-07-09
[x86] enable machine combiner reassociations for scalar double-precision adds
Sanjay Patel
1
-0
/
+2
2015-07-08
[x86] enable machine combiner reassociations for scalar single-precision mult...
Sanjay Patel
1
-2
/
+4
2015-07-08
[X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding support
Simon Pilgrim
1
-4
/
+8
2015-07-07
use range-based for loops; NFCI
Sanjay Patel
1
-35
/
+17
2015-07-06
[x86] extend machine combiner reassociation optimization to SSE scalar adds
Sanjay Patel
1
-13
/
+19
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-2
/
+2
2015-06-23
[x86] generalize reassociation optimization in machine combiner to 2 instruct...
Sanjay Patel
1
-77
/
+87
2015-06-22
[X86][FMA4] FMA4 ops can perform unaligned folded loads.
Simon Pilgrim
1
-64
/
+64
2015-06-22
[X86] Teach load folding to accept scalar _Int users of MOVSS/MOVSD.
Ahmed Bougacha
1
-10
/
+46
2015-06-19
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
Sanjay Patel
1
-3
/
+3
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-2
/
+2
2015-06-15
[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
Sanjoy Das
1
-5
/
+85
2015-06-15
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
1
-0
/
+30
2015-06-13
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
1
-1
/
+1
2015-06-11
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
1
-5
/
+3
2015-06-10
change assert that will never fire to llvm_unreachable
Sanjay Patel
1
-1
/
+1
2015-06-10
[x86] Add a reassociation optimization to increase ILP via the MachineCombine...
Sanjay Patel
1
-0
/
+204
2015-06-08
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
1
-41
/
+44
2015-06-08
AVX-512: Implemented 256/128bit VALIGND/Q instructions for SKX and KNL
Igor Breger
1
-2
/
+2
2015-06-07
[X86] Added BitScanForward/BitScanReverse memory folding + tests
Simon Pilgrim
1
-0
/
+6
2015-05-19
MachineInstr: Remove unused parameter.
Matthias Braun
1
-1
/
+1
2015-05-13
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
1
-1
/
+1
2015-05-07
[x86] eliminate unnecessary shuffling/moves with unary scalar math ops (PR21507)
Sanjay Patel
1
-0
/
+6
2015-04-28
[x86] remove RCPPS and RSQRTPS intrinsic instruction definitions
Sanjay Patel
1
-6
/
+0
2015-04-17
[X86, AVX] add an exedepfix entry for vmovq == vmovlps == vmovlpd
Sanjay Patel
1
-1
/
+1
2015-04-15
[X86] add an exedepfix entry for movq == movlps == movlpd
Sanjay Patel
1
-0
/
+2
2015-04-03
[X86] Added SSE4.2 CRC32 memory folding patterns + tests
Simon Pilgrim
1
-0
/
+2
2015-04-03
[X86][3DNow] Added 3DNow! memory folding patterns + tests
Simon Pilgrim
1
-0
/
+28
2015-03-12
Remove the need to cache the subtarget in the X86 TargetRegisterInfo
Eric Christopher
1
-1
/
+1
2015-02-28
Convert push_back loops into append calls.
Benjamin Kramer
1
-2
/
+2
2015-02-28
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
1
-26
/
+21
2015-02-28
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
1
-1
/
+1
2015-02-25
[X86][MMX] Reapply: Add MMX instructions to foldable tables
Bruno Cardoso Lopes
1
-0
/
+84
2015-02-23
Revert "[X86][MMX] Add MMX instructions to foldable tables"
Bruno Cardoso Lopes
1
-82
/
+0
2015-02-23
[X86][MMX] Add MMX instructions to foldable tables
Bruno Cardoso Lopes
1
-0
/
+82
2015-02-17
rename variables again because these tables also deal with stores; NFC
Sanjay Patel
1
-31
/
+31
2015-02-17
Add comment to explain a non-obvious setting; NFC.
Sanjay Patel
1
-0
/
+6
[prev]
[next]