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
/
lld
/
lib
/
ReaderWriter
/
ELF
/
Mips
/
MipsExecutableWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Move member function definitions to cpp files
Simon Atanasyan
2015-05-27
1
-168
/
+0
*
[ELF] Remove redundant unique_ptr moves found by -Wpessimizing-move.
Benjamin Kramer
2015-05-22
1
-1
/
+1
*
Replace the `createImplicitFiles` method return type with `void`
Simon Atanasyan
2015-04-06
1
-3
/
+2
*
[Mips] Rename MipsLinkingContext class method
Simon Atanasyan
2015-04-05
1
-1
/
+1
*
[Mips] Support writing .MIPS.options section into the linked file
Simon Atanasyan
2015-04-05
1
-7
/
+10
*
[Mips] Support writing .reginfo section into the linked file
Simon Atanasyan
2015-04-04
1
-0
/
+14
*
[Mips] Inline the MipsELFWriter::hasGlobalGOTEntry function
Simon Atanasyan
2015-04-02
1
-2
/
+2
*
[Mips] Remove 'mips' prefix from class member fields names
Simon Atanasyan
2015-04-01
1
-4
/
+4
*
[Mips] clang-format the code
Simon Atanasyan
2015-03-30
1
-3
/
+1
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-9
/
+9
*
Use template aliases.
Rui Ueyama
2015-03-10
1
-11
/
+11
*
[Mips] Use template class argument instead of hard-coded type name in
Simon Atanasyan
2015-01-25
1
-1
/
+1
*
[Mips] Use ELFLinkingContext class instead of MipsLinkingContext where possible
Simon Atanasyan
2015-01-16
1
-6
/
+5
*
[Mips] Make MipsLinkingContext owner of MipsELFFlagsMerger
Simon Atanasyan
2015-01-16
1
-8
/
+5
*
[Mips] Use OR operation to set the microMIPS bit
Simon Atanasyan
2014-12-24
1
-1
/
+1
*
[ELF] Adjust ELF header entry symbol value if this symbol is microMIPS encoded
Simon Atanasyan
2014-12-04
1
-6
/
+20
*
[ELF] Add CodeModel attribute to the DefinedAtom class
Simon Atanasyan
2014-11-13
1
-0
/
+8
*
[Mips] Check ELF flags to prevent linking of incompatible files
Simon Atanasyan
2014-11-06
1
-5
/
+8
*
Fix warnings about missing override.
Rafael Espindola
2014-11-03
1
-2
/
+3
*
Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)
Rafael Auler
2014-10-09
1
-4
/
+0
*
Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"
Rui Ueyama
2014-10-09
1
-0
/
+4
*
[ELF] Only mark as DT_NEEDED libs that are strictly necessary
Rafael Auler
2014-10-08
1
-4
/
+0
*
[ELF] Fix inclusion of weak symbols in the dynamic symbol table
Rafael Auler
2014-10-08
1
-2
/
+20
*
Revert "[ELF][AllArchs] Fix includes"
Shankar Easwaran
2014-10-08
1
-2
/
+2
*
[ELF][AllArchs] Fix includes
Shankar Easwaran
2014-10-08
1
-2
/
+2
*
[lld] [ELF] [MIPS] Remove duplicate logic
Rafael Auler
2014-10-02
1
-4
/
+0
*
[Mips] s/context/ctx/ for consistency and reduce lines lengths.
Simon Atanasyan
2014-07-17
1
-5
/
+4
*
[ELF] Add two new virtual functions to the `OutputELFWriter` class to control
Simon Atanasyan
2014-06-25
1
-0
/
+8
*
More prefixing of error_code.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
[Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...
Simon Atanasyan
2014-06-07
1
-0
/
+8
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[Mips] Factor out the code create Mips specific runtime file into
Simon Atanasyan
2014-05-25
1
-15
/
+2
*
[Mips] Convert MipsDynamicSymbolTable to the class template.
Simon Atanasyan
2014-04-28
1
-2
/
+3
*
[Mips] Do not inherit MipsDynamicLibraryWriter and MipsExecutableWriter
Simon Atanasyan
2014-03-09
1
-6
/
+6
*
[Mips] Replace "virtual" by "override" in member function declarations
Simon Atanasyan
2014-03-06
1
-4
/
+4
*
[Mips] In case of executable file linking MIPS ABI requires to add even
Simon Atanasyan
2014-02-03
1
-0
/
+16
*
[Mips] Unify #include guard names.
Simon Atanasyan
2014-02-03
1
-3
/
+3
*
[Mips] Declare MipsDynamicTable class in a separate header file.
Simon Atanasyan
2014-01-28
1
-1
/
+2
*
[ELF] Make changes to all the targets supported currently
Shankar Easwaran
2014-01-27
1
-0
/
+102