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
/
PPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PPC ELF target
Greg Fitzgerald
2015-01-28
8
-346
/
+0
*
Fix the ELF shared library build targets - take 2
Greg Fitzgerald
2015-01-24
4
-14
/
+17
*
Revert " Fix the ELF shared library build targets"
Greg Fitzgerald
2015-01-23
4
-8
/
+14
*
Fix the ELF shared library build targets
Greg Fitzgerald
2015-01-23
4
-14
/
+8
*
add_lld_library -> add_llvm_library
Greg Fitzgerald
2015-01-21
1
-7
/
+4
*
ELF: Support detection of relocation errors during processing
Will Newton
2015-01-20
2
-5
/
+2
*
Add LLVM_LINK_COMPONENTS for the shared object build
Greg Fitzgerald
2015-01-16
1
-0
/
+2
*
[ELF] Remove TargetHandler and DefaultTargetHandler constructors
Simon Atanasyan
2015-01-16
1
-1
/
+1
*
[ELF] Make `TargetRelocationHandler` a regular non-template class
Simon Atanasyan
2015-01-16
1
-3
/
+2
*
[PPC] Remove redundant `virtual` keyword
Simon Atanasyan
2015-01-16
1
-3
/
+3
*
[PPC] Remove unused class field PPCTargetRelocationHandler::_ppcTargetLayout
Simon Atanasyan
2015-01-16
2
-9
/
+3
*
[cleanup] Re-sort #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-5
/
+8
*
ELF: Add a standard method for unknown relocation errors
Will Newton
2014-12-09
2
-10
/
+5
*
ELF: Use ELF reloc .def files to reduce duplication
Will Newton
2014-12-05
1
-53
/
+5
*
[ELF] Remove is64bits() and isLittlEndian().
Shankar Easwaran
2014-11-07
1
-2
/
+0
*
[ELF] Remove duplicate code.
Shankar Easwaran
2014-10-21
1
-52
/
+10
*
[ELF] Check for target architecture.
Shankar Easwaran
2014-10-20
3
-21
/
+50
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
2
-4
/
+0
*
[CMake] lld: Introduce ${cmake_2_8_12_INTERFACE} onto each target_link_librar...
NAKAMURA Takumi
2014-10-17
1
-1
/
+1
*
Revert "[ELF][AllArchs] Fix includes"
Shankar Easwaran
2014-10-08
2
-5
/
+5
*
[ELF][AllArchs] Fix includes
Shankar Easwaran
2014-10-08
2
-5
/
+5
*
More prefixing of error_code.
Rafael Espindola
2014-06-12
2
-6
/
+6
*
Initial set of Makefiles
Iain Sandoe
2014-06-04
1
-0
/
+15
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
2
-4
/
+4
*
[ELF] Add "override" and remove "virtual".
Rui Ueyama
2014-03-28
2
-7
/
+7
*
[C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM is
Chandler Carruth
2014-03-02
2
-3
/
+3
*
[ELF] Make changes to all the targets supported currently
Shankar Easwaran
2014-01-27
4
-11
/
+161
*
[ELF] Add Target specific Readers.
Shankar Easwaran
2014-01-27
2
-1
/
+2
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
2
-11
/
+4
*
[lld] fix unused variable warnings
Nick Kledzik
2013-12-19
1
-4
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
4
-40
/
+76
*
Make anonymous namespace as small as possible.
Rui Ueyama
2013-12-10
1
-3
/
+3
*
Fix include guards.
Rui Ueyama
2013-11-15
2
-5
/
+5
*
Replace ErrorOr<void> with error_code.
Rafael Espindola
2013-11-05
2
-4
/
+4
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-29
1
-1
/
+2
*
Put missing license header.
Rui Ueyama
2013-10-25
1
-0
/
+9
*
[ELF] Change MaxAlignment to 2.
Shankar Easwaran
2013-10-09
1
-1
/
+1
*
Update error classes from all lowercase to camel case.
Rui Ueyama
2013-10-09
1
-2
/
+2
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
7
-54
/
+55
*
[lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...
Rui Ueyama
2013-06-16
2
-2
/
+2
*
[lld][ELF][All Archs] Addend is used by dynamic relocations
Shankar Easwaran
2013-05-17
1
-0
/
+4
*
[ELF] Initialize readers and writers on creation.
Michael J. Spencer
2013-05-07
1
-4
/
+1
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
2
-4
/
+40
*
add changes for layoutafter/layoutbefore/ingroup/layoutpass and test cases
Shankar Easwaran
2013-02-07
1
-1
/
+7
*
[ELF] Use the target's LayoutHandler.
Michael J. Spencer
2013-01-30
2
-1
/
+8
*
[ELF] Remove ReferenceKinds.
Michael J. Spencer
2013-01-30
1
-2
/
+2
*
[ELF] Add {Hexagon,PPC,X86}TargetHandler.
Michael J. Spencer
2013-01-30
4
-6
/
+123
*
[ELF] Chop the ELF prefix off of most things.
Michael J. Spencer
2013-01-29
2
-7
/
+8
*
add elf targethandler
Shankar Easwaran
2013-01-25
4
-0
/
+52