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
...
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-4
/
+4
*
[AVX512] Add load folding support for the unmasked forms of the FMA instructi...
Craig Topper
2016-07-25
1
-0
/
+144
*
[X86] Make the FMA3 instruction names consistent between VEX and EVEX encoded...
Craig Topper
2016-07-24
1
-243
/
+215
*
[X86] Replace CodeGenOnly VPSRAVW/D/Q_Int instructions with patterns since th...
Craig Topper
2016-07-24
1
-2
/
+0
*
[X86] Fix typo in comment.
Craig Topper
2016-07-23
1
-1
/
+1
*
[AVX512] Implement commuting support for EVEX encoded FMA3 instructions.
Craig Topper
2016-07-23
1
-218
/
+186
*
[X86] Make one of the FMA3 commuting methods static. Remove a call to isFMA3 ...
Craig Topper
2016-07-23
1
-198
/
+210
*
[X86] Fix switch statement indentation per coding standards.
Craig Topper
2016-07-23
1
-136
/
+136
*
[AVX512] Add initial support for the Execution Domain fixing pass to change s...
Craig Topper
2016-07-22
1
-1
/
+56
*
[AVX512] Add load folding for some AVX512VL logic and arithmetic instructions.
Craig Topper
2016-07-22
1
-0
/
+36
*
[AVX512] Update X86InstrInfo::foldMemoryOperandCustom to handle the EVEX enco...
Craig Topper
2016-07-22
1
-4
/
+8
*
X86InstrInfo: No need for liveness analysis in classifyLEAReg()
Matthias Braun
2016-07-21
1
-18
/
+2
*
[AVX512] Add EVEX versions of scalar ADD/SUB/MUL/DIV to load folding tables.
Craig Topper
2016-07-18
1
-10
/
+28
*
[AVX512] Add KADD/KAND/KOR/KXOR to X86InstrInfo::isAssociativeAndCommutative.
Craig Topper
2016-07-18
1
-0
/
+16
*
[X86] Add VPMULLW/D/Q instructions to X86InstrInfo::isAssociativeAndCommutative.
Craig Topper
2016-07-18
1
-0
/
+13
*
[X86] Add VPADD instructions to X86InstrInfo::isAssociativeAndCommutative.
Craig Topper
2016-07-18
1
-0
/
+24
*
[X86] Add floating point packed logical ops to X86InstrInfo::isAssociativeAnd...
Craig Topper
2016-07-18
1
-0
/
+36
*
[X86] Add AVX512 instructions to X86InstrInfo::isAssociativeAndCommutative.
Craig Topper
2016-07-18
1
-0
/
+50
*
[X86] Add more AVX512 instructions to X86InstrInfo::isHighLatencyDef. Also ad...
Craig Topper
2016-07-18
1
-14
/
+247
*
[X86] Add AVX512 load opcodes and a couple AVX load opcodes to X86InstrInfo::...
Craig Topper
2016-07-18
1
-0
/
+80
*
[X86] Add more opcodes to isFrameLoadOpcode/isFrameStoreOpcode. Mainly AVX-51...
Craig Topper
2016-07-18
1
-0
/
+80
*
[AVX512] Use VMOVAPSZ128rr/VMOVAPS256rr for VR128X/VR256X physreg moves when ...
Craig Topper
2016-07-18
1
-6
/
+15
*
[X86] Fix 80-column violations. NFC
Craig Topper
2016-07-18
1
-8
/
+16
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-2
/
+2
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-2
/
+2
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-1
/
+2
*
X86: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-21
/
+22
*
[AVX512] Use vpternlog with an immediate of 0xff to create 512-bit all one ve...
Craig Topper
2016-07-11
1
-2
/
+14
*
[X86] Add the AVX512 SET0 pseudos to foldMemoryOperandImpl since they are mar...
Craig Topper
2016-07-11
1
-1
/
+12
*
CodeGen: Use MachineInstr& in LiveVariables API, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-7
/
+7
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-503
/
+488
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-1
/
+0
*
Relax the clearance calculating for breaking partial register dependency.
Dehao Chen
2016-06-28
1
-6
/
+16
*
Convert a few more comparisons to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-27
1
-2
/
+2
*
[AVX512] [AVX512/AVX][Intrinsics] Fix Variable Bit Shift Right Arithmetic int...
Igor Breger
2016-06-20
1
-0
/
+2
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-16
/
+18
*
[X86] Bring consistent naming to the SSE/AVX and AVX512 PALIGNR instructions....
Craig Topper
2016-06-09
1
-3
/
+3
*
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
[prev]
[next]