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
/
ELFLinkingContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-4
/
+1
*
[ELF] Fix uninitialized variables
Rafael Auler
2014-10-09
1
-4
/
+5
*
[lld] [ELF] Support for general dynamic TLS relocations on X86_64
Rafael Auler
2014-09-29
1
-1
/
+1
*
Re-commit r218259.
Rui Ueyama
2014-09-22
1
-9
/
+5
*
Revert "[ELF] Fix linking when a regular object defines a symbol that is used...
Rui Ueyama
2014-09-22
1
-5
/
+9
*
[ELF] Fix linking when a regular object defines a symbol that is used in a DSO
Rui Ueyama
2014-09-22
1
-9
/
+5
*
Fix buggy Twine storage in ELFLinkingContext::searchLibrary()
Rui Ueyama
2014-09-18
1
-6
/
+6
*
[ELF] Export strong defined symbol if it coalesces away a weak symbol
Simon Atanasyan
2014-09-08
1
-0
/
+25
*
[ELF] Implement --rosegment
Shankar Easwaran
2014-09-08
1
-2
/
+2
*
[AArch64] Initial ELF/AArch64 Support
Chad Rosier
2014-08-13
1
-0
/
+5
*
[ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...
Simon Atanasyan
2014-07-15
1
-2
/
+7
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-3
/
+4
*
Don't use make_error_code from the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-3
/
+3
*
Move alias symbols from ELFLinkingContext to LinkingContext.
Rui Ueyama
2014-05-22
1
-75
/
+0
*
Fix typos
Alp Toker
2014-05-20
1
-1
/
+1
*
[ELF] Fix the file look up algorithm used in the linker script GROUP command.
Simon Atanasyan
2014-05-01
1
-0
/
+23
*
[ELF] Return result from the function ASAP.
Simon Atanasyan
2014-04-30
1
-16
/
+6
*
[ELF] Factor out the code builds a library search directory path
Simon Atanasyan
2014-04-30
1
-14
/
+12
*
[ELF] Support --defsym=<symbol>=<symbol>.
Rui Ueyama
2014-04-16
1
-0
/
+75
*
Attempt to unbreak buildbots.
Rui Ueyama
2014-03-28
1
-1
/
+1
*
[ELF] Support --defsym option to define an absolute symbol.
Rui Ueyama
2014-03-28
1
-1
/
+30
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-1
/
+1
*
[lld] Include reference kind in cycle detector debug output
Nico Rieck
2014-02-24
1
-1
/
+1
*
[ELF] Create Target specific Writers.
Shankar Easwaran
2014-01-27
1
-1
/
+1
*
[ELF] Rename File.h to ELFFile.h to avoid confusion.
Shankar Easwaran
2014-01-26
1
-1
/
+1
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-2
/
+2
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-5
/
+3
*
Linking of shared libraries for MIPS little-endian 32-bit target.
Simon Atanasyan
2013-12-15
1
-0
/
+5
*
[Gnu] Set the defaults in the ELFLinkingContext.
Shankar Easwaran
2013-11-25
1
-1
/
+1
*
[Gnu] -L paths is not positional.
Shankar Easwaran
2013-11-25
1
-3
/
+2
*
[InputGraph][Gnu] Add LinkerScript support.
Shankar Easwaran
2013-11-24
1
-2
/
+0
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-1
/
+1
*
Remove duplicate calls of pm.add() for RoundTrip tests.
Rui Ueyama
2013-11-01
1
-4
/
+0
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-29
1
-1
/
+7
*
[ELF] Implement .{init,fini}_array ordering.
Michael J. Spencer
2013-10-25
1
-0
/
+2
*
[LinkingContext] make LinkingContext non-const
Shankar Easwaran
2013-10-08
1
-1
/
+1
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-20
/
+1
*
[ELF] Fix use after free.
Michael J. Spencer
2013-09-25
1
-15
/
+16
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-1
/
+1
*
[lld][LinkingContext][ELF] Allow different output file types.
Shankar Easwaran
2013-09-23
1
-5
/
+15
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-6
/
+5
*
[lld] handle the case of errors from createLinkerInput
Shankar Easwaran
2013-09-03
1
-2
/
+5
*
Add support for --sysroot.
Joerg Sonnenberger
2013-09-03
1
-3
/
+14
*
[lld][LinkingContext] Atoms created from command line options should be avail...
Shankar Easwaran
2013-08-31
1
-6
/
+30
*
add InputGraph functionality
Shankar Easwaran
2013-08-21
1
-15
/
+6
*
Update to llvm changes.
Michael J. Spencer
2013-08-08
1
-0
/
+1
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-0
/
+168
[prev]