projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[x86] lower calls to llvm.maxnum.v4f32 using maxps
[oota-llvm.git]
/
lib
/
Target
/
X86
/
2015-12-26
Sanjay Patel
[x86] lower calls to llvm.maxnum.v4f32 using maxps
tree
|
commitdiff
2015-12-26
Craig Topper
[X86] Fix an unused variable warning in released builds.
tree
|
commitdiff
2015-12-26
Craig Topper
[X86] Add support for printing shuffle comments for...
tree
|
commitdiff
2015-12-26
Craig Topper
[X86] Fold some variable declarations and initializatio...
tree
|
commitdiff
2015-12-26
Craig Topper
[X86] Fix shuffle decoding for variable VPERMIL to...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Fix copy and paste typo from pasting from another...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Put back the include path to the main X86 sources...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Remove X86CodeGen dependency from the AsmParser...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetD...
tree
|
commitdiff
2015-12-25
Craig Topper
Remove extra forward declarations and scrub includes...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Replace MVT::SimpleValueType in the AsmParser...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Don't pass the default value to the High argument...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] getX86SubSuperRegisterOrZero shouldn't call getX8...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Add missing X86II::MRM_C4, MRM_C5, etc. encodings...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Use assert instead of if and llvm_unreachable...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Minor identation fixes. NFC
tree
|
commitdiff
2015-12-24
Marina Yatsina
[X86][ms-inline asm] Add support for memory operands...
tree
|
commitdiff
2015-12-24
Asaf Badouh
[X86][PKU] Add {RD,WR}PKRU encoding
tree
|
commitdiff
2015-12-24
Elena Demikhovsky
AVX-512: Kreg set 0/1 optimization
tree
|
commitdiff
2015-12-24
Igor Breger
AVX512: VPMOVM2B/W/D/Q intrinsic implementation.
tree
|
commitdiff
2015-12-23
Simon Pilgrim
[X86][AVX] Only shuffle the lower half of vectors if...
tree
|
commitdiff
2015-12-23
Igor Breger
AVX512BW: Enable packed word shift for 512bit vector...
tree
|
commitdiff
2015-12-22
Asaf Badouh
[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
tree
|
commitdiff
2015-12-21
Eric Christopher
Fix line endings after r256155. NFC.
tree
|
commitdiff
2015-12-21
David Majnemer
[MC, COFF] Support link /incremental conditionally
tree
|
commitdiff
2015-12-21
Cong Hou
[X86][SSE] Transform truncations between vectors of...
tree
|
commitdiff
2015-12-21
Igor Breger
AVX512BW: Enable AND/OR/XOR vector byte/word paked...
tree
|
commitdiff
2015-12-21
Amjad Aboud
Implemented Support of IA interrupt and exception handlers:
tree
|
commitdiff
2015-12-21
NAKAMURA Takumi
[Cygwin] Enable TLS as emutls.
tree
|
commitdiff
2015-12-20
Craig Topper
[X86] Use range-based for loop. NFC
tree
|
commitdiff
2015-12-20
Craig Topper
[X86] Prevent constant hoisting for a couple compare...
tree
|
commitdiff
2015-12-17
Hans Wennborg
[X86] Use push-pop for materializing small constants...
tree
|
commitdiff
2015-12-17
Alexey Bataev
[X86] Add option for enabling LEA optimization pass...
tree
|
commitdiff
2015-12-16
Michael Kuperstein
[X86] Improve shift combining
tree
|
commitdiff
2015-12-15
Reid Kleckner
[WinEH] Make llvm.x86.seh.recoverfp work on x64
tree
|
commitdiff
2015-12-15
Hans Wennborg
Fix "Not having LAHF/SAHF" assert.
tree
|
commitdiff
2015-12-15
Sanjay Patel
[x86] inline calls to fmaxf / llvm.maxnum.f32 using...
tree
|
commitdiff
2015-12-15
Reid Kleckner
[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
tree
|
commitdiff
2015-12-15
Michael Kuperstein
[X86] MOVPC32r should only emit CFI adjustments when...
tree
|
commitdiff
2015-12-15
Hans Wennborg
[X86] Smaller code for materializing 32-bit 1 and ...
tree
|
commitdiff
2015-12-15
Asaf Badouh
[x86] adding PKU feature flag
tree
|
commitdiff
2015-12-15
Elena Demikhovsky
Type legalizer for masked gather and scatter intrinsics.
tree
|
commitdiff
2015-12-15
Quentin Colombet
[X86] Add relaxtion logic for SBB instructions.
tree
|
commitdiff
2015-12-14
Quentin Colombet
[X86] Add relaxtion logic for ADC instructions.
tree
|
commitdiff
2015-12-14
Chih-Hung Hsieh
[X86] Part 2 to fix x86-64 fp128 calling convention.
tree
|
commitdiff
2015-12-14
Yaron Keren
Save several std::string constructions using llvm:...
tree
|
commitdiff
2015-12-13
Michael Zuckerman
[X86][inline asm] support even directive
tree
|
commitdiff
2015-12-13
Simon Pilgrim
Fix line endings
tree
|
commitdiff
2015-12-12
Simon Pilgrim
[X86][AVX512] Added support for VMOVQ shuffle comments
tree
|
commitdiff
2015-12-12
David Majnemer
[IR] Reformulate LLVM's EH funclet IR
tree
|
commitdiff
2015-12-12
Chen Li
[X86ISelLowering] Add additional support for multiplica...
tree
|
commitdiff
2015-12-12
Chen Li
Revert rL255391: [X86ISelLowering] Add additional suppo...
tree
|
commitdiff
2015-12-11
Chen Li
[X86ISelLowering] Add additional support for multiplica...
tree
|
commitdiff
2015-12-11
Matthias Braun
CodeGen: Redo analyzePhysRegs() and computeRegisterLive...
tree
|
commitdiff
2015-12-11
Matt Arsenault
Start replacing vector_extract/vector_insert with extra...
tree
|
commitdiff
2015-12-11
Cong Hou
[X86][SSE] Update the cost table for integer-integer...
tree
|
commitdiff
2015-12-10
Craig Topper
[X86] Fix a couple cases were bitwise and logical opera...
tree
|
commitdiff
2015-12-09
Quentin Colombet
[X86] Enable shrink-wrapping by default, but keep it...
tree
|
commitdiff
2015-12-09
Vyacheslav Klochkov
X86-FMA3: Defined the ExeDomain property for Scalar...
tree
|
commitdiff
2015-12-08
Simon Pilgrim
[X86][AVX] Fold loads + splats into broadcast instructions
tree
|
commitdiff
2015-12-08
Tim Northover
X86: produce more friendly errors during MachO relocati...
tree
|
commitdiff
2015-12-07
Sanjay Patel
don't repeat function names in comments; NFC
tree
|
commitdiff
2015-12-07
Sanjay Patel
remove redundant check: optForSize() includes a check...
tree
|
commitdiff
2015-12-07
Elena Demikhovsky
VX-512: Fixed a bug in FP logic operation lowering
tree
|
commitdiff
2015-12-07
Elena Demikhovsky
AVX-512: Fixed masked load / store instruction selectio...
tree
|
commitdiff
2015-12-07
Igor Breger
AVX-512: implement kunpck intrinsics.
tree
|
commitdiff
2015-12-07
Marina Yatsina
[X86] Adding support for FWORD type for MS inline asm
tree
|
commitdiff
2015-12-06
Marina Yatsina
[X86] Add support for loopz, loopnz for Intel syntax
tree
|
commitdiff
2015-12-06
Asaf Badouh
[X86][AVX512] add vmovss/sd missing encoding
tree
|
commitdiff
2015-12-06
Michael Kuperstein
[X86] Always generate precise CFA adjustments.
tree
|
commitdiff
2015-12-06
Igor Breger
AVX512: support AVX512BW Intrinsic in 32bit mode.
tree
|
commitdiff
2015-12-05
Simon Pilgrim
[X86][ADX] Added memory folding patterns and stack...
tree
|
commitdiff
2015-12-05
Craig Topper
Replace uint16_t with the MCPhysReg typedef in many...
tree
|
commitdiff
2015-12-05
Simon Pilgrim
[X86][FMA4] Explicitly set the domain of FMA4 float...
tree
|
commitdiff
2015-12-04
Hans Wennborg
Add FeatureLAHFSAHF to amdfam10 as well.
tree
|
commitdiff
2015-12-04
Hans Wennborg
X86: Don't emit SAHF/LAHF for 64-bit targets unless...
tree
|
commitdiff
2015-12-04
Sanjay Patel
fix formatting; NFC
tree
|
commitdiff
2015-12-04
Manman Ren
[CXX TLS calling convention] Add CXX TLS calling conven...
tree
|
commitdiff
2015-12-04
Alexey Bataev
LEA code size optimization pass (Part 1): Remove redund...
tree
|
commitdiff
2015-12-04
JF Bastien
X86InstrInfo::copyPhysReg: workaround reg liveness
tree
|
commitdiff
2015-12-03
Chih-Hung Hsieh
[X86] Part 1 to fix x86-64 fp128 calling convention.
tree
|
commitdiff
2015-12-03
Reid Kleckner
[X86] Put no-op ADJCALLSTACK markers around all dynamic...
tree
|
commitdiff
2015-12-03
Marina Yatsina
[X86] MS inline asm: produce error when encountering...
tree
|
commitdiff
2015-12-03
Marina Yatsina
[X86] Add support for fcomip, fucomip for Intel syntax
tree
|
commitdiff
2015-12-02
David Majnemer
Move EH-specific helper functions to a more appropriate...
tree
|
commitdiff
2015-12-02
Michael Zuckerman
By intel spec
tree
|
commitdiff
2015-12-02
Simon Pilgrim
[X86][FMA] Optimize FNEG(FMUL) Patterns
tree
|
commitdiff
2015-12-02
Elena Demikhovsky
AVX-512: Updated cost of FP/SINT/UINT conversion operations
tree
|
commitdiff
2015-12-02
Asaf Badouh
[X86][AVX512] add comi with Sae
tree
|
commitdiff
2015-12-02
Craig Topper
[X86] Change getZeroVector to take an MVT instead of...
tree
|
commitdiff
2015-12-02
Craig Topper
[X86] Fix weird identation. NFC
tree
|
commitdiff
2015-12-02
Quentin Colombet
[X86] Fix a think-o when checking if the eflags needs...
tree
|
commitdiff
2015-12-02
Quentin Colombet
[X86] Make sure the prologue does not clobber EFLAGS...
tree
|
commitdiff
2015-12-01
Quentin Colombet
[X86] Make sure the prologue does not clobber EFLAGS...
tree
|
commitdiff
2015-12-01
Sanjay Patel
[x86] add a convenience method to check for FMA capabil...
tree
|
commitdiff
2015-12-01
Elena Demikhovsky
AVX-512: fixed asm string of vsqrtss
tree
|
commitdiff
2015-12-01
Craig Topper
[X86] Fix patterns for memory forms of FP FSUBR and...
tree
|
commitdiff
2015-12-01
Craig Topper
[X86] Use range-based for loops. NFC
tree
|
commitdiff
2015-12-01
Craig Topper
[X86] Use array_lengthof instead of calculating manuall...
tree
|
commitdiff
next