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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
LLVMBuild.txt: Add missing dependencies.
NAKAMURA Takumi
2014-04-10
1
-1
/
+1
*
LLVMBuild.txt: Reformat.
NAKAMURA Takumi
2014-04-10
1
-2
/
+2
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-7
/
+7
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+2
*
Fix missing C++ mode comment
Matt Arsenault
2014-03-06
1
-1
/
+1
*
Every target uses .align. Simplify.
Rafael Espindola
2014-02-04
1
-1
/
+0
*
Delete MCSubtargetInfo data members from target MCCodeEmitter classes
David Woodhouse
2014-01-28
2
-7
/
+5
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
3
-10
/
+17
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
2
-4
/
+8
*
Pass a MCSubtargetInfo down to the TargetStreamer creation.
Rafael Espindola
2014-01-26
1
-0
/
+1
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
CommentColumn is always 40. Simplify.
Rafael Espindola
2014-01-16
1
-1
/
+0
*
Don't set unused variable.
Rafael Espindola
2013-12-11
1
-1
/
+0
*
Don't set a variable to its default value.
Rafael Espindola
2013-12-09
1
-1
/
+0
*
Don't set PrivateGlobalPrefix for NVPTX and R600.
Rafael Espindola
2013-12-03
1
-1
/
+0
*
Convert two char* that are only ever used as booleans to bool.
Rafael Espindola
2013-12-02
1
-2
/
+0
*
[CMake] Let add_public_tablegen_target responsible to provide dependency to C...
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.
Rafael Espindola
2013-11-27
1
-1
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
3
-0
/
+23
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
3
-23
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
3
-0
/
+23
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
1
-3
/
+0
*
Remove another unused flag.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
Remove unused flag.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-1
/
+1
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-1
/
+0
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
2
-3
/
+5
*
Remove unused stdio.h includes
Dmitri Gribenko
2013-08-18
1
-1
/
+0
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
2
-6
/
+0
*
R600: Use correct encoding for Vertex Fetch instructions on Cayman
Tom Stellard
2013-06-14
1
-1
/
+3
*
R600: Hide symbols of implementation details.
Benjamin Kramer
2013-05-23
1
-0
/
+4
*
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
3
-6
/
+10
*
Remove unused fields and arguments.
Rafael Espindola
2013-05-13
3
-13
/
+6
*
Fix the R600 build.
Rafael Espindola
2013-05-10
2
-3
/
+2
*
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
[next]