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
*
[X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMem
Craig Topper
2017-10-01
1
-4
/
+4
*
[MachineOutliner] AArch64: Avoid saving + restoring LR if possible
Jessica Paquette
2017-09-27
1
-30
/
+54
*
Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...
Craig Topper
2017-09-27
1
-21
/
+0
*
Revert r314248 "[X86] Don't emit X86::MOV8rr_NOREX from X86InstrInfo::copyPhy...
Craig Topper
2017-09-27
1
-5
/
+7
*
Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into post...
Craig Topper
2017-09-26
1
-0
/
+21
*
[X86] Don't emit X86::MOV8rr_NOREX from X86InstrInfo::copyPhysReg.
Craig Topper
2017-09-26
1
-7
/
+5
*
Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos...
Benjamin Kramer
2017-09-26
1
-21
/
+0
*
[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like th...
Craig Topper
2017-09-25
1
-0
/
+21
*
[X86] Add IFMA instructions to the load folding tables and make them commutab...
Craig Topper
2017-09-24
1
-0
/
+53
*
[X86] Make sure we still mark the full register as implicitly defined when we...
Craig Topper
2017-09-24
1
-4
/
+10
*
[X86] Add VPERMPD/VPERMQ and VPERMPS/VPERMD to the execution domain fixing ta...
Craig Topper
2017-09-19
1
-0
/
+16
*
[X86] Teach the execution domain fixing tables to use movlhps inplace of unpc...
Craig Topper
2017-09-18
1
-3
/
+3
*
[X86] Teach execution domain fixing to convert between FP and int unpack inst...
Craig Topper
2017-09-18
1
-0
/
+48
*
[X86] Teach execution domain fixing to convert between VPERMILPS and VPSHUFD.
Craig Topper
2017-09-18
1
-0
/
+10
*
[X86] Add VBLENDPS/VPBLENDD to the execution domain fixing tables.
Craig Topper
2017-09-03
1
-0
/
+4
*
Mark Knights Landing as having slow two memory operand instructions
Craig Topper
2017-08-29
1
-2
/
+2
*
[X86] Add TBM instructions to X86InstrInfo::isDefConvertible.
Craig Topper
2017-08-25
1
-0
/
+16
*
[X86] Add the rest of the ADC and SBB instructions to isDefConvertible.
Craig Topper
2017-08-09
1
-6
/
+10
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-08-03
1
-8
/
+13
*
[AVX-512] Add unmasked subvector inserts and extract to the execution domain ...
Craig Topper
2017-07-31
1
-0
/
+24
*
[MachineOutliner] NFC: Change IsTailCall to a call class + frame class
Jessica Paquette
2017-07-29
1
-16
/
+25
*
[MachineOutliner] NFC: Split up getOutliningBenefit
Jessica Paquette
2017-07-28
1
-17
/
+14
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-07-27
1
-5
/
+14
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
1
-1
/
+1
*
[AVX-512] Mark masked VPCMP instructions as commutable.
Craig Topper
2017-06-13
1
-14
/
+26
*
[X86] Add masked integer compare instructions to load folding tables.
Craig Topper
2017-06-13
1
-0
/
+58
*
[AVX-512] Add VPCONFLICT and VPLZCNT to load folding tables.
Craig Topper
2017-06-12
1
-0
/
+36
*
[x86] Revert the X86FoldTablesEmitter due to more miscompiles.
Chandler Carruth
2017-06-06
1
-2
/
+3398
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+1
*
Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...
Zachary Turner
2017-05-29
1
-3398
/
+2
*
Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...
Zachary Turner
2017-05-29
1
-2
/
+3398
*
[X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...
Ayman Musa
2017-05-28
1
-3398
/
+2
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
1
-4
/
+4
*
[X86] Adding vpopcntd and vpopcntq instructions
Oren Ben Simhon
2017-05-25
1
-0
/
+6
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-05-24
1
-2
/
+2
*
[Target/X86] Remove unneeded return. NFCI.
Davide Italiano
2017-05-18
1
-3
/
+1
*
[x86, SSE] AVX1 PR28129 (256-bit all-ones rematerialization)
Simon Pilgrim
2017-05-13
1
-2
/
+12
*
[X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC
Igor Breger
2017-05-11
1
-0
/
+38
*
[X86][LWP] Add stack folding mappings and tests for LWPINS/LWPVAL instructions
Simon Pilgrim
2017-05-03
1
-0
/
+6
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+2
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
1
-2
/
+2
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+2
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-17
/
+32
*
[X86][MPX] Add load & store instructions of bnd values to getLoadStoreRegOpco...
Ayman Musa
2017-04-23
1
-22
/
+30
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-1
/
+1
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-1
/
+1
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
1
-1
/
+1
*
Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-13
1
-11
/
+6
*
Fix the bootstrap failure caused by r299986.
Easwaran Raman
2017-04-12
1
-0
/
+4
*
[x86] Relax the check in areLoadsFromSameBasePtr
Easwaran Raman
2017-04-11
1
-19
/
+16
[next]