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
...
*
[X86][SSE] Add scheduler class support for SSE42 (PCMPGT) instructions
Simon Pilgrim
2017-04-23
1
-6
/
+10
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-5
/
+6
*
[X86][MPX] Add load & store instructions of bnd values to getLoadStoreRegOpco...
Ayman Musa
2017-04-23
1
-22
/
+30
*
[APInt] Use operator<<= where possible. NFC
Craig Topper
2017-04-23
1
-2
/
+2
*
[APInt] Use operator<<= instead of shl where possible. NFC
Craig Topper
2017-04-23
1
-2
/
+1
*
[APInt] Use ashInPlace where possible.
Craig Topper
2017-04-23
1
-2
/
+2
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
2
-2
/
+2
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
2
-2
/
+2
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
2
-2
/
+2
*
Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC"
Matthias Braun
2017-04-21
3
-23
/
+34
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
3
-8
/
+30
*
Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...
Daniel Sanders
2017-04-21
3
-30
/
+8
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
3
-8
/
+30
*
typo
Clement Courbet
2017-04-21
1
-1
/
+1
*
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
[prev]
[next]