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
*
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
*
[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16
Zoran Jovanovic
2014-05-27
1
-0
/
+6
*
[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2
Zoran Jovanovic
2014-05-27
1
-0
/
+20
*
[mips] Work around inconsistency in llvm-mc's placement of fixup markers
Daniel Sanders
2014-05-23
1
-2
/
+62
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
MicroMIPS specific little endian fixup data byte ordering.
Zoran Jovanovic
2014-04-03
1
-2
/
+24
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-1
/
+2
*
Add const.
Rafael Espindola
2014-03-28
1
-1
/
+1
*
Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Sp...
Zoran Jovanovic
2014-03-27
1
-195
/
+149
*
[mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug data
Ed Maste
2014-03-03
1
-0
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Support for microMIPS TLS relocations.
Zoran Jovanovic
2013-12-19
1
-0
/
+2
*
[mips] Fix off by one issue when applying a fixup.
Matheus Almeida
2013-12-17
1
-2
/
+2
*
[mips] Add checks for alignment and maximum displacements for most of the
Matheus Almeida
2013-12-13
1
-5
/
+31
[next]