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
/
MipsTargetHandler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-3
/
+2
*
Use llvm::make_unique.
Rui Ueyama
2015-03-26
1
-6
/
+6
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-0
/
+8
*
[Mips] Rename template argument ELFType => ELFT
Simon Atanasyan
2015-03-22
1
-21
/
+17
*
[Mips] Use allocator from the base class
Simon Atanasyan
2015-03-22
1
-3
/
+2
*
[LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
2015-03-16
1
-2
/
+2
*
[LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
2015-03-16
1
-1
/
+1
*
[ELF] Remove ambiguity
Shankar Easwaran
2015-03-14
1
-1
/
+1
*
Switch to use override, fixes -Winconsistent-missing-override on LLD.
Chandler Carruth
2015-02-22
1
-3
/
+2
*
[ELF][Writer] Use Path to create AtomSection.
Shankar Easwaran
2015-02-21
1
-0
/
+11
*
[ELF] Add LinkingContext to the ELFReader.
Shankar Easwaran
2015-02-12
1
-7
/
+5
*
[Mips] Teach LLD to recognize one more MIPS target triple - mips64el
Simon Atanasyan
2015-01-25
1
-14
/
+40
*
[Mips] Make MipsELFObjectReader and MipsELFDSOReader class templates
Simon Atanasyan
2015-01-25
1
-2
/
+2
*
[Mips] Use ELFLinkingContext class instead of MipsLinkingContext where possible
Simon Atanasyan
2015-01-16
1
-2
/
+2
*
[Mips] Make MipsLinkingContext owner of MipsELFFlagsMerger
Simon Atanasyan
2015-01-16
1
-8
/
+2
*
[Mips] Support linking of microMIPS 32-bit code
Simon Atanasyan
2014-12-24
1
-3
/
+11
*
[ELF] Handle ctors/dtors sections
Shankar Easwaran
2014-11-19
1
-17
/
+0
*
[ELF] Create input and output section names
Shankar Easwaran
2014-11-19
1
-2
/
+2
*
[ELF] Add CodeModel attribute to the DefinedAtom class
Simon Atanasyan
2014-11-13
1
-6
/
+55
*
[Mips] Replace the redundant condition by assert call
Simon Atanasyan
2014-11-10
1
-3
/
+3
*
[Mips] Check ELF flags to prevent linking of incompatible files
Simon Atanasyan
2014-11-06
1
-2
/
+6
*
[ELF] Remove duplicate code.
Shankar Easwaran
2014-10-21
1
-0
/
+4
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-1
/
+0
*
Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)
Rafael Auler
2014-10-09
1
-21
/
+0
*
Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"
Rui Ueyama
2014-10-09
1
-0
/
+21
*
[ELF] Only mark as DT_NEEDED libs that are strictly necessary
Rafael Auler
2014-10-08
1
-21
/
+0
*
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] Support for general dynamic TLS relocations on X86_64
Rafael Auler
2014-09-29
1
-8
/
+0
*
[Mips] s/context/ctx/ for consistency and reduce lines lengths.
Simon Atanasyan
2014-07-17
1
-8
/
+7
*
[ELF] Add two new virtual functions to the `OutputELFWriter` class to control
Simon Atanasyan
2014-06-25
1
-0
/
+31
*
[Mips] Implement .{ctors,dtors}.<priority> sections ordering.
Simon Atanasyan
2014-06-01
1
-0
/
+17
*
[Mips] Do not mix _gp and _gp_disp symbols in relocation handling.
Simon Atanasyan
2014-05-28
1
-10
/
+17
*
[Mips] Implement emitting of R_MIPS_REL32 relocations:
Simon Atanasyan
2014-04-29
1
-0
/
+25
*
[Mips] Convert MipsDynamicSymbolTable to the class template.
Simon Atanasyan
2014-04-28
1
-6
/
+8
*
[Mips] Create ELF object reader for MIPS target.
Simon Atanasyan
2014-03-09
1
-0
/
+5
*
[Mips] Mark class by 'final' keyword.
Simon Atanasyan
2014-03-09
1
-3
/
+3
*
[Mips] Remove redundant 'mips' prefix from names of MipsTargetHandler
Simon Atanasyan
2014-03-09
1
-9
/
+9
*
[Mips] Remove redundant call to the unique_ptr::get() method followed
Simon Atanasyan
2014-03-09
1
-2
/
+2
*
[Mips] Removed extra space. Thanks to dexonsmith's eagle eye.
Simon Atanasyan
2014-03-07
1
-1
/
+1
*
[Mips] Replace "virtual" by "override" in member function declarations
Simon Atanasyan
2014-03-06
1
-7
/
+7
*
[C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM is
Chandler Carruth
2014-03-02
1
-2
/
+2
*
[Mips] Unify #include guard names.
Simon Atanasyan
2014-02-03
1
-2
/
+2
*
[Mips] Declare MipsDynamicTable class in a separate header file.
Simon Atanasyan
2014-01-28
1
-79
/
+0
*
[ELF] Make changes to all the targets supported currently
Shankar Easwaran
2014-01-27
1
-22
/
+143
*
[Mips] Emit ELF header for MIPS target. ELF flags set is mostly hardcoded.
Simon Atanasyan
2014-01-18
1
-0
/
+2
*
[Mips] Implement .plt and .got.plt section creation.
Simon Atanasyan
2014-01-17
1
-1
/
+1
*
[Mips] Do not store a pointer to the AtomLayout related to the
Simon Atanasyan
2014-01-14
1
-1
/
+0
*
[Mips] Factor out constant represents gp value offset to the
Simon Atanasyan
2014-01-14
1
-0
/
+3
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-0
/
+2
[next]