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
/
test
/
CodeGen
/
R600
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
400
-45283
/
+0
*
R600/SI: Add assembler support for FLAT instructions
Tom Stellard
2015-06-12
1
-1
/
+1
*
Don't depend on the interleaving of stdout and stderr.
Rafael Espindola
2015-06-12
1
-9
/
+26
*
Revert "Fix merges of non-zero vector stores"
Reid Kleckner
2015-06-11
1
-10
/
+2
*
Fix merges of non-zero vector stores
Matt Arsenault
2015-06-11
1
-2
/
+10
*
R600/SI: Add -mcpu=bonaire to a test that uses flat address space
Tom Stellard
2015-06-11
1
-1
/
+1
*
Implement computeKnownBits for min/max nodes
Matt Arsenault
2015-06-09
3
-4
/
+103
*
DAGCombiner: don't duplicate (fmul x, c) in visitFNEG if fneg is free
Fiona Glaser
2015-06-05
1
-0
/
+16
*
R600/SI: Reimplement isLegalAddressingMode
Matt Arsenault
2015-06-04
1
-0
/
+242
*
R600/SI: Fix some cases for load / store of half
Matt Arsenault
2015-06-04
2
-40
/
+559
*
R600: Re-enable sub-reg liveness
Tom Stellard
2015-06-04
3
-37
/
+4
*
R600/SI: Fix tests with triples in them
Matt Arsenault
2015-06-03
8
-31
/
+10
*
LiveRangeEdit: Fix liveranges not shrinking on subrange kill.
Matthias Braun
2015-06-01
1
-0
/
+55
*
R600: Use SIGN_EXTEND_INREG for SEXT loads
Jan Vesely
2015-05-26
1
-70
/
+39
*
R600/SI: Fix bug with v_interp_p1_f32 instructions on 16 bank lds chips
Tom Stellard
2015-05-25
1
-8
/
+37
*
Add target hook to allow merging stores of nonzero constants
Matt Arsenault
2015-05-24
2
-2
/
+537
*
R600/SI: add pass to mark CF live ranges as non-spillable
Tom Stellard
2015-05-12
1
-0
/
+501
*
R600/SI: Remove M0Reg register class
Tom Stellard
2015-05-12
1
-1
/
+1
*
R600/SI: Remove explicit m0 operand from DS instructions
Tom Stellard
2015-05-12
2
-2
/
+2
*
R600/SI: Make sendmsg test more strict
Tom Stellard
2015-05-12
1
-0
/
+2
*
R600/SI: Add VCC as an implict def of SI_KILL
Tom Stellard
2015-05-01
1
-0
/
+16
*
R600/SI: Fix verifier errors from the SIAnnotateControlFlow pass
Tom Stellard
2015-05-01
1
-0
/
+38
*
Reinstate revisions r234755, r234759, r234760
Jan Vesely
2015-04-30
4
-10
/
+74
*
R600: Fix up for AsmPrinter's OutStreamer being a unique_ptr
Tom Stellard
2015-04-28
1
-0
/
+10
*
R600: Remove / merge redundant testcases
Matt Arsenault
2015-04-26
3
-43
/
+12
*
R600/SI: Fix verifier error when producing v_madmk_f32
Matt Arsenault
2015-04-24
1
-0
/
+24
*
R600/RegisterCoalescer: Enable more rematerialization/add missing testcase
Matthias Braun
2015-04-24
1
-0
/
+57
*
R600: Correctly lower CONCAT_VECTOR nodes with more than 2 operands
Tom Stellard
2015-04-23
1
-0
/
+11
*
R600/SI: Fix indirect addressing with a negative constant offset
Tom Stellard
2015-04-23
1
-0
/
+72
*
R600: Fix always inline pass breaking noinline functions
Matt Arsenault
2015-04-22
1
-10
/
+9
*
DAGCombine: Remove redundant NaN checks around ISD::FSQRT
Tom Stellard
2015-04-20
1
-0
/
+50
*
R600/SI: Fix verifier error caused by SIAnnotateControlFlow
Tom Stellard
2015-04-14
1
-0
/
+25
*
Revert revisions r234755, r234759, r234760
Jan Vesely
2015-04-13
4
-74
/
+10
*
R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO
Jan Vesely
2015-04-13
4
-8
/
+74
*
LegalizeDAG: Try to use Overflow operations when expanding ADD/SUB
Jan Vesely
2015-04-13
1
-6
/
+4
*
llvm/test/CodeGen/R600/fminnum.ll: Relax an expression for NaN on MSVCRT like...
NAKAMURA Takumi
2015-04-13
1
-1
/
+1
*
R600: Make FMIN/MAXNUM legal on all asics
Jan Vesely
2015-04-12
2
-0
/
+182
*
R600/SI: Don't print offset0/offset1 DS operands when they are 0
Tom Stellard
2015-04-08
6
-37
/
+37
*
[R600/SI] Fix testcase check line.
Ahmed Bougacha
2015-03-27
1
-1
/
+1
*
Complete the MachineScheduler fix made way back in r210390.
Andrew Trick
2015-03-27
2
-3
/
+3
*
R600/SI: Select V_BFE_U32 for and+shift with a non-literal offset
Marek Olsak
2015-03-24
2
-2
/
+10
*
R600/SI: Custom-select 32-bit S_BFE from bitwise opcodes
Marek Olsak
2015-03-24
3
-19
/
+55
*
R600/SI: Improve BFM support
Marek Olsak
2015-03-24
1
-4
/
+23
*
R600/SI: Use V_FRACT_F64 for faster 64-bit floor on SI
Marek Olsak
2015-03-24
2
-21
/
+102
*
R600/SI: Expand fract to floor, then only select V_FRACT on CI
Marek Olsak
2015-03-24
1
-5
/
+42
*
R600/SI: Allow commuting compares
Matt Arsenault
2015-03-23
15
-54
/
+751
*
R600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBasePtr()
Tom Stellard
2015-03-23
1
-2
/
+33
*
R600: Cleanup test with multiple check prefixes
Matt Arsenault
2015-03-21
1
-42
/
+40
*
R600/SI: Add missing CHECK-LABEL lines to a test
Tom Stellard
2015-03-20
1
-4
/
+4
*
Teach getDefaultFormat that we only support ELF on some architectures.
Rafael Espindola
2015-03-18
1
-0
/
+3
[next]