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
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-1
/
+0
*
Fix for PR27750. Correctly handle the case where the fallthrough block and
David L Kreitzer
2016-05-17
1
-5
/
+9
*
[X86] Properly check that EAX is dead when copying EFLAGS.
Quentin Colombet
2016-05-10
1
-4
/
+9
*
[foldMemoryOperand()] Pass LiveIntervals to enable liveness check.
Jonas Paulsson
2016-05-10
1
-3
/
+5
*
[X86][AVX512] Strengthen the assertions from r269001. We need VLX to use the ...
Craig Topper
2016-05-10
1
-2
/
+3
*
[X86][AVX512] Use the proper load/store for AVX512 registers.
Quentin Colombet
2016-05-10
1
-8
/
+20
*
[AVX512] Add VLX 128/256-bit SET0 operations that encode to 128/256-bit EVEX ...
Craig Topper
2016-05-08
1
-0
/
+4
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-1
/
+1
*
Enable the X86 call frame optimization for the 64-bit targets that allow it.
David L Kreitzer
2016-05-02
1
-0
/
+6
*
Change AVX512 braodcastsd/ss patterns interaction with spilling . New impleme...
Igor Breger
2016-05-01
1
-41
/
+45
*
[X86] Reduce memory usage of MemOp2RegOp and RegOp2MemOp folding maps.
Craig Topper
2016-04-30
1
-10
/
+6
*
[X86] Remove unused operand from a function and all its callers. NFC
Craig Topper
2016-04-28
1
-1
/
+1
*
[X86] Teach the expansion of copy instructions how to do proper liveness.
Quentin Colombet
2016-04-26
1
-15
/
+22
*
Optimization bisect support in X86-specific passes
Andrew Kaylor
2016-04-26
1
-1
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
2016-03-30
1
-4
/
+4
*
X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)
Hans Wennborg
2016-03-25
1
-0
/
+58
*
[X86][XOP] Fixed instruction postfixes to more closely match operands
Simon Pilgrim
2016-03-24
1
-6
/
+6
*
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
[next]