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
*
MS asm: Properly handle quoted symbol names
David Majnemer
2014-06-19
1
-2
/
+4
*
R600/SI: Add intrinsics for various math instructions.
Matt Arsenault
2014-06-19
8
-13
/
+113
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-18
9
-24
/
+28
*
Use stdint macros for specifying size of constants
Matt Arsenault
2014-06-18
1
-2
/
+3
*
R600: Handle fnearbyint
Matt Arsenault
2014-06-18
2
-0
/
+13
*
R600/SI: add gather4 and getlod intrinsics (v3)
Marek Olsak
2014-06-18
4
-26
/
+175
*
Use LL suffix for literal that should be 64-bits.
Matt Arsenault
2014-06-18
1
-1
/
+1
*
[PowerPC] Remove unnecessary load of r12 in indirect call
Ulrich Weigand
2014-06-18
1
-4
/
+0
*
[ARM] [MC] Refactor the constant pool classes
Weiming Zhao
2014-06-18
1
-136
/
+1
*
R600: Expand vector fceil
Jan Vesely
2014-06-18
1
-0
/
+1
*
[PowerPC] Simplify and improve loading into TOC register
Ulrich Weigand
2014-06-18
6
-40
/
+25
*
Work around ridiculous warning.
Matt Arsenault
2014-06-18
1
-2
/
+5
*
R600/SI: Add intrinsics for brev instructions
Matt Arsenault
2014-06-18
6
-1
/
+12
*
R600/SI: Prettier operand printing for 64-bit ops.
Matt Arsenault
2014-06-18
2
-14
/
+17
*
[mips] SYNC $stype instruction was added in Mips32
Matheus Almeida
2014-06-18
1
-1
/
+7
*
R600: Implement f64 ftrunc, ffloor and fceil.
Matt Arsenault
2014-06-18
2
-0
/
+111
*
R600: Custom lower f64 frint for pre-CI
Matt Arsenault
2014-06-18
2
-0
/
+27
*
R600/SI: Temporary fix for f64 fneg
Matt Arsenault
2014-06-18
1
-0
/
+4
*
R600/SI: Comparisons set vcc.
Matt Arsenault
2014-06-18
2
-105
/
+115
*
[X86] AVX512: Add non-temporal stores
Adam Nemet
2014-06-18
1
-0
/
+29
*
[X86] AVX512: Specify compressed displacement for vmovntdqa
Adam Nemet
2014-06-18
1
-1
/
+1
*
[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
Ulrich Weigand
2014-06-18
1
-7
/
+7
*
[PowerPC] Fix emitting instruction pairs on LE
Ulrich Weigand
2014-06-18
1
-9
/
+37
*
[mips] Fix expansion of memory operation if destination register is not a GPR.
Matheus Almeida
2014-06-18
1
-4
/
+29
*
[mips] Report correct location when "erroring" about the use of $at when it's...
Matheus Almeida
2014-06-18
1
-6
/
+13
*
[mips][mips64r6] Add BLTC and BLTUC instructions
Zoran Jovanovic
2014-06-18
2
-6
/
+25
*
[mips] Access $at only if necessary.
Matheus Almeida
2014-06-18
1
-3
/
+6
*
Add pattern for unsigned v4i32->v4f64 convert on AVX512.
Cameron McInally
2014-06-18
1
-0
/
+4
*
[mips] Update MipsAsmParser so that it's possible to handle immediates that s...
Matheus Almeida
2014-06-18
1
-0
/
+2
*
[mips] Implement alias for 'and' and 'or' instructions for all ISAs.
Matheus Almeida
2014-06-18
1
-0
/
+4
*
[mips] Remove the last usage of parseRegister from MipsAsmParser.
Matheus Almeida
2014-06-18
1
-29
/
+33
*
R600: Implement 64bit SRA
Jan Vesely
2014-06-18
1
-5
/
+7
*
R600: Implement 64bit SRL
Jan Vesely
2014-06-18
2
-0
/
+41
*
R600: Implement 64bit SHL
Jan Vesely
2014-06-18
2
-0
/
+42
*
[AArch64] Fix a pattern match failure caused by creating improper CONCAT_VECTOR.
Kevin Qin
2014-06-18
1
-27
/
+39
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
16
-23
/
+24
*
Allow X86FastIsel to cope with 64 bit absolute relocations
Louis Gerbarg
2014-06-17
1
-10
/
+12
*
[FastISel][X86] Optimize predicates and fold CMP instructions.
Juergen Ributzka
2014-06-17
1
-13
/
+109
*
R600/SI: Make sure target flags are set on pseudo VOP3 instructions
Tom Stellard
2014-06-17
2
-14
/
+14
*
R600/SI: Match cttz_zero_undef
Matt Arsenault
2014-06-17
2
-1
/
+6
*
R600/SI: Match ctlz_zero_undef
Matt Arsenault
2014-06-17
3
-3
/
+8
*
R600: Use LDS and vectors for private memory
Tom Stellard
2014-06-17
17
-18
/
+661
*
R600/SI: Add a pattern for llvm.AMDGPU.barrier.global
Tom Stellard
2014-06-17
3
-1
/
+16
*
SelectionDAG: Expand i64 = FP_TO_SINT i32
Tom Stellard
2014-06-17
1
-0
/
+1
*
R600/SI: Re-initialize the m0 register after using it for indirect addressing
Tom Stellard
2014-06-17
1
-37
/
+50
*
[FastISel][X86] Fix previous refactoring commit (r211077)
Juergen Ributzka
2014-06-17
1
-4
/
+4
*
Fix memory leak of RegScavenger accidentally added in r211037.
James Molloy
2014-06-17
1
-1
/
+3
*
AArch64: estimate inline asm length during branch relaxation
Tim Northover
2014-06-17
1
-1
/
+7
*
[FastISel][X86] Refactor the code to get the X86 condition from a helper func...
Juergen Ributzka
2014-06-16
3
-96
/
+110
*
Add load/store functionality
Reed Kotler
2014-06-16
1
-7
/
+93
[next]