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
/
R600
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix return before else
Matt Arsenault
2014-05-11
1
-18
/
+18
*
R600/SI: Fold fabs/fneg into src input modifier
Vincent Lejeune
2014-05-10
1
-2
/
+31
*
R600/SI: Prettier display of input modifiers
Vincent Lejeune
2014-05-10
7
-38
/
+77
*
R600/SI: Use pseudo instruction for fabs/clamp/fneg
Vincent Lejeune
2014-05-10
2
-4
/
+74
*
R600/SI: Teach SIInstrInfo::moveToVALU() how to move S_LOAD_*_IMM instructions
Tom Stellard
2014-05-09
1
-4
/
+35
*
R600/SI: Fix SMRD pattern for offsets > 32 bits
Tom Stellard
2014-05-09
2
-7
/
+6
*
R600: Expand i64 SELECT_CC
Tom Stellard
2014-05-09
1
-0
/
+2
*
R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()
Tom Stellard
2014-05-09
4
-23
/
+19
*
R600: Promote f64 vector load/stores to i64 for consistency
Matt Arsenault
2014-05-08
1
-0
/
+6
*
R600: Expand i64 ISD:SUB
Tom Stellard
2014-05-05
1
-0
/
+1
*
R600/SI: allow 5 more input SGPRs to a shader
Marek Olsak
2014-05-05
1
-1
/
+1
*
R600/SI: Add processor type for Mullins.
Tom Stellard
2014-05-02
1
-0
/
+2
*
R600: Expand vector sin and cos.
Tom Stellard
2014-05-02
1
-0
/
+2
*
R600: Expand TruncStore i64 -> {i16,i8}
Tom Stellard
2014-05-02
1
-0
/
+2
*
R600/SI: Only create one instruction when spilling/restoring register v3
Tom Stellard
2014-05-02
7
-36
/
+231
*
R600/SI: Fix verifier error with pseudo store instructions.
Matt Arsenault
2014-05-01
1
-1
/
+1
*
R600/SI: Use VALU instructions for copying i1 values
Tom Stellard
2014-04-30
9
-9
/
+149
*
R600/SI: Teach moveToVALU how to handle some SMRD instructions
Tom Stellard
2014-04-30
2
-1
/
+49
*
R600: Remove unused function AMDGPUSubtarget::getDefaultSize()
Tom Stellard
2014-04-30
2
-13
/
+0
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-1
/
+1
*
De-virtualize or remove some methods that have no overrides nor override anyt...
Craig Topper
2014-04-30
4
-7
/
+6
*
R600: Remove duplicate setting of SELECT expansion.
Tom Stellard
2014-04-29
1
-2
/
+0
*
R600/SI: Custom lower SI_IF and SI_ELSE to avoid machine verifier errors
Tom Stellard
2014-04-29
2
-15
/
+63
*
R600/SI: Only select SALU instructions in the entry or exit block
Tom Stellard
2014-04-29
2
-27
/
+117
*
R600: optimize the UDIVREM 64 algorithm
Tom Stellard
2014-04-29
1
-22
/
+44
*
R600: Implement iterative algorithm for udivrem
Tom Stellard
2014-04-29
1
-0
/
+50
*
R600: Change UDIV/UREM to UDIVREM when legalizing types
Tom Stellard
2014-04-29
3
-1
/
+28
*
R600: remove unused variable
Tom Stellard
2014-04-29
1
-2
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
39
-305
/
+316
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
2
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
7
-9
/
+9
*
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-3
/
+3
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
3
-9
/
+9
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
2
-4
/
+3
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
3
-28
/
+22
*
R600: Fix function name printing in LowerCall
Matt Arsenault
2014-04-25
1
-1
/
+3
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
20
-67
/
+67
*
R600/SI: Use address space in allowsUnalignedMemoryAccesses
Matt Arsenault
2014-04-24
1
-0
/
+30
*
R600: Emit error instead of unreachable on function call
Matt Arsenault
2014-04-22
2
-4
/
+60
*
R600/SI: Reorganize SIInstructions.td
Tom Stellard
2014-04-22
1
-312
/
+381
*
R600: Change how vector truncating stores are packed.
Matt Arsenault
2014-04-22
1
-11
/
+25
*
R600: Make sign_extend_inreg legal.
Matt Arsenault
2014-04-22
3
-91
/
+48
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
9
-12
/
+18
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
3
-7
/
+6
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Use unique_ptr to manage objects owned by the ScheduleDAGMI.
David Blaikie
2014-04-21
1
-1
/
+1
*
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...
Benjamin Kramer
2014-04-21
1
-3
/
+2
*
R600: Minor cleanups.
Matt Arsenault
2014-04-18
3
-69
/
+64
[next]