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
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
[x86] generalize reassociation optimization in machine combiner to 2 instruct...
Sanjay Patel
2015-06-23
1
-77
/
+87
*
[X86][FMA4] FMA4 ops can perform unaligned folded loads.
Simon Pilgrim
2015-06-22
1
-64
/
+64
*
[X86] Teach load folding to accept scalar _Int users of MOVSS/MOVSD.
Ahmed Bougacha
2015-06-22
1
-10
/
+46
*
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
Sanjay Patel
2015-06-19
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
Sanjoy Das
2015-06-15
1
-5
/
+85
*
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
2015-06-15
1
-0
/
+30
*
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
2015-06-13
1
-1
/
+1
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-5
/
+3
*
change assert that will never fire to llvm_unreachable
Sanjay Patel
2015-06-10
1
-1
/
+1
*
[x86] Add a reassociation optimization to increase ILP via the MachineCombine...
Sanjay Patel
2015-06-10
1
-0
/
+204
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-41
/
+44
*
AVX-512: Implemented 256/128bit VALIGND/Q instructions for SKX and KNL
Igor Breger
2015-06-08
1
-2
/
+2
*
[X86] Added BitScanForward/BitScanReverse memory folding + tests
Simon Pilgrim
2015-06-07
1
-0
/
+6
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-1
/
+1
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-1
/
+1
*
[x86] eliminate unnecessary shuffling/moves with unary scalar math ops (PR21507)
Sanjay Patel
2015-05-07
1
-0
/
+6
*
[x86] remove RCPPS and RSQRTPS intrinsic instruction definitions
Sanjay Patel
2015-04-28
1
-6
/
+0
*
[X86, AVX] add an exedepfix entry for vmovq == vmovlps == vmovlpd
Sanjay Patel
2015-04-17
1
-1
/
+1
*
[X86] add an exedepfix entry for movq == movlps == movlpd
Sanjay Patel
2015-04-15
1
-0
/
+2
*
[X86] Added SSE4.2 CRC32 memory folding patterns + tests
Simon Pilgrim
2015-04-03
1
-0
/
+2
*
[X86][3DNow] Added 3DNow! memory folding patterns + tests
Simon Pilgrim
2015-04-03
1
-0
/
+28
*
Remove the need to cache the subtarget in the X86 TargetRegisterInfo
Eric Christopher
2015-03-12
1
-1
/
+1
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-2
/
+2
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-26
/
+21
*
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
2015-02-28
1
-1
/
+1
*
[X86][MMX] Reapply: Add MMX instructions to foldable tables
Bruno Cardoso Lopes
2015-02-25
1
-0
/
+84
*
Revert "[X86][MMX] Add MMX instructions to foldable tables"
Bruno Cardoso Lopes
2015-02-23
1
-82
/
+0
*
[X86][MMX] Add MMX instructions to foldable tables
Bruno Cardoso Lopes
2015-02-23
1
-0
/
+82
*
rename variables again because these tables also deal with stores; NFC
Sanjay Patel
2015-02-17
1
-31
/
+31
*
Add comment to explain a non-obvious setting; NFC.
Sanjay Patel
2015-02-17
1
-0
/
+6
*
remove function names from comments; NFC
Sanjay Patel
2015-02-17
1
-38
/
+31
*
replace meaningless variable names; NFCI
Sanjay Patel
2015-02-17
1
-31
/
+31
*
prevent folding a scalar FP load into a packed logical FP instruction (PR22371)
Sanjay Patel
2015-02-17
1
-8
/
+25
*
[X86][XOP] Enable commutation for XOP instructions
Simon Pilgrim
2015-02-14
1
-0
/
+26
*
X86: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-4
/
+2
*
Relaxed over-zealous alignment requirement for VEX-encoded AES instructions
Simon Pilgrim
2015-02-12
1
-2
/
+2
*
[X86][AVX2] Missing AVX2 memory folding instructions
Simon Pilgrim
2015-02-10
1
-3
/
+35
*
[X86][XOP] Added XOP memory folding patterns + tests
Simon Pilgrim
2015-02-10
1
-5
/
+100
*
[X86] Preserve mem refs on newly created 'Store' node instead of 'Load' node ...
Craig Topper
2015-02-10
1
-1
/
+1
*
[X86] Remove unnecessary alignment checks from the load folding tables.
Craig Topper
2015-02-10
1
-44
/
+44
*
rename variable to give it some meaning; remove obvious comments; NFC
Sanjay Patel
2015-02-09
1
-12
/
+12
*
fix comment that didn't match the code; remove unnecessary braces; NFC
Sanjay Patel
2015-02-09
1
-4
/
+3
*
Moved AVX2 vbroadcast (reg) instruction foldings under the correct grouping. ...
Simon Pilgrim
2015-02-08
1
-3
/
+3
*
[X86][AVX] Added missing stack folding support + test for vptest ymm instruction
Simon Pilgrim
2015-02-07
1
-0
/
+1
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-02-02
1
-26
/
+19
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+52
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-52
/
+0
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+52
[next]