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
/
Mips
/
MCTargetDesc
/
MipsAsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r344591:
Tom Stellard
2018-11-16
1
-0
/
+9
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-1
/
+2
*
[mips] Extend list of relocations supported by the `.reloc` directive
Simon Atanasyan
2018-06-01
1
-0
/
+75
*
[mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 reloc...
Simon Atanasyan
2018-05-29
1
-0
/
+6
*
[mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations
Simon Atanasyan
2018-05-29
1
-0
/
+6
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-3
/
+3
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-9
/
+9
*
[MIPS] Add static_assert that all Fixups are handled in getFixupKind
Alexander Richardson
2018-03-27
1
-2
/
+7
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-2
/
+3
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-1
/
+1
*
[mips] Fix relocation record format and ELF header for N32 ABI
Simon Atanasyan
2017-09-21
1
-1
/
+9
*
[mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFC
Simon Atanasyan
2017-09-07
1
-34
/
+1
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-1
/
+1
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+2
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-1
/
+2
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-3
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr...
Simon Atanasyan
2017-04-30
1
-0
/
+2
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-46
/
+28
*
[mips][ias] Support .dtprel[d]word and .tprel[d]word directives
Simon Atanasyan
2016-08-22
1
-0
/
+4
*
Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...
Daniel Sanders
2016-08-08
1
-2
/
+8
*
Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...
Daniel Sanders
2016-08-08
1
-8
/
+2
*
[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...
Daniel Sanders
2016-08-08
1
-2
/
+8
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-4
/
+8
*
ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocation
Zoran Jovanovic
2016-05-19
1
-1
/
+11
*
[mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...
Daniel Sanders
2016-05-16
1
-0
/
+1
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
1
-8
/
+13
*
[mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocation
Zoran Jovanovic
2016-04-22
1
-0
/
+15
*
[mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
Zoran Jovanovic
2016-04-21
1
-0
/
+3
*
[mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation
Zoran Jovanovic
2016-04-21
1
-0
/
+12
*
[MC, COFF] Add .reloc support for WinCOFF
David Majnemer
2016-01-19
1
-10
/
+5
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-16
/
+32
*
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...
Daniel Sanders
2015-11-12
1
-0
/
+14
*
Change isUIntN/isIntN calls with constant N to use the template version. NFC
Craig Topper
2015-10-10
1
-8
/
+8
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-8
/
+4
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-4
/
+8
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-8
/
+4
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-4
/
+8
*
[mips64] Emit correct addend for some PC-relative relocations
Petar Jovanovic
2015-06-23
1
-6
/
+0
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
1
-16
/
+11
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-8
/
+8
*
[mc] Clean up emission of byte sequences
Benjamin Kramer
2015-04-17
1
-6
/
+1
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+2
*
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
2015-01-21
1
-1
/
+13
*
Reverted revision 226577.
Jozef Kolek
2015-01-20
1
-13
/
+1
*
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
2015-01-20
1
-1
/
+13
*
[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
2015-01-12
1
-0
/
+10
*
Support padding unaligned data in .text.
Joerg Sonnenberger
2014-10-02
1
-1
/
+6
*
[mips][mips64r6] Relocation R_MIPS_PC18_S3
Zoran Jovanovic
2014-06-13
1
-0
/
+9
*
[mips][mips64r6] Add R_MIPS_PC19_S2
Zoran Jovanovic
2014-06-12
1
-0
/
+9
[next]