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
/
DefaultLayout.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] Implement --rosegment
Shankar Easwaran
2014-09-08
1
-1
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-2
/
+2
*
Quick fix for the windows build.
Rafael Espindola
2014-06-11
1
-0
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
Fix comments.
Rui Ueyama
2014-04-03
1
-2
/
+2
*
[ELF] Add "override" and remove "virtual".
Rui Ueyama
2014-03-28
1
-7
/
+7
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-1
/
+1
*
[ELF] Dont generate PHDR when creating dynamic libraries.
Shankar Easwaran
2014-02-19
1
-1
/
+1
*
[ELF] Customize a relocation table output format (rel / rela).
Simon Atanasyan
2014-01-24
1
-2
/
+4
*
[ELF] Fix type of the DefaultLayout::segments() return value. This
Simon Atanasyan
2014-01-14
1
-1
/
+3
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-8
/
+8
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-3
/
+3
*
Fix "don't" typos missed in previous commit
Alp Toker
2013-12-01
1
-5
/
+5
*
Fix a variety of typos in function names and comments
Alp Toker
2013-12-01
1
-4
/
+4
*
[ELF] Implement minimal support for .eh_frame_hdr.
Michael J. Spencer
2013-10-30
1
-1
/
+3
*
[ELF] Implement .{init,fini}_array ordering.
Michael J. Spencer
2013-10-25
1
-0
/
+2
*
[ELF] Initial design to handle Linker scripts for ELF.
Shankar Easwaran
2013-10-10
1
-1
/
+11
*
[lld][ELF] Remove invalid comment
Shankar Easwaran
2013-09-23
1
-3
/
+1
*
[lld][ELF] Support non alloc sections in the Writer.
Shankar Easwaran
2013-09-19
1
-17
/
+39
*
[lld][ELF] Assign sectionChoice properly to ELF atoms
Shankar Easwaran
2013-09-17
1
-27
/
+31
*
[lld][ELF] Fix vaddr of the first section
Shankar Easwaran
2013-09-12
1
-0
/
+1
*
[lld][ELF] Change the order of the writable note section
Shankar Easwaran
2013-09-05
1
-1
/
+1
*
[lld][ELF] Differentiate between Note sections(RW/RO)
Shankar Easwaran
2013-09-04
1
-7
/
+24
*
[lld][ELF] Emit note sections
Shankar Easwaran
2013-09-04
1
-0
/
+3
*
[lld][ELF] Cleanup ELF writing, No change in functionality
Shankar Easwaran
2013-08-26
1
-9
/
+5
*
[lld][ELF] process fini_array sections
Shankar Easwaran
2013-08-25
1
-0
/
+1
*
[lld][ELF] Rename typeTLV content type for ELF
Shankar Easwaran
2013-08-23
1
-2
/
+2
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-25
/
+25
*
[ELF] Add more sections to the default section map.
Shankar Easwaran
2013-06-17
1
-0
/
+8
*
[lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...
Rui Ueyama
2013-06-16
1
-7
/
+7
*
[ELF] add NMAGIC/OMAGIC support
Shankar Easwaran
2013-06-16
1
-7
/
+22
*
[ELF] TBSS section has to be special cased so that it doesnot occupy memory s...
Shankar Easwaran
2013-06-12
1
-0
/
+5
*
Instrument things.
Michael J. Spencer
2013-05-28
1
-0
/
+3
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-2
/
+1
*
[ELF] order rela.dyn/rela.plt properly
Shankar Easwaran
2013-03-26
1
-2
/
+6
*
[ELF] Order .got.plt properly
Shankar Easwaran
2013-03-20
1
-1
/
+4
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-16
/
+16
*
[ELF] Remove comment
Shankar Easwaran
2013-03-05
1
-2
/
+4
*
[ELF] Set header flags to 0 by default
Shankar Easwaran
2013-02-28
1
-2
/
+5
*
[lld][ELF] Order segments
Shankar Easwaran
2013-02-27
1
-26
/
+84
*
[ELF][Writer] Add dynamic relocation tables.
Michael J. Spencer
2013-02-27
1
-13
/
+29
*
[ELF][Hexagon]add typeZeroFillFast
Shankar Easwaran
2013-02-24
1
-1
/
+3
*
[ELF][Writer] Add a PHDR program table entry for dynamic files.
Michael J. Spencer
2013-02-23
1
-0
/
+2
*
sort quickdata for the hexagon target
Shankar Easwaran
2013-02-22
1
-0
/
+5
*
add changes for typeDataFast
Shankar Easwaran
2013-02-22
1
-4
/
+5
*
[ELF] Fix memory leak by deleting BumpPtr allocated objects.
Michael J. Spencer
2013-02-19
1
-6
/
+7
*
[ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.
Michael J. Spencer
2013-02-14
1
-30
/
+38
*
[ELF][Layout] Provide a proper way to get the TLS segment size.
Michael J. Spencer
2013-02-05
1
-0
/
+11
*
[ELF] Fix uninitialized variable.
Michael J. Spencer
2013-02-03
1
-1
/
+1
*
[ELF][x86-64] Fix ifunc and add test.
Michael J. Spencer
2013-02-01
1
-1
/
+1
[prev]
[next]