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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] - Set the sh_entsize for mergable sections
George Rimar
2016-03-18
3
-4
/
+5
*
[LTO] Test lto passes are actually working.
Davide Italiano
2016-03-17
2
-0
/
+17
*
Make evaluation order explicit.
Rafael Espindola
2016-03-17
1
-1
/
+2
*
[LTO] Call the optimizer before invoking codegen.
Davide Italiano
2016-03-17
1
-10
/
+33
*
[COFF] Use coff_section::getAlignment
David Majnemer
2016-03-17
1
-4
/
+1
*
[COFF] Fix invalid alignment in tests
David Majnemer
2016-03-17
5
-5
/
+5
*
[ELF][MIPS] Support R_MIPS_TLS_DTPREL_HI16/LO16 and R_MIPS_TLS_TPREL_HI16/LO1...
Simon Atanasyan
2016-03-17
2
-0
/
+59
*
[ELF][MIPS] Add test case to check number of redundant entries in the local p...
Simon Atanasyan
2016-03-17
1
-0
/
+56
*
Avoid using braces. NFC.
George Rimar
2016-03-17
1
-20
/
+17
*
[ELF] - -pie/--pic-executable option implemented
George Rimar
2016-03-17
14
-11
/
+269
*
[ELF] Use braces for muti-line if(s).
Davide Italiano
2016-03-17
1
-2
/
+4
*
Always pass an allocator to YAMLTraits.
Pete Cooper
2016-03-17
1
-4
/
+9
*
Use allocator in YAML code to avoid leaking atom content.
Pete Cooper
2016-03-16
1
-4
/
+6
*
Don't pass SymbolBody to the relax* functions.
Rafael Espindola
2016-03-16
2
-37
/
+25
*
Don't create a got entry if we optimize it out.
Rafael Espindola
2016-03-16
2
-1
/
+20
*
[ELF] SHF_MERGE section with 0 entsize is not fatal
Ed Maste
2016-03-16
4
-5
/
+7
*
Revert r263660 as one of the tests is broken.
Ed Maste
2016-03-16
1
-3
/
+1
*
[ELF] SHF_MERGE section with 0 entsize is not fatal
Ed Maste
2016-03-16
1
-1
/
+3
*
Split relaxTls into one per relaxation type.
Rafael Espindola
2016-03-16
2
-186
/
+187
*
Unbreak buildbot.
Davide Italiano
2016-03-15
1
-1
/
+1
*
[ELF] Ignore _GLOBAL_OFFSET_TABLE_ symbol in shared libs.
Davide Italiano
2016-03-15
2
-4
/
+10
*
Fix EHFrame processing to add implicit references when needed.
Pete Cooper
2016-03-15
9
-36
/
+582
*
ELF: Fix use-after-free problem.
Rui Ueyama
2016-03-15
3
-12
/
+14
*
[COFF] Don't trust a symbol's section number
David Majnemer
2016-03-15
2
-3
/
+13
*
Error/warning/log messages should start with lowercase letters.
George Rimar
2016-03-15
16
-23
/
+23
*
[COFF] Don't hard-code the load configuration size
David Majnemer
2016-03-15
5
-8
/
+50
*
[COFF] Remove an unused function, getFileOff
David Majnemer
2016-03-15
2
-30
/
+0
*
[COFF] Use the correct size of the TLS directory
David Majnemer
2016-03-15
2
-2
/
+4
*
Add dependency to llvm-dis.
Rui Ueyama
2016-03-14
1
-1
/
+1
*
Use ELFT instead of ELFFile<ELFT>.
Rui Ueyama
2016-03-14
14
-170
/
+146
*
Make getAlignment a non-member function. NFC.
Rui Ueyama
2016-03-14
1
-8
/
+6
*
Error messages should start with lowercase letters.
Rui Ueyama
2016-03-14
2
-6
/
+6
*
ELF: Update the document.
Rui Ueyama
2016-03-14
1
-19
/
+21
*
Revert r263366: Cosmetic change to reduce repetitions. NFC.
Rui Ueyama
2016-03-14
1
-9
/
+11
*
ELF: Add a few numbers to the document.
Rui Ueyama
2016-03-14
1
-0
/
+30
*
Remove dead code. NFC.
George Rimar
2016-03-14
1
-2
/
+0
*
[ELF] implement --warn-common/--no-warn-common
George Rimar
2016-03-14
7
-1
/
+45
*
Print out newline in both cases.
Rui Ueyama
2016-03-13
1
-1
/
+2
*
Simplify. NFC.
Rui Ueyama
2016-03-13
1
-4
/
+2
*
Remove uint32_X type.
Rui Ueyama
2016-03-13
2
-9
/
+4
*
ELF: Split initializeSections and add comments.
Rui Ueyama
2016-03-13
2
-18
/
+37
*
Remove `else` after `return`.
Rui Ueyama
2016-03-13
1
-2
/
+1
*
Simplify. NFC.
Rui Ueyama
2016-03-13
1
-4
/
+2
*
Remove unused #include.
Rui Ueyama
2016-03-13
1
-5
/
+2
*
Remove a local variable. NFC.
Rui Ueyama
2016-03-13
1
-3
/
+2
*
[ELF][MIPS] Use TargetInfo::needsGot call to check necessity of GOT for local...
Simon Atanasyan
2016-03-13
1
-1
/
+1
*
ELF: Add `Rela` member variable to Config.
Rui Ueyama
2016-03-13
5
-22
/
+19
*
ELF: Redefine canBeDefined as a member function of SymbolBody.
Rui Ueyama
2016-03-13
7
-57
/
+56
*
ELF: Set e_flags header only when MIPS.
Rui Ueyama
2016-03-13
1
-4
/
+4
*
[ELF][MIPS] Add elf namespace name to the ObjectFile.
Simon Atanasyan
2016-03-13
1
-1
/
+1
[next]