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
/
R600ExpandSpecialInstrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
R600: Fix input modifiers lost for Cayman
Vincent Lejeune
2013-12-10
1
-0
/
+18
*
R600: Remove orphaned declarations
Vincent Lejeune
2013-12-07
1
-3
/
+0
*
R600: Fix scheduling of instructions that use the LDS output queue
Tom Stellard
2013-11-15
1
-0
/
+17
*
R600: Remove predicated_break inst
Vincent Lejeune
2013-07-31
1
-15
/
+0
*
R600: Use new getNamedOperandIdx function generated by TableGen
Tom Stellard
2013-06-25
1
-8
/
+8
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+2
*
R600: Const/Neg/Abs can be folded to dot4
Vincent Lejeune
2013-06-04
1
-1
/
+3
*
Fix warning in non-assert build.
Rafael Espindola
2013-05-22
1
-0
/
+2
*
R600: Relax some vector constraints on Dot4.
Vincent Lejeune
2013-05-17
1
-6
/
+35
*
R600: improve inputs/interpolation handling
Tom Stellard
2013-02-05
1
-118
/
+81
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Avoid setIsInsideBundle in Target/R600.
Jakob Stoklund Olesen
2012-12-13
1
-1
/
+2
*
Add R600 backend
Tom Stellard
2012-12-11
1
-0
/
+333