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
/
Hexagon
/
HexagonTargetHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-383
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-1
/
+2
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
1
-7
/
+7
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
1
-1
/
+3
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
1
-3
/
+3
*
ELF: Remove ELFT template argument when referring the base class.
Rui Ueyama
2015-04-14
1
-2
/
+2
*
ELF: Move function definitions from .h to .cpp.
Rui Ueyama
2015-04-14
1
-4
/
+72
*
Remove unused variable.
Rui Ueyama
2015-04-14
1
-2
/
+1
*
ELF: Remove useless templates that takes always the same ELF type.
Rui Ueyama
2015-04-14
1
-6
/
+4
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
1
-1
/
+1
*
ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...
Rui Ueyama
2015-04-02
1
-12
/
+0
*
ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...
Rui Ueyama
2015-04-02
1
-2
/
+2
*
ELF: Remove <Arch>TargetHandler::kindString.
Rui Ueyama
2015-04-01
1
-8
/
+6
*
Remove "_hexagon" prefix from some member variables.
Rui Ueyama
2015-03-31
1
-7
/
+5
*
Use C++ non-static member initialization.
Rui Ueyama
2015-03-31
1
-5
/
+4
*
Rename identifiers starting with an underscore and a uppercase letter.
Rui Ueyama
2015-03-31
1
-11
/
+11
*
If x is a unique_ptr, *x.get() is equivalent to *x.
Rui Ueyama
2015-03-31
1
-1
/
+1
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-9
/
+9
*
Use llvm::make_unique.
Rui Ueyama
2015-03-26
1
-6
/
+4
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
Remove duplicate code. NFC.
Rui Ueyama
2015-03-07
1
-5
/
+1
*
Use make_unique.
Rui Ueyama
2015-02-06
1
-1
/
+1
*
ELF: Support detection of relocation errors during processing
Will Newton
2015-01-20
1
-1
/
+1
*
[ELF] Remove TargetHandler and DefaultTargetHandler constructors
Simon Atanasyan
2015-01-16
1
-1
/
+1
*
ELF: Add a standard method for unknown relocation errors
Will Newton
2014-12-09
1
-2
/
+2
*
ELF: Use ELF reloc .def files to reduce duplication
Will Newton
2014-12-05
1
-92
/
+5
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-1
/
+1
*
More prefixing of error_code.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-2
/
+2
*
[ELF] Remove unused fields (linking context references).
Simon Atanasyan
2014-03-19
1
-2
/
+2
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-9
/
+9
*
[C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM is
Chandler Carruth
2014-03-02
1
-1
/
+1
*
[ELF] Make changes to all the targets supported currently
Shankar Easwaran
2014-01-27
1
-6
/
+24
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-8
/
+5
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-10
/
+119
*
Revert "Remove makeArrayRef() calls."
Rui Ueyama
2013-12-10
1
-5
/
+7
*
Remove makeArrayRef() calls.
Rui Ueyama
2013-12-05
1
-7
/
+5
*
Use makeArrayRef to construct ArrayRefs from C arrays.
Rui Ueyama
2013-12-05
1
-6
/
+7
*
Replace ErrorOr<void> with error_code.
Rafael Espindola
2013-11-05
1
-2
/
+2
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-29
1
-8
/
+8
*
Revert "r193300 - [PassManager] add ReaderWriter{Native, YAML} to the Driver"
Rui Ueyama
2013-10-24
1
-7
/
+7
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-24
1
-7
/
+7
*
[Layout] Dont set ordinals to Files by default.
Shankar Easwaran
2013-10-09
1
-1
/
+3
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-1
/
+1
*
Rename ti -> ctx.
Rui Ueyama
2013-08-27
1
-3
/
+3
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-10
/
+10
*
[lld][ELF] Inline header files into the one file using it
Shankar Easwaran
2013-05-21
1
-1
/
+81
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-2
/
+1
*
[ELF][Hexagon] Create .got.plt entries with the appropriate alignment
Shankar Easwaran
2013-04-01
1
-0
/
+1
*
[ELF] Add dynamic hash table and get simple dynamic libraries working with He...
Shankar Easwaran
2013-03-29
1
-8
/
+6
[next]