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
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
2
-4
/
+4
*
[mips][microMIPSr6] Implement SUB and SUBU instructions
Zoran Jovanovic
2015-04-29
1
-0
/
+6
*
[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instructions
Zoran Jovanovic
2015-04-29
3
-5
/
+43
*
Sparc: Prefer reg+reg address encoding when only one register used.
James Y Knight
2015-04-29
1
-5
/
+5
*
Mips fast-isel - handle functions which return i8 or i6 .
Vasileios Kalintiris
2015-04-29
2
-8
/
+12
*
[mips] Correct 128-bit shifts on 64-bit targets.
Daniel Sanders
2015-04-29
1
-5
/
+5
*
[mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC.
Toma Tabacu
2015-04-29
1
-15
/
+24
*
fixed 80-chars; NFC
Elena Demikhovsky
2015-04-29
1
-5
/
+7
*
Reuse a lookup in an assert.
Eric Christopher
2015-04-28
1
-3
/
+3
*
ARM: fix peephole optimisation of TST
Tim Northover
2015-04-28
1
-10
/
+0
*
Sparc: Add alternate aliases for conditional branch instructions.
James Y Knight
2015-04-28
1
-0
/
+6
*
[bpf] fix build
Alexei Starovoitov
2015-04-28
2
-8
/
+9
*
[x86] remove RCPPS and RSQRTPS intrinsic instruction definitions
Sanjay Patel
2015-04-28
3
-52
/
+6
*
Add a fixme to resetTargetOptions to explain why it needs to go
Eric Christopher
2015-04-28
1
-0
/
+5
*
Fix a [-Werror,-Winconsistent-missing-override] problem in the
Eric Christopher
2015-04-28
1
-1
/
+1
*
R600: Fix up for AsmPrinter's OutStreamer being a unique_ptr
Tom Stellard
2015-04-28
1
-2
/
+3
*
R600/SI: Add a lower case alias for subtarget feature: +DumpCode
Tom Stellard
2015-04-28
1
-0
/
+5
*
[NVPTX] Handle addrspacecast constant expressions in aggregate initializers
Justin Holewinski
2015-04-28
4
-2
/
+268
*
move IR-level optimization flags into their own struct
Sanjay Patel
2015-04-28
1
-1
/
+1
*
Fixed crash of variable shift inst on AVX2
Elena Demikhovsky
2015-04-28
1
-3
/
+1
*
[mips] [IAS] Do not generate redundant ORi in createLShiftOri.
Toma Tabacu
2015-04-28
1
-0
/
+4
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
59
-2509
/
+2837
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
59
-2837
/
+2509
*
[mips] [IAS] Rename the createShiftOr function to createLShiftOri. NFC.
Toma Tabacu
2015-04-28
1
-13
/
+13
*
[mips] [IAS] Store the expandLoadImm destination register in a variable. NFC.
Toma Tabacu
2015-04-28
1
-11
/
+12
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
59
-2509
/
+2837
*
AVX-512: Added "pandn" intrinsics set
Elena Demikhovsky
2015-04-28
1
-0
/
+6
*
[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.
Ahmed Bougacha
2015-04-28
1
-0
/
+4
*
Cleanup, remove unused return value
Matthias Braun
2015-04-28
2
-6
/
+3
*
remove obsolete pattern matches for scalar SSE ops
Sanjay Patel
2015-04-27
1
-15
/
+1
*
[AArch64] Also combine vector selects fed by non-i1 SETCCs.
Ahmed Bougacha
2015-04-27
1
-3
/
+15
*
[AArch64] Don't assert when combining (v3f32 select (setcc f64)).
Ahmed Bougacha
2015-04-27
1
-0
/
+6
*
Silence unused variable errors for no-asserts builds
Bill Schmidt
2015-04-27
1
-0
/
+4
*
[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations
Bill Schmidt
2015-04-27
6
-0
/
+824
*
fix 80-cols; NFC
Sanjay Patel
2015-04-27
1
-2
/
+3
*
fix typos; NFC
Sanjay Patel
2015-04-27
1
-1
/
+1
*
[mips] Correct bytes to bits in 2 comments. NFC.
Toma Tabacu
2015-04-27
1
-2
/
+2
*
AVX-512: added calling conventions for i1 vectors.
Elena Demikhovsky
2015-04-27
2
-3
/
+27
*
[Hexagon] Use constant extenders to fix up hardware loops
Brendon Cahoon
2015-04-27
6
-72
/
+114
*
[mips] [IAS] Improve warning for using AT with .set noat.
Toma Tabacu
2015-04-27
1
-12
/
+7
*
Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel.""
Vasileios Kalintiris
2015-04-27
1
-0
/
+80
*
[mips] [IAS] Rename getATRegNum and setATReg to {g,s}etATRegIndex. NFC.
Toma Tabacu
2015-04-27
1
-8
/
+8
*
AVX-512: Extend/Truncate operations for SKX,
Elena Demikhovsky
2015-04-27
2
-36
/
+139
*
[X86][SSE] Add v16i8/v32i8 multiplication support
Simon Pilgrim
2015-04-27
1
-4
/
+78
*
[bpf] fix build and remove a compiler warning in Release mode
Alexei Starovoitov
2015-04-26
2
-1
/
+3
*
[ARM] Simplify code. NFC.
Benjamin Kramer
2015-04-25
1
-15
/
+2
*
[hexagon] Use range-based for loops. No functionality change intended.
Benjamin Kramer
2015-04-25
1
-69
/
+45
*
[hexagon] Remove setHexLibcallName, it leaks memory.
Benjamin Kramer
2015-04-25
2
-79
/
+83
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
15
-523
/
+528
*
[mips][FastISel] Specify which types we handle for integer extension.
Vasileios Kalintiris
2015-04-24
1
-0
/
+7
[next]