Alp Toker
22593769a3
Fix "doesnot", "endsup" typos and "lets" grammar issues
...
llvm-svn: 196056
2013-12-02 01:28:14 +00:00
Alp Toker
79d0c1c4f7
Fix "don't" typos missed in previous commit
...
llvm-svn: 196054
2013-12-01 23:58:45 +00:00
Alp Toker
32e8beff89
Fix a variety of typos in function names and comments
...
No change in functionality.
llvm-svn: 196053
2013-12-01 23:51:36 +00:00
Rui Ueyama
c1800beb55
Remove unnecessary namespace qualifier.
...
llvm-svn: 194037
2013-11-05 01:37:40 +00:00
Shankar Easwaran
26594caec4
[ELF] Initial design to handle Linker scripts for ELF.
...
llvm-svn: 192369
2013-10-10 17:27:49 +00:00
Shankar Easwaran
2734d79d94
[lld][ELF] Fix vaddr of the first section
...
The first section in the output was not aligned to the alignment of the section.
llvm-svn: 190610
2013-09-12 15:43:17 +00:00
Shankar Easwaran
f1947537a0
[lld][ELF] Cleanup ELF writing, No change in functionality
...
The cleanup includes :-
* Rename ambiguous Header class to ELFHeader
* Convert Chunk contentype and kind to be a enumerated class
* Remove functions that are not being used, avoids future confusion
llvm-svn: 189209
2013-08-26 03:16:13 +00:00
Rui Ueyama
0ca149fce9
Rename TargetInfo -> LinkingContext.
...
Also change some local variable names: "ti" -> "context" and
"_targetInfo" -> "_context".
Differential Revision: http://llvm-reviews.chandlerc.com/D1301
llvm-svn: 187823
2013-08-06 22:31:59 +00:00
Shankar Easwaran
a42a473893
[ELF] add NMAGIC/OMAGIC support
...
llvm-svn: 184055
2013-06-16 05:06:28 +00:00
Shankar Easwaran
d5ff08ca5f
[ELF] TBSS section has to be special cased so that it doesnot occupy memory space
...
llvm-svn: 183815
2013-06-12 00:32:32 +00:00
Shankar Easwaran
8962feb915
[lld] remove trailing whitespace
...
llvm-svn: 177079
2013-03-14 16:09:49 +00:00
Shankar Easwaran
d4ac74ffcc
[lld][ELF] Order segments
...
llvm-svn: 176207
2013-02-27 20:24:47 +00:00
Shankar Easwaran
8c55c01d2a
sort quickdata for the hexagon target
...
llvm-svn: 175904
2013-02-22 18:01:08 +00:00
Michael J. Spencer
db18847b01
[ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.
...
The purpose of this change is to simplify creating non-atom sections.
Previously _contentType, _sectionKind and _order were used for multiple
purposes and collided in places. This moves all of the Atom specific logic down
into AtomSection and makes Section just have raw Elf_Shdr flags.
llvm-svn: 175207
2013-02-14 20:24:38 +00:00
Shankar Easwaran
710b4c8fa2
fix segment ordering of elf segments
...
llvm-svn: 174659
2013-02-07 20:33:55 +00:00
Michael J. Spencer
b0ed8e80d8
[ELF][x86-84] Add static TLS support.
...
llvm-svn: 174154
2013-02-01 07:13:49 +00:00
Shankar Easwaran
fb8565a9c6
add support for assigning virtual addresses to TDATA/TBSS sections
...
llvm-svn: 174065
2013-01-31 16:04:47 +00:00
Shankar Easwaran
a6f00fe083
add targethandler hooks from Writer and cleanup
...
llvm-svn: 173904
2013-01-30 07:11:43 +00:00
Michael J. Spencer
e68f90355c
[ELF] Chop the ELF prefix off of most things.
...
llvm-svn: 173838
2013-01-29 22:03:39 +00:00