index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
[Cygwin] Enable TLS as emutls.
NAKAMURA Takumi
1
-0
/
+6
2015-12-20
[X86] Use range-based for loop. NFC
Craig Topper
1
-3
/
+2
2015-12-20
[X86] Prevent constant hoisting for a couple compare immediates that the sele...
Craig Topper
1
-1
/
+13
2015-12-17
[X86] Use push-pop for materializing small constants under 'minsize'
Hans Wennborg
5
-4
/
+76
2015-12-17
[X86] Add option for enabling LEA optimization pass, by Andrey Turetsky
Alexey Bataev
1
-1
/
+5
2015-12-16
[X86] Improve shift combining
Michael Kuperstein
1
-0
/
+57
2015-12-15
[WinEH] Make llvm.x86.seh.recoverfp work on x64
Reid Kleckner
2
-13
/
+23
2015-12-15
Fix "Not having LAHF/SAHF" assert.
Hans Wennborg
1
-1
/
+2
2015-12-15
[x86] inline calls to fmaxf / llvm.maxnum.f32 using maxss (PR24475)
Sanjay Patel
1
-0
/
+52
2015-12-15
[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
Reid Kleckner
3
-69
/
+5
2015-12-15
[X86] MOVPC32r should only emit CFI adjustments when needed
Michael Kuperstein
1
-4
/
+5
2015-12-15
[X86] Smaller code for materializing 32-bit 1 and -1 constants
Hans Wennborg
2
-5
/
+59
2015-12-15
[x86] adding PKU feature flag
Asaf Badouh
4
-0
/
+9
2015-12-15
Type legalizer for masked gather and scatter intrinsics.
Elena Demikhovsky
2
-34
/
+177
2015-12-15
[X86] Add relaxtion logic for SBB instructions.
Quentin Colombet
1
-0
/
+8
2015-12-14
[X86] Add relaxtion logic for ADC instructions.
Quentin Colombet
1
-0
/
+8
2015-12-14
[X86] Part 2 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
6
-20
/
+116
2015-12-14
Save several std::string constructions using llvm::Twine.
Yaron Keren
1
-9
/
+6
2015-12-13
[X86][inline asm] support even directive
Michael Zuckerman
1
-1
/
+22
2015-12-13
Fix line endings
Simon Pilgrim
1
-14
/
+14
2015-12-12
[X86][AVX512] Added support for VMOVQ shuffle comments
Simon Pilgrim
1
-12
/
+14
2015-12-12
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
1
-5
/
+19
2015-12-12
[X86ISelLowering] Add additional support for multiplication-to-shift conversion.
Chen Li
1
-3
/
+25
2015-12-12
Revert rL255391: [X86ISelLowering] Add additional support for multiplication-...
Chen Li
1
-26
/
+3
2015-12-11
[X86ISelLowering] Add additional support for multiplication-to-shift conversion.
Chen Li
1
-3
/
+26
2015-12-11
CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()
Matthias Braun
1
-15
/
+10
2015-12-11
Start replacing vector_extract/vector_insert with extractelt/insertelt
Matt Arsenault
4
-44
/
+44
2015-12-11
[X86][SSE] Update the cost table for integer-integer conversions on SSE2/SSE4.1.
Cong Hou
1
-2
/
+79
2015-12-10
[X86] Fix a couple cases were bitwise and logical operations were being mixed...
Craig Topper
2
-2
/
+2
2015-12-09
[X86] Enable shrink-wrapping by default, but keep it disabled for stack frames
Quentin Colombet
2
-0
/
+9
2015-12-09
X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes.
Vyacheslav Klochkov
1
-0
/
+3
2015-12-08
[X86][AVX] Fold loads + splats into broadcast instructions
Simon Pilgrim
1
-0
/
+15
2015-12-08
X86: produce more friendly errors during MachO relocation handling
Tim Northover
1
-32
/
+60
2015-12-07
don't repeat function names in comments; NFC
Sanjay Patel
1
-30
/
+23
2015-12-07
remove redundant check: optForSize() includes a check for the minsize attribu...
Sanjay Patel
1
-3
/
+1
2015-12-07
VX-512: Fixed a bug in FP logic operation lowering
Elena Demikhovsky
3
-20
/
+38
2015-12-07
AVX-512: Fixed masked load / store instruction selection for KNL.
Elena Demikhovsky
2
-27
/
+105
2015-12-07
AVX-512: implement kunpck intrinsics.
Igor Breger
3
-28
/
+43
2015-12-07
[X86] Adding support for FWORD type for MS inline asm
Marina Yatsina
1
-0
/
+1
2015-12-06
[X86] Add support for loopz, loopnz for Intel syntax
Marina Yatsina
1
-2
/
+2
2015-12-06
[X86][AVX512] add vmovss/sd missing encoding
Asaf Badouh
2
-39
/
+50
2015-12-06
[X86] Always generate precise CFA adjustments.
Michael Kuperstein
3
-12
/
+18
2015-12-06
AVX512: support AVX512BW Intrinsic in 32bit mode.
Igor Breger
1
-51
/
+77
2015-12-05
[X86][ADX] Added memory folding patterns and stack folding tests
Simon Pilgrim
1
-0
/
+6
2015-12-05
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
1
-3
/
+3
2015-12-05
[X86][FMA4] Explicitly set the domain of FMA4 float/double scalar instructions
Simon Pilgrim
1
-29
/
+32
2015-12-04
Add FeatureLAHFSAHF to amdfam10 as well.
Hans Wennborg
1
-1
/
+1
2015-12-04
X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supported
Hans Wennborg
6
-25
/
+86
2015-12-04
fix formatting; NFC
Sanjay Patel
1
-25
/
+18
2015-12-04
[CXX TLS calling convention] Add CXX TLS calling convention.
Manman Ren
1
-0
/
+8
[next]