index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
/
MCTargetDesc
/
SparcMCCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-04
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
1
-8
/
+2
2015-05-30
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
1
-1
/
+1
2015-05-15
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
1
-3
/
+3
2015-05-15
MC: Update MCFixup naming. NFC.
Jim Grosbach
1
-6
/
+6
2015-04-29
[Sparc] Really add sparcel architecture support.
Douglas Katzman
1
-8
/
+16
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-1
/
+1
2015-03-10
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
1
-1
/
+0
2015-02-15
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
1
-2
/
+2
2014-06-19
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
1
-1
/
+1
2014-04-29
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
1
-1
/
+1
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-03-02
[SparcV9] Adds support for branch on integer register instructions (BPr) and ...
Venkatraman Govindaraju
1
-0
/
+20
2014-03-01
[SparcV9] Add support for parsing branch instructions with prediction.
Venkatraman Govindaraju
1
-5
/
+17
2014-02-07
[Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...
Venkatraman Govindaraju
1
-0
/
+31
2014-02-07
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
1
-33
/
+11
2014-01-28
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
1
-10
/
+17
2014-01-28
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
1
-2
/
+4
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
1
-2
/
+2
2014-01-06
[Sparc] Add ELF Object Writer for Sparc.
Venkatraman Govindaraju
1
-0
/
+36
2014-01-05
[Sparc] Add initial implementation of MC Code emitter for sparc.
Venkatraman Govindaraju
1
-0
/
+131