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
/
R600MCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-181
/
+0
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-6
/
+3
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-2
/
+2
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-1
/
+0
*
Remove createAMDGPUMCCodeEmitter and instead just register the correct
Eric Christopher
2015-03-10
1
-2
/
+3
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-2
/
+2
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-9
/
+5
*
[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
-5
/
+3
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
1
-5
/
+7
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-2
/
+4
*
Remove unused stdio.h includes
Dmitri Gribenko
2013-08-18
1
-1
/
+0
*
R600: Use correct encoding for Vertex Fetch instructions on Cayman
Tom Stellard
2013-06-14
1
-1
/
+3
*
Fix 32 bit build in c++11 mode.
Rafael Espindola
2013-05-23
1
-1
/
+1
*
s/u_int32_t/uint32_t/
Rafael Espindola
2013-05-22
1
-2
/
+2
*
Fix the build in c++11 mode.
Rafael Espindola
2013-05-17
1
-2
/
+2
*
R600: Improve texture handling
Vincent Lejeune
2013-05-17
1
-72
/
+23
*
R600: Fix encoding for R600 family GPUs
Tom Stellard
2013-05-17
1
-0
/
+7
*
R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
2013-05-17
1
-4
/
+7
*
Remove unused fields and arguments.
Rafael Espindola
2013-05-13
1
-9
/
+4
*
R600: Remove dead code from the CodeEmitter v2
Tom Stellard
2013-05-06
1
-397
/
+59
*
R600: Stop emitting the instruction type byte before each instruction
Tom Stellard
2013-05-06
1
-33
/
+2
*
R600: Emit ISA for CALL_FS_* instructions
Tom Stellard
2013-05-06
1
-1
/
+0
*
R600: use native for alu
Vincent Lejeune
2013-04-30
1
-2
/
+5
*
R600: Add a Bank Swizzle operand
Vincent Lejeune
2013-04-30
1
-1
/
+1
*
R600: Turn TEX/VTX into native instructions
Vincent Lejeune
2013-04-30
1
-5
/
+11
*
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
1
-4
/
+0
*
R600: Add CF_END
Vincent Lejeune
2013-04-23
1
-1
/
+5
*
R600: Export is emitted as a CF_NATIVE inst
Vincent Lejeune
2013-04-17
1
-10
/
+5
*
R600: Control Flow support for pre EG gen
Vincent Lejeune
2013-04-08
1
-10
/
+20
*
R600: Use a mask for offsets when encoding instructions
Vincent Lejeune
2013-04-04
1
-2
/
+5
*
R600: Add support for native control flow
Vincent Lejeune
2013-04-01
1
-1
/
+20
*
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-04-01
1
-1
/
+9
*
R600: Emit native instructions for tex
Vincent Lejeune
2013-03-31
1
-98
/
+72
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
1
-2
/
+2
*
R600: Support for TBO
Vincent Lejeune
2013-02-18
1
-1
/
+2
*
R600: Add support for 128-bit parameters
Tom Stellard
2013-02-13
1
-0
/
+1
*
R600: rework handling of the constants
Tom Stellard
2013-01-23
1
-38
/
+43
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-2
/
+1
*
Add R600 backend
Tom Stellard
2012-12-11
1
-0
/
+575