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
/
MipsELFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Extend list of relocations supported by the `.reloc` directive
Simon Atanasyan
2018-06-01
1
-1
/
+2
*
[mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 reloc...
Simon Atanasyan
2018-05-29
1
-0
/
+14
*
[mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations
Simon Atanasyan
2018-05-29
1
-0
/
+4
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-10
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-7
/
+7
*
[Mips] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-29
1
-4
/
+4
*
[Mips] Handle one byte unsupported relocations
Stefan Maksimovic
2018-01-11
1
-0
/
+2
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-2
/
+4
*
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
Lang Hames
2017-10-09
1
-3
/
+3
*
[mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFC
Simon Atanasyan
2017-09-21
1
-5
/
+4
*
[mips] Fix relocation record format and ELF header for N32 ABI
Simon Atanasyan
2017-09-21
1
-5
/
+3
*
[mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFC
Simon Atanasyan
2017-09-07
1
-12
/
+15
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr...
Simon Atanasyan
2017-04-30
1
-0
/
+2
*
[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2017-01-30
1
-31
/
+33
*
[mips] Recommit: "N64 static relocation model support"
Simon Dardis
2017-01-27
1
-2
/
+2
*
Revert "[mips] N64 static relocation model support"
Simon Dardis
2017-01-26
1
-2
/
+2
*
[mips] N64 static relocation model support
Simon Dardis
2017-01-26
1
-2
/
+2
*
[mips][ias] N32/N64 must not sort the relocation table.
Simon Dardis
2016-12-05
1
-0
/
+7
*
[mips][ias] Support .dtprel[d]word and .tprel[d]word directives
Simon Atanasyan
2016-08-22
1
-0
/
+8
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...
Daniel Sanders
2016-08-08
1
-0
/
+4
*
Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...
Daniel Sanders
2016-08-08
1
-4
/
+0
*
[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...
Daniel Sanders
2016-08-08
1
-0
/
+4
*
[mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols
Daniel Sanders
2016-07-19
1
-4
/
+4
*
ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocation
Zoran Jovanovic
2016-05-19
1
-1
/
+3
*
[mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...
Daniel Sanders
2016-05-16
1
-7
/
+3
*
[mips][ias] Work around yet another incorrect microMIPS relocation evaluation...
Daniel Sanders
2016-05-13
1
-3
/
+7
*
[mips][ias] Work around incorrect another microMIPS relocation evaluation exp...
Daniel Sanders
2016-05-12
1
-1
/
+1
*
[mips][ias] Handle N64 compound relocations and R_MIPS_SUB in needsRelocateWi...
Daniel Sanders
2016-05-12
1
-5
/
+6
*
[mips][ias] Work around incorrect microMIPS relocation evaluation exposed by ...
Daniel Sanders
2016-05-11
1
-0
/
+5
*
[mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (e...
Daniel Sanders
2016-05-10
1
-1
/
+114
*
[mips] Try to fix 'truncation from FindBestPredicateResult to bool' reported ...
Daniel Sanders
2016-05-09
1
-3
/
+3
*
[mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not need symbols.
Daniel Sanders
2016-05-09
1
-11
/
+10
*
MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...
NAKAMURA Takumi
2016-05-07
1
-0
/
+2
*
[mips] Correct the ordering of HI/LO pairs in the relocation table.
Daniel Sanders
2016-05-06
1
-186
/
+269
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
1
-3
/
+2
*
[mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocation
Zoran Jovanovic
2016-04-22
1
-0
/
+2
*
[mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
Zoran Jovanovic
2016-04-21
1
-0
/
+2
*
[mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation
Zoran Jovanovic
2016-04-21
1
-0
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[mips] Implemented the .hword directive.
Scott Egerton
2016-02-15
1
-0
/
+1
*
Handle offsets larger than 32 bits.
Rafael Espindola
2016-01-14
1
-2
/
+4
*
Assert that a cmp function defines a total order.
Rafael Espindola
2016-01-14
1
-3
/
+2
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+4
*
Avoid explicit relocation sorting most of the time.
Rafael Espindola
2015-12-17
1
-0
/
+14
*
Always sort by offset first. NFC.
Rafael Espindola
2015-12-17
1
-3
/
+0
*
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...
Daniel Sanders
2015-11-12
1
-0
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
[next]