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
...
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[mips] Simplify boolean expressions in Mips target with `clang-tidy`
Simon Atanasyan
2015-03-24
1
-8
/
+6
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-0
/
+2
*
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
2015-01-21
1
-0
/
+3
*
Reverted revision 226577.
Jozef Kolek
2015-01-20
1
-3
/
+0
*
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
2015-01-20
1
-0
/
+3
*
[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
2015-01-12
1
-0
/
+3
*
[mips][microMIPS] Relocate with symbol for micromips symbols
Zoran Jovanovic
2014-12-30
1
-1
/
+5
*
test commit (spelling correction)
Mohit K. Bhakkad
2014-12-09
1
-1
/
+1
*
[MC] Pass MCSymbolData to needsRelocateWithSymbol
Ulrich Weigand
2014-07-20
1
-2
/
+4
*
[mips][mips64r6] Relocation R_MIPS_PC18_S3
Zoran Jovanovic
2014-06-13
1
-0
/
+3
*
[mips][mips64r6] Add R_MIPS_PC19_S2
Zoran Jovanovic
2014-06-12
1
-0
/
+3
*
[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
/
+6
*
Don't relocate with sections if there might be a paired relocation.
Rafael Espindola
2014-03-31
1
-2
/
+18
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-116
/
+16
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+2
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-5
/
+3
*
Support for microMIPS TLS relocations.
Zoran Jovanovic
2013-12-19
1
-0
/
+6
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
1
-0
/
+3
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
1
-0
/
+3
*
Support for microMIPS relocations 1.
Zoran Jovanovic
2013-10-23
1
-0
/
+33
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
1
-14
/
+0
*
This patch fixes a Mips specific bug where
Jack Carter
2013-01-15
1
-1
/
+7
*
Mips direct object xgot support
Jack Carter
2012-11-21
1
-0
/
+12
*
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-22
1
-1
/
+1
*
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
1
-3
/
+5
*
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-07
1
-0
/
+3
*
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-08-06
1
-0
/
+6
*
The Mips specific relocation R_MIPS_GOT_DISP
Jack Carter
2012-07-13
1
-0
/
+3
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
1
-0
/
+16
*
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
1
-6
/
+8
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
1
-1
/
+1
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
1
-8
/
+18
*
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
1
-0
/
+103
*
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-03-01
1
-3
/
+2
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
1
-1
/
+1
*
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-28
1
-1
/
+1
*
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
1
-0
/
+137
[prev]