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
2014-07-21
[DAG] Refactor some logic. No functional change.
Andrea Di Biagio
1
-28
/
+6
2014-07-18
X86: support fpext/fptrunc operations to and from 16-bit floats.
Tim Northover
1
-0
/
+5
2014-07-18
X86: Constant fold converting vector setcc results to float.
Jim Grosbach
1
-0
/
+51
2014-07-17
ms inline asm: Don't add x86 segment registers to the clobber list.
Nico Weber
1
-0
/
+5
2014-07-17
[X86] AVX512: Add disassembler support for compressed displacement
Adam Nemet
3
-3
/
+21
2014-07-17
[X86] AVX512: Rename EVEX_CD8V to CD8_Form
Adam Nemet
1
-5
/
+5
2014-07-17
[X86] AVX512: Use the TD version of CD8_Scale in the assembler
Adam Nemet
3
-62
/
+16
2014-07-17
[X86] AVX512: Move compressed displacement logic to TD
Adam Nemet
2
-0
/
+34
2014-07-17
MC: fix MCAsmInfo usage for windows-itanium
Saleem Abdulrasool
1
-1
/
+2
2014-07-17
CodeGen: generate single libcall for fptrunc -> f16 operations.
Tim Northover
1
-1
/
+3
2014-07-17
X86: support double extension of f16 type.
Tim Northover
1
-0
/
+4
2014-07-17
CodeGen: extend f16 conversions to permit types > float.
Tim Northover
2
-5
/
+5
2014-07-16
Remove Atom references in description.
Sanjay Patel
1
-4
/
+3
2014-07-16
CodeGen: don't form illegail EXTLOAD operations.
Tim Northover
1
-1
/
+6
2014-07-16
[X86] Add a check for 'isMOVHLPSMask' within method 'isShuffleMaskLegal'.
Andrea Di Biagio
1
-0
/
+1
2014-07-15
X86: Simplify X86WindowsTargetObjectFile::getSectionForConstant
David Majnemer
1
-9
/
+3
2014-07-15
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
5
-25
/
+9
2014-07-15
Revert r213070. It's breaking the build in MCELFStreamer::EmitInstToData(...).
Cameron McInally
1
-6
/
+0
2014-07-15
Add x86 patterns to match a specific add-with-carry.
Cameron McInally
1
-0
/
+6
2014-07-15
Silence a warning in conditional expression.
Andrea Di Biagio
1
-1
/
+1
2014-07-15
Fix typo in comment
David Majnemer
1
-1
/
+1
2014-07-15
[FastISel][X86] Remove no longer needed functions.
Juergen Ributzka
1
-462
/
+0
2014-07-15
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
Juergen Ributzka
1
-41
/
+41
2014-07-15
[FastISel][X86] Implement the FastLowerCall hook.
Juergen Ributzka
1
-9
/
+400
2014-07-15
Revert "[FastISel][X86] Remove no longer needed functions."
Juergen Ributzka
1
-244
/
+315
2014-07-15
CodeGen: Handle ConstantVector and undef in WinCOFF constant pools
David Majnemer
1
-13
/
+21
2014-07-15
[FastISel][X86] Remove no longer needed functions.
Juergen Ributzka
1
-462
/
+0
2014-07-15
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
Juergen Ributzka
1
-41
/
+41
2014-07-15
[FastISel][X86] Implement the FastLowerCall hook.
Juergen Ributzka
1
-9
/
+400
2014-07-14
[X86] Specify all TSFlags bit-offsets symbolically
Adam Nemet
1
-3
/
+6
2014-07-14
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
4
-0
/
+91
2014-07-14
X86: correct 64-bit atomics on 32-bit
Saleem Abdulrasool
1
-12
/
+8
2014-07-14
X86: remove temporary atomicrmw used during lowering.
Tim Northover
1
-2
/
+5
2014-07-13
MC: make DWARF and Windows unwinding handling more similar
Saleem Abdulrasool
1
-2
/
+2
2014-07-11
Revert "[FastISel][X86] Implement the FastLowerIntrinsicCall hook."
Juergen Ributzka
1
-38
/
+42
2014-07-11
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
Juergen Ributzka
1
-42
/
+38
2014-07-11
[X86] Fix the inversion of low and high bits for the lowering of MUL_LOHI.
Quentin Colombet
1
-9
/
+41
2014-07-11
[X86] AVX512: Improve readability of isCDisp8
Adam Nemet
1
-3
/
+12
2014-07-11
[X86] AVX512: Simplify logic in isCDisp8
Adam Nemet
1
-6
/
+6
2014-07-10
[X86] Mark pseudo instruction TEST8ri_NOEREX as hasSIdeEffects=0.
Akira Hatanaka
2
-2
/
+5
2014-07-10
[x32] Add AsmBackend for X32 which uses ELF32 with x86_64 (the author is Pave...
Zinovy Nis
1
-0
/
+14
2014-07-10
[x86] Add another combine that is particularly useful for the new vector
Chandler Carruth
1
-0
/
+41
2014-07-10
[x86] Expand the target DAG combining for PSHUFD nodes to be able to
Chandler Carruth
1
-1
/
+34
2014-07-10
[x86] Tweak the v16i8 single input special case lowering for shuffles
Chandler Carruth
1
-34
/
+44
2014-07-10
[x86] Initial improvements to the new shuffle lowering for v16i8
Chandler Carruth
1
-10
/
+36
2014-07-10
[x86] Refactor some of the new code for lowering v16i8 shuffles to
Chandler Carruth
1
-17
/
+17
2014-07-09
[SDAG] Make the new zext-vector-inreg node default to expand so targets
Chandler Carruth
1
-1
/
+0
2014-07-09
TargetRegisterInfo: Remove function that fell out of use years ago.
Benjamin Kramer
2
-19
/
+0
2014-07-09
[X86] AVX512: Enable it in the Loop Vectorizer
Adam Nemet
1
-1
/
+5
2014-07-09
X86: When lowering v8i32 himuls use the correct shuffle masks for AVX2.
Benjamin Kramer
1
-5
/
+13
[next]