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
/
Sparc
/
MCTargetDesc
/
SparcAsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-1
/
+2
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-6
/
+4
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-4
/
+6
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-6
/
+4
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-4
/
+6
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
1
-4
/
+2
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
[Sparc] Repair fixups in little endian mode.
James Y Knight
2015-05-01
1
-12
/
+57
*
[Sparc] Really add sparcel architecture support.
Douglas Katzman
2015-04-29
1
-4
/
+4
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+1
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-1
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-8
/
+8
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-1
/
+1
*
Add const to a method I missed in the previous commit.
Rafael Espindola
2014-03-28
1
-7
/
+4
*
[SparcV9] Adds support for branch on integer register instructions (BPr) and ...
Venkatraman Govindaraju
2014-03-02
1
-0
/
+8
*
[Sparc] Implement writeNopData. Emit actual NOP instruction instead of just f...
Venkatraman Govindaraju
2014-03-01
1
-3
/
+8
*
[Sparc] Teach SparcAsmParser to emit correct relocations for PIC code.
Venkatraman Govindaraju
2014-03-01
1
-0
/
+4
*
[Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...
Venkatraman Govindaraju
2014-02-07
1
-3
/
+72
*
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
2014-02-07
1
-0
/
+24
*
Just returning false is the default.
Rafael Espindola
2014-02-06
1
-4
/
+0
*
[Sparc] Correct the mask for fixup_sparc_br19.
Venkatraman Govindaraju
2014-01-08
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc.,
Venkatraman Govindaraju
2014-01-07
1
-14
/
+14
*
[Sparc] Add ELF Object Writer for Sparc.
Venkatraman Govindaraju
2014-01-06
1
-7
/
+64
*
[Sparc] Add initial implementation of MC Code emitter for sparc.
Venkatraman Govindaraju
2014-01-05
1
-0
/
+101