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
*
Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou
2016-03-23
1
-26
/
+67
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-1
/
+1
*
[X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...
Craig Topper
2016-03-02
1
-4
/
+4
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-5
/
+5
*
[X86] Remove the now-unused X86ISD::PSIGN. NFC.
Ahmed Bougacha
2016-02-16
1
-9
/
+9
*
AVX512: Change store size of kmask. Store size of v8i1, v4i1 , v2i1 and i1 ar...
Igor Breger
2016-02-15
1
-8
/
+23
*
[X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support
Simon Pilgrim
2016-02-08
1
-0
/
+23
*
[X86] Fix a bug in getMemOpBaseRegImmOfs
Sanjoy Das
2016-02-02
1
-1
/
+5
*
Revert "Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed."
Benjamin Kramer
2016-01-27
1
-75
/
+19
*
Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou
2016-01-26
1
-19
/
+75
*
[X86][AVX] Add commutation support for VPERM2X128 instructions
Simon Pilgrim
2016-01-25
1
-0
/
+14
*
[X86] Make MOV32ri64 a post-RA pseudo instead of a CodeGenOnly instruction. I...
Craig Topper
2016-01-05
1
-1
/
+4
*
Revert "[X86] Use push-pop for materializing small constants under 'minsize'"
David Majnemer
2016-01-05
1
-48
/
+0
*
MachineInstrBundle: Fix reversed isSuperRegisterEq() call
Matthias Braun
2016-01-05
1
-0
/
+4
*
[X86] Make hasFP constant time
David Majnemer
2016-01-04
1
-1
/
+2
*
use range-based for-loops; NFCI
Sanjay Patel
2015-12-29
1
-18
/
+15
*
tidy up; NFC
Sanjay Patel
2015-12-28
1
-6
/
+7
*
[X86, Win64] Use a frame pointer if pushf is emitted
David Majnemer
2015-12-27
1
-2
/
+2
*
[X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...
Craig Topper
2015-12-25
1
-6
/
+6
*
AVX-512: Kreg set 0/1 optimization
Elena Demikhovsky
2015-12-24
1
-6
/
+28
*
[X86] Use range-based for loop. NFC
Craig Topper
2015-12-20
1
-3
/
+2
*
[X86] Use push-pop for materializing small constants under 'minsize'
Hans Wennborg
2015-12-17
1
-0
/
+48
*
Fix "Not having LAHF/SAHF" assert.
Hans Wennborg
2015-12-15
1
-1
/
+2
*
[X86] Smaller code for materializing 32-bit 1 and -1 constants
Hans Wennborg
2015-12-15
1
-5
/
+43
*
CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()
Matthias Braun
2015-12-11
1
-15
/
+10
*
[X86][ADX] Added memory folding patterns and stack folding tests
Simon Pilgrim
2015-12-05
1
-0
/
+6
*
X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supported
Hans Wennborg
2015-12-04
1
-4
/
+25
*
X86InstrInfo::copyPhysReg: workaround reg liveness
JF Bastien
2015-12-04
1
-3
/
+13
*
[X86] Use range-based for loops. NFC
Craig Topper
2015-12-01
1
-6
/
+6
*
[X86] Use array_lengthof instead of calculating manually. Also change index t...
Craig Topper
2015-12-01
1
-7
/
+7
*
Revert r254279 "[X86] Use ArrayRef. NFC". It seems to have upset an MSVC buil...
Craig Topper
2015-11-30
1
-4
/
+7
*
[X86] Use ArrayRef. NFC
Craig Topper
2015-11-30
1
-7
/
+4
*
X86-FMA3: Improved/enabled the memory folding optimization for scalar loads
Vyacheslav Klochkov
2015-11-26
1
-0
/
+12
*
[x86] remove duplicate movq instruction defs (PR25554)
Sanjay Patel
2015-11-24
1
-2
/
+0
*
[X86] Use existing MachineInstrBuilder::addDisp to create offseted pointer. NFC.
Simon Pilgrim
2015-11-19
1
-8
/
+1
*
AVX-512: Fixed COPY_TO_REGCLASS for mask registers
Elena Demikhovsky
2015-11-19
1
-13
/
+49
*
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
[next]