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
*
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
*
AArch64: Add backend intrinsic for rbit.
Jim Grosbach
2014-06-16
1
-0
/
+4
*
ARM: intrinsic support for rbit.
Jim Grosbach
2014-06-16
1
-0
/
+5
*
[PPC64] Fix PR19893 - improve code generation for local function addresses
Bill Schmidt
2014-06-16
3
-21
/
+25
*
Since the DataLayout is always found off of the subtarget go ahead
Eric Christopher
2014-06-16
1
-7
/
+3
*
Improve comments for r211040
Louis Gerbarg
2014-06-16
1
-1
/
+4
*
ARM: implement correct atomic operations on v7M
Tim Northover
2014-06-16
1
-8
/
+14
*
Fix illegal relocations in X86FastISel
Louis Gerbarg
2014-06-16
1
-0
/
+4
*
Refactor the disabling of Thumb-1 LDM/STM generation
James Molloy
2014-06-16
2
-7
/
+7
*
[AArch64] Remove dead code.
Tilmann Scheller
2014-06-16
1
-3
/
+0
*
Hook up vector int_ctlz for AVX512.
Cameron McInally
2014-06-16
2
-0
/
+14
*
[mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-16
2
-1
/
+14
*
[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-16
6
-6
/
+61
*
[mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.
Daniel Sanders
2014-06-16
10
-35
/
+142
*
[AArch64] Fix a fencepost error in lowering for llvm.aarch64.neon.uqshl.
James Molloy
2014-06-16
1
-1
/
+1
*
[mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...
Daniel Sanders
2014-06-16
5
-9
/
+88
*
ARMEB: Fix trunc store for vector types
Christian Pirker
2014-06-16
1
-1
/
+2
*
Fix copy paste error
Matt Arsenault
2014-06-15
1
-1
/
+1
*
R600: Remove a few more things from AMDILISelLowering
Matt Arsenault
2014-06-15
2
-27
/
+21
*
R600: Fix assert on vector sdiv
Matt Arsenault
2014-06-15
1
-4
/
+4
*
R600: Move / cleanup more leftover AMDIL stuff.
Matt Arsenault
2014-06-15
3
-71
/
+30
*
R600: Move division custom lowering out of AMDILISelLowering
Matt Arsenault
2014-06-15
3
-271
/
+257
*
Temporarily revert r210953 in an attempt to bring the ARM buildbots
Eric Christopher
2014-06-15
9
-26
/
+24
*
R600: Report that integer division is expensive.
Matt Arsenault
2014-06-15
1
-0
/
+7
*
R600: Remove dead code
Matt Arsenault
2014-06-15
2
-75
/
+11
*
AArch64: improve handling & modelling of FP_TO_XINT nodes.
Tim Northover
2014-06-15
2
-10
/
+25
*
AArch64: improve vector [su]itofp handling.
Tim Northover
2014-06-15
2
-36
/
+46
*
Fix typo
Matt Arsenault
2014-06-14
1
-1
/
+1
*
R600: Fix asserts related to constant initializers
Matt Arsenault
2014-06-14
1
-5
/
+20
*
R600: Use address space enum instead of value
Matt Arsenault
2014-06-14
1
-6
/
+7
*
Remove InstrItineraryData off of the TargetMachine - it's already
Eric Christopher
2014-06-13
2
-6
/
+2
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-13
9
-21
/
+25
*
The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
2014-06-13
4
-13
/
+16
*
Fix typo.
Eric Christopher
2014-06-13
1
-1
/
+1
*
X86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directly
Tim Northover
2014-06-13
1
-12
/
+31
*
R600: Cleanup some old AMDIL stuff.
Matt Arsenault
2014-06-13
2
-95
/
+42
*
R600: Remove AMDIL instruction and register definitions
Tom Stellard
2014-06-13
21
-447
/
+104
*
[mips][mips64r6] Relocation R_MIPS_PC18_S3
Zoran Jovanovic
2014-06-13
5
-5
/
+31
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
2
-7
/
+10
*
[mips] Add cache and pref instructions
Daniel Sanders
2014-06-13
6
-13
/
+101
*
[mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-13
1
-1
/
+0
*
[mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...
Daniel Sanders
2014-06-13
5
-13
/
+45
[next]