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
*
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
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
1
-0
/
+5
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
1
-0
/
+4
*
Support for microMIPS relocations 1.
Zoran Jovanovic
2013-10-23
1
-1
/
+17
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-4
/
+12
*
This patch produces the correct addend value for
Jack Carter
2013-01-08
1
-0
/
+1
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-1
/
+1
*
Mips direct object xgot support
Jack Carter
2012-11-21
1
-1
/
+9
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-4
/
+8
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-1
/
+1
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-1
/
+1
*
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-07
1
-0
/
+1
*
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-08-06
1
-2
/
+12
*
The Mips specific relocation R_MIPS_GOT_DISP
Jack Carter
2012-07-13
1
-1
/
+3
*
Patch for Mips direct object generation.
Jack Carter
2012-07-11
1
-0
/
+8
*
Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor
Jack Carter
2012-07-02
1
-1
/
+2
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
1
-1
/
+9
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
1
-1
/
+2
*
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-16
1
-4
/
+2
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
1
-8
/
+21
*
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
1
-2
/
+4
*
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-7
/
+1
*
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
1
-1
/
+1
*
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-21
1
-10
/
+27
*
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-03-01
1
-28
/
+16
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-1
/
+1
*
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
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-4
/
+4
*
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
1
-11
/
+10
*
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
1
-21
/
+2
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
1
-0
/
+3
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-11
/
+12
*
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
1
-42
/
+32
[next]