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] 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
*
[AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registers
Craig Topper
2017-03-28
1
-22
/
+0
*
ExecutionDepsFix: Normalize names; NFC
Matthias Braun
2017-03-18
1
-3
/
+3
*
TargetInstrInfo: Provide default implementation of isTailCall().
Matthias Braun
2017-03-16
1
-22
/
+0
*
[Outliner] Add tail call support
Jessica Paquette
2017-03-13
1
-17
/
+58
*
[AVX-512] Fix a bad use of a high GR8 register after copying from a mask regi...
Craig Topper
2017-03-12
1
-0
/
+2
*
[Outliner] Fixed Asan bot failure in r296418
Jessica Paquette
2017-03-06
1
-0
/
+80
*
Revert "Add MIR-level outlining pass"
Matthias Braun
2017-02-28
1
-80
/
+0
*
Add MIR-level outlining pass
Matthias Braun
2017-02-28
1
-0
/
+80
*
[X86][AVX] Disable VCVTSS2SD & VCVTSD2SS memory folding and fix the register ...
Ayman Musa
2017-02-23
1
-4
/
+0
*
[X86][AVX512] Remove VCVTSS2SDZ & VCVTSD2SSZ from memory folding tables as th...
Ayman Musa
2017-02-23
1
-4
/
+0
*
[X86][AVX512] Change VCVTSS2SD and VCVTSD2SS node types to keep consistency b...
Ayman Musa
2017-02-23
1
-2
/
+10
*
[AVX-512] Add broadcast VPTERNLOG instructions to special case commuting switch.
Craig Topper
2017-02-19
1
-13
/
+37
*
[X86][XOP] Reduce the size of a multiclass by moving more stuff to parameters...
Craig Topper
2017-02-18
1
-4
/
+4
*
Recommit "[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR."
Craig Topper
2017-02-18
1
-2
/
+2
[next]