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
Commit message (
Expand
)
Author
Age
Files
Lines
*
use repmovsb when optimizing forminsize
Clement Courbet
2017-04-21
1
-8
/
+31
*
Rename FastString flag.
Clement Courbet
2017-04-21
5
-12
/
+15
*
X86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W} for inline copies
Clement Courbet
2017-04-21
5
-1
/
+20
*
Delete dead code
Clement Courbet
2017-04-21
1
-15
/
+1
*
Revert r300932 and r300930.
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
Matthias Braun
2017-04-20
3
-35
/
+23
*
X86RegisterInfo: eliminateFrameIndex: Force SP for AfterFPPop; NFC
Matthias Braun
2017-04-20
1
-3
/
+4
*
Revert "[AArch64] Improve code generation for logical instructions taking"
Akira Hatanaka
2017-04-20
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-20
1
-2
/
+2
*
Fix use-after-frees on memory allocated in a Recycler.
Benjamin Kramer
2017-04-20
1
-2
/
+3
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-16
/
+16
*
X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects
Matthias Braun
2017-04-19
2
-6
/
+8
*
PR32710: Disable using PMADDWD for unsigned short.
Dehao Chen
2017-04-19
1
-1
/
+1
*
[GlobalIsel][X86] support G_TRUNC selection.
Igor Breger
2017-04-19
2
-0
/
+62
*
Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC
Sanjoy Das
2017-04-18
1
-1
/
+1
*
DAG: Make mayBeEmittedAsTailCall parameter const
Matt Arsenault
2017-04-18
2
-3
/
+3
*
[X86] Use for-range loop. NFCI.
Simon Pilgrim
2017-04-18
1
-2
/
+2
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-5
/
+5
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-4
/
+4
*
[X86] Remove special handling for 16 bit for A asm constraints.
Benjamin Kramer
2017-04-16
2
-7
/
+3
*
Use correct registers for "A" inline asm constraint
Dimitry Andric
2017-04-15
2
-4
/
+16
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-2
/
+2
*
[X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (LLVM)
Simon Pilgrim
2017-04-14
2
-12
/
+6
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
3
-9
/
+14
*
Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-13
5
-20
/
+28
*
[X86] Added missing mayLoad/mayStore attributes to some X86 instructions.
Ayman Musa
2017-04-13
7
-19
/
+55
*
[X86] Change instructions names to keep consistency with the naming conventio...
Ayman Musa
2017-04-13
1
-2
/
+2
*
Fix the bootstrap failure caused by r299986.
Easwaran Raman
2017-04-12
1
-0
/
+4
*
[GlobalIsel][X86] support G_CONSTANT selection.
Igor Breger
2017-04-12
1
-1
/
+52
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
2
-7
/
+11
*
[x86] Relax the check in areLoadsFromSameBasePtr
Easwaran Raman
2017-04-11
1
-19
/
+16
*
[X86] Create the correct ADC/SBB SDNode when lowering add.
Davide Italiano
2017-04-11
1
-2
/
+4
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-1
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-1
/
+1
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-1
/
+1
*
[X86][MMX] Add fast-isel support for MMX non-temporal writes
Simon Pilgrim
2017-04-10
1
-0
/
+4
*
Use PMADDWD to expand reduction in a loop
Dehao Chen
2017-04-07
1
-0
/
+47
*
[GlobalISel] implement narrowing for G_CONSTANT.
Igor Breger
2017-04-07
1
-0
/
+16
*
[X86] Revert r299387 due to AVX legalization infinite loop.
Michael Kuperstein
2017-04-06
1
-55
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-3
/
+4
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-4
/
+3
*
[globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...
Daniel Sanders
2017-04-06
5
-76
/
+58
*
[X86 TTI] Implement LSV hook
Keno Fischer
2017-04-05
2
-2
/
+7
*
[DAGCombiner] add and use TLI hook to convert and-of-seteq / or-of-setne to b...
Sanjay Patel
2017-04-05
1
-0
/
+4
*
[X86][SSE] Renamed combine to make it clear that it only handles the vector s...
Simon Pilgrim
2017-04-05
1
-4
/
+5
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+1
*
[X86] Relax assert in broadcast-of-subvector lowering.
Ahmed Bougacha
2017-04-05
1
-2
/
+2
*
[x86] remove dead select-of-constants transform; NFCI
Sanjay Patel
2017-04-04
1
-12
/
+0
*
[X86][MS-compatability]Allow named synonymous for MS-assembly operators
Coby Tayree
2017-04-04
1
-0
/
+27
[next]