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
Commit message (
Expand
)
Author
Age
Files
Lines
*
test commit
Valery Pykhtin
2016-03-04
1
-1
/
+1
*
Make headers self-contained again.
Benjamin Kramer
2016-03-04
1
-0
/
+1
*
AMDGPU/SI: add llvm.amdgcn.image.atomic.* intrinsics
Nikolay Haustov
2016-03-04
4
-32
/
+169
*
[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
*
[AArch64] fold 'isPositive' vector integer operations (PR26819)
Sanjay Patel
2016-03-03
1
-1
/
+30
*
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
*
Revert "[ARM] Merging 64-bit divmod lib calls into one"
Renato Golin
2016-03-03
1
-9
/
+0
*
[LLVM][AVX512] PSRLWI Chnage imm8 to int
Michael Zuckerman
2016-03-03
1
-3
/
+3
*
AMDGPU: Insert two S_NOP instructions for every high level source statement.
Tom Stellard
2016-03-03
4
-0
/
+110
*
AMDGPU/SI: Don't try to move scratch wave offset when there are no free SGPRs
Tom Stellard
2016-03-03
1
-3
/
+15
*
[X86] Enable forwarding bool arguments in tail calls (PR26305)
Hans Wennborg
2016-03-03
1
-0
/
+20
*
[PPCVSXFMAMutate] Temporarily disable this pass
Tim Shen
2016-03-03
1
-2
/
+8
*
[X86] Don't give catch objects a displacement of zero
David Majnemer
2016-03-03
3
-1
/
+23
*
AMDGPU: Simplify boolean conditional return statements
Matt Arsenault
2016-03-02
7
-44
/
+19
*
[ARM] Merging 64-bit divmod lib calls into one
Renato Golin
2016-03-02
1
-0
/
+9
*
Revert "[X86] Elide references to _chkstk for dynamic allocas"
Reid Kleckner
2016-03-02
1
-29
/
+9
*
ARM: Introduce conservative load/store optimization mode
Matthias Braun
2016-03-02
1
-0
/
+34
*
[AArch64] Enable non-leaf frame pointer elimination.
Geoff Berry
2016-03-02
2
-9
/
+7
*
[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
*
Revert "[AMDGPU] table-driven parser/printer for amd_kernel_code_t structure ...
Nikolay Haustov
2016-03-02
4
-370
/
+0
*
Revert "[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembl...
Nikolay Haustov
2016-03-02
2
-8
/
+157
*
[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler.
Nikolay Haustov
2016-03-02
2
-157
/
+8
*
[AMDGPU] table-driven parser/printer for amd_kernel_code_t structure fields
Nikolay Haustov
2016-03-02
4
-0
/
+370
*
[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
*
AMDGPU: Fix bug 26659.
Matt Arsenault
2016-03-02
1
-1
/
+1
*
AMDGPU: Cleanup suggested in bug 23960
Matt Arsenault
2016-03-02
1
-6
/
+3
*
Bug 20810: Use report_fatal_error instead of unreachable
Matt Arsenault
2016-03-02
1
-6
/
+6
*
[NFC] Convert tabs to spaces.
Colin LeMahieu
2016-03-01
1
-2
/
+2
*
AArch64: Reenable CompleteModel for A53, A57 and Kryo models
Matthias Braun
2016-03-01
3
-3
/
+3
*
[Hexagon] Modifying r262258 to only be in effect in the hand assembler path, ...
Colin LeMahieu
2016-03-01
2
-14
/
+18
*
AArch64: Add missing schedinfo, check completeness for cyclone
Matthias Braun
2016-03-01
8
-13
/
+41
*
[Power9] Implement new vector compare, extract, insert instructions
Kit Barton
2016-03-01
2
-0
/
+96
*
[x86] use getBitcast()
Sanjay Patel
2016-03-01
1
-20
/
+20
*
Revert "[AArch64] Fix isLegalAddImmediate() to return true for valid nega...
Geoff Berry
2016-03-01
1
-2
/
+2
*
Revert "[mips] Promote the result of SETCC nodes to GPR width."
Vasileios Kalintiris
2016-03-01
14
-550
/
+418
*
New file to track implementation status of new POWER9 instructions
Kit Barton
2016-03-01
1
-0
/
+442
*
TableGen: Check scheduling models for completeness
Matthias Braun
2016-03-01
19
-3
/
+31
*
[NVPTX] Annotate param loads/stores as mayLoad/mayStore.
Justin Lebar
2016-03-01
2
-56
/
+68
[next]