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
*
Revert "[mips] Fix assertion on i128 addition/subtraction on MIPS64"
Vasileios Kalintiris
2015-01-26
2
-37
/
+5
*
Correct the header guard for MipsABIInfo.h.
Eric Christopher
2015-01-26
1
-2
/
+2
*
Fix a problem where the AArch64 ELF assembler was failing with
Eric Christopher
2015-01-26
1
-1
/
+2
*
[PowerPC] Reset the baseline for ppc64le to be equivalent to pwr8
Bill Schmidt
2015-01-25
1
-14
/
+30
*
AVX-512: Changes in operations on masks registers for KNL and SKX
Elena Demikhovsky
2015-01-25
3
-14
/
+53
*
[X86] Give scalar VRNDSCALE instructions priority in AVX512 mode.
Craig Topper
2015-01-25
2
-20
/
+26
*
Simplify a multiclass. No functional change.
Craig Topper
2015-01-25
1
-14
/
+18
*
Remove tab characters. NFC
Craig Topper
2015-01-25
1
-1
/
+1
*
Implemented cost model for masked load/store operations.
Elena Demikhovsky
2015-01-25
1
-0
/
+57
*
[X86] Replace i32i8imm on SSE/AVX instructions with i32u8imm which will make ...
Craig Topper
2015-01-25
4
-30
/
+38
*
[X86] Use u8imm in several places that used i32i8imm that don't require an i3...
Craig Topper
2015-01-25
2
-20
/
+20
*
Remove tab characters. NFC.
Craig Topper
2015-01-25
1
-1
/
+1
*
BPF backend
Alexei Starovoitov
2015-01-24
44
-1
/
+3266
*
[mips] Fix 'jumpy' debug line info around calls.
Daniel Sanders
2015-01-24
3
-39
/
+35
*
[mips] Fix assertion on i128 addition/subtraction on MIPS64
Daniel Sanders
2015-01-24
2
-5
/
+37
*
[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
Chandler Carruth
2015-01-24
1
-4
/
+4
*
[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
Quentin Colombet
2015-01-24
1
-1
/
+15
*
[x86] Fix a comment
Bruno Cardoso Lopes
2015-01-24
1
-1
/
+1
*
R600/SI: Emit .hsa.version section for amdhsa OS
Tom Stellard
2015-01-23
1
-1
/
+13
*
[x86] Combine x86mmx/i64 to v2i64 conversion to use scalar_to_vector
Bruno Cardoso Lopes
2015-01-23
1
-0
/
+29
*
R600/SI: Move i64 -> v2i32 load promotion into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2015-01-23
2
-3
/
+22
*
[mips] fix spelling of 'disassembler'
Alexei Starovoitov
2015-01-23
1
-3
/
+3
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-4
/
+2
*
Remove some local variables in place of just querying for them
Eric Christopher
2015-01-23
1
-6
/
+4
*
[mips] Add new error message and improve testing for parsing the .module dire...
Toma Tabacu
2015-01-23
1
-26
/
+27
*
This patch fixes issue with lowering below mentioned pattern :-
Jyoti Allur
2015-01-23
1
-7
/
+10
*
[x86] Change u8imm operands to always print as unsigned. This makes shuffle m...
Craig Topper
2015-01-23
5
-0
/
+15
*
[X86] Add IntrNoMem to the AVX512 conflict intrinsics.
Craig Topper
2015-01-23
1
-1
/
+9
*
Reformat.
NAKAMURA Takumi
2015-01-23
1
-3
/
+2
*
MipsAsmParser.cpp: Suppress a warning introduced in r226657. [-Wunused-variable]
NAKAMURA Takumi
2015-01-23
1
-3
/
+2
*
R600: Try to use lower types for 64bit division if possible
Jan Vesely
2015-01-22
2
-13
/
+39
*
R600: Simplify LowerUDIVREM
Jan Vesely
2015-01-22
1
-19
/
+11
*
[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP memory folding + tests.
Simon Pilgrim
2015-01-22
1
-2
/
+5
*
AArch64: decode all MRS/MSR forms early to avoid saving FeatureBits.
Tim Northover
2015-01-22
1
-42
/
+35
*
Mark |TLI| variables used to suppress -Wunused-variable warnings.
Alexander Potapenko
2015-01-22
1
-0
/
+2
*
Fixed a bug in type legalizer for masked load/store intrinsics.
Elena Demikhovsky
2015-01-22
1
-0
/
+164
*
Revert r226798. Guess I missed the patterns.
Craig Topper
2015-01-22
1
-2
/
+2
*
Use u8imm instead of i32i8imm on a couple instructions that have no patterns ...
Craig Topper
2015-01-22
1
-2
/
+2
*
[X86] Remove some unused multiclasses from AVX512 instruction file.
Craig Topper
2015-01-22
1
-101
/
+0
*
ARM: fail less catastrophically on invalid Windows input
Saleem Abdulrasool
2015-01-22
2
-5
/
+15
*
[X86][SSE] Missing SSE/AVX1 memory folding integer instructions
Simon Pilgrim
2015-01-21
1
-1
/
+57
*
[X86][SSE] Added support for SSE3 lane duplication shuffle instructions
Simon Pilgrim
2015-01-21
2
-25
/
+37
*
Fix load-store optimizer on thumbv4t
Jonathan Roelofs
2015-01-21
1
-3
/
+14
*
[X86][SSE] movddup shuffle mask decodes
Simon Pilgrim
2015-01-21
3
-18
/
+52
*
R600/SI: Custom lower fround
Matt Arsenault
2015-01-21
4
-24
/
+117
*
[Hexagon] Converting multiply and accumulate with immediate intrinsics to pat...
Colin LeMahieu
2015-01-21
1
-0
/
+21
*
[X86] Declare SSE4.1/AVX2 vector extloads covered by PMOV[SZ]X legal.
Ahmed Bougacha
2015-01-21
2
-9
/
+70
*
AArch64: add backend option to reserve x18 (platform register)
Tim Northover
2015-01-21
1
-3
/
+7
*
[x32] Fast ISel should use LEA64_32r instead of LEA32r to adjust addresses in...
Michael Kuperstein
2015-01-21
1
-2
/
+8
*
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
2015-01-21
11
-1
/
+153
[next]