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
/
MCTargetDesc
/
SIMCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-289
/
+0
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-1
/
+0
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
R600/SI: Remove handling of fpimm
Matt Arsenault
2015-02-13
1
-16
/
+6
*
R600/SI: Allow f64 inline immediates in i64 operands
Matt Arsenault
2015-02-13
1
-27
/
+83
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+3
*
R600/SI: Use RegisterOperands to specify which operands can accept immediates
Tom Stellard
2015-01-12
1
-8
/
+4
*
R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operand
Tom Stellard
2014-12-19
1
-2
/
+3
*
R600/SI: Clean up checks for legality of immediate operands
Tom Stellard
2014-09-23
1
-11
/
+3
*
R600/SI: Do abs/neg folding with ComplexPatterns
Tom Stellard
2014-08-01
1
-0
/
+10
*
R600/SI: Store constant initializer data in constant memory
Tom Stellard
2014-07-21
1
-2
/
+27
*
R600/SI: Use a custom encoding method for simm16 in SOPP branch instructions
Tom Stellard
2014-07-21
1
-7
/
+22
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-5
/
+5
*
Delete MCSubtargetInfo data members from target MCCodeEmitter classes
David Woodhouse
2014-01-28
1
-2
/
+2
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
1
-3
/
+5
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-2
/
+4
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...
NAKAMURA Takumi
2013-03-26
1
-3
/
+1
*
R600/SI: remove GPR*AlignEncode
Christian Konig
2013-03-01
1
-32
/
+0
*
R600/SI: fix stupid typo
Christian Konig
2013-02-26
1
-1
/
+1
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
1
-2
/
+2
*
R600/SI: cleanup literal handling v3
Christian Konig
2013-02-16
1
-21
/
+125
*
R600/SI: cleanup VGPR encoding
Tom Stellard
2013-02-07
1
-137
/
+4
*
R600/SI: simplify and fix SMRD encoding
Tom Stellard
2013-02-07
1
-34
/
+0
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
R600: BB operand support for SI
Tom Stellard
2012-12-17
1
-0
/
+6
*
Add R600 backend
Tom Stellard
2012-12-11
1
-0
/
+292