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
*
Make headers self-contained again.
Benjamin Kramer
2016-03-04
1
-0
/
+1
*
[X86][AVX512BW] Fixed 512-bit PSHUFB shuffle mask decode and added combine test.
Simon Pilgrim
2016-03-03
1
-3
/
+3
*
[X86][AVX] Better support for the variable mask form of VPERMILPD/VPERMILPS
Simon Pilgrim
2016-03-03
3
-19
/
+35
*
[X86] Tidied up 256-bit -> 2 x 128-bit vector shift extraction.
Simon Pilgrim
2016-03-03
1
-14
/
+2
*
[X86] Pulled out repeated code testing for constant vector shift amount. NFCI.
Simon Pilgrim
2016-03-03
1
-8
/
+6
*
MCU target has its own ABI, however X86 interrupt handler calling convention ...
Amjad Aboud
2016-03-03
1
-1
/
+3
*
[X86] Don't assume that shuffle non-mask operands starts at #0.
Ahmed Bougacha
2016-03-03
2
-32
/
+68
*
AVX512: Combine AND + TESTM instructions .
Igor Breger
2016-03-03
3
-8
/
+25
*
[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREG
Simon Pilgrim
2016-03-03
1
-9
/
+24
*
[LLVM][AVX512] PSRLWI Chnage imm8 to int
Michael Zuckerman
2016-03-03
1
-3
/
+3
*
[X86] Enable forwarding bool arguments in tail calls (PR26305)
Hans Wennborg
2016-03-03
1
-0
/
+20
*
[X86] Don't give catch objects a displacement of zero
David Majnemer
2016-03-03
3
-1
/
+23
*
Revert "[X86] Elide references to _chkstk for dynamic allocas"
Reid Kleckner
2016-03-02
1
-29
/
+9
*
[LLVM][AVX512]PSRAWI Change imm8 to int.
Michael Zuckerman
2016-03-02
1
-9
/
+9
*
[X86][SSE] Lower 128-bit MOVDDUP with existing VBROADCAST mechanisms
Simon Pilgrim
2016-03-02
1
-39
/
+51
*
[X86] Remove unnecessary call to isReg from emitter's DestMem handling for VE...
Craig Topper
2016-03-02
1
-7
/
+5
*
[X86] Make X86MCCodeEmitter::DetermineREXPrefix locate operands more like how...
Craig Topper
2016-03-02
1
-54
/
+50
*
[X86] Permit reading of the FLAGS register without it being previously defined
David Majnemer
2016-03-02
2
-3
/
+8
*
[X86] Remove assertion I accidentally left in.
Craig Topper
2016-03-02
1
-1
/
+0
*
[X86] Be more structured about how we capture the register number when it is ...
Craig Topper
2016-03-02
1
-41
/
+39
*
[X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...
Craig Topper
2016-03-02
5
-16
/
+16
*
[x86] use getBitcast()
Sanjay Patel
2016-03-01
1
-20
/
+20
*
TableGen: Check scheduling models for completeness
Matthias Braun
2016-03-01
2
-0
/
+2
*
[X86] Elide references to _chkstk for dynamic allocas
David Majnemer
2016-03-01
1
-9
/
+29
*
fix function names; NFC
Sanjay Patel
2016-03-01
1
-157
/
+151
*
DAGCombiner: Turn extract of bitcasted integer into truncate
Matt Arsenault
2016-03-01
1
-7
/
+12
*
[LLVM][AVX512] PSRL{DI|QI} Change imm8 to int
Michael Zuckerman
2016-03-01
1
-6
/
+6
*
[X86] Check that attribute parameters match for tail calls (PR26590)
Hans Wennborg
2016-03-01
1
-3
/
+24
*
fix documentation comments; NFC
Sanjay Patel
2016-03-01
1
-85
/
+74
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-03-01
1
-12
/
+12
*
[AVX512][PSRAQ][PSRAD] Change imm8 to int.
Michael Zuckerman
2016-03-01
1
-6
/
+6
*
Disallow generating vzeroupper before return instruction (iret) in interrupt ...
Amjad Aboud
2016-03-01
1
-3
/
+8
*
[X86] Centralize the masking of TSFlags with FormMask into a variable earlier...
Craig Topper
2016-03-01
1
-6
/
+3
*
[X86] Localize a temporary variable into the cases its need in. NFC
Craig Topper
2016-03-01
1
-10
/
+9
*
[X86] Be consistent about using pre/post increment/decrement in nearby code. NFC
Craig Topper
2016-03-01
1
-4
/
+4
*
[X86] Combine some initialization code with variable declaration and comments...
Craig Topper
2016-03-01
1
-41
/
+28
*
[X86] Move the ATOMIC_LOAD_OP ISel from DAGToDAG to ISelLowering. NFCI.
Ahmed Bougacha
2016-02-29
5
-340
/
+166
*
[WinEH] Make setjmp work correctly with EH
David Majnemer
2016-02-29
1
-20
/
+136
*
[AVX512][PSLLW ][PSLLV] Change imm8 to int
Michael Zuckerman
2016-02-28
1
-3
/
+3
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
Tidyup for loops - don't repeat upper limit evaluation if you don't have to. ...
Simon Pilgrim
2016-02-27
1
-5
/
+5
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2016-02-27
1
-9
/
+9
*
[X86] Fix a stale comment. NFC.
Ahmed Bougacha
2016-02-26
1
-2
/
+2
*
[X86] Remove the unused SDTX86atomicBinary. NFC.
Ahmed Bougacha
2016-02-26
1
-2
/
+0
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2016-02-26
2
-10
/
+10
*
Fix spelling. NFCI.
Simon Pilgrim
2016-02-26
1
-1
/
+1
*
[x86] refactor to eliminate duplicated code; NFCI
Sanjay Patel
2016-02-26
1
-23
/
+12
*
[x86, AVX] fold 'isPositive' 256-bit vector integer operations (PR26701)
Sanjay Patel
2016-02-26
1
-4
/
+13
*
[x86, SSE] fold 'isPositive' vector integer operations (PR26701)
Sanjay Patel
2016-02-26
1
-0
/
+42
*
[X86] Null out some redundant patterns for masked vector register to register...
Craig Topper
2016-02-26
1
-10
/
+19
[next]