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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PECOFF] Fix section header.
Rui Ueyama
2014-07-31
1
-6
/
+13
*
[mach-o] wire up -t option
Nick Kledzik
2014-07-31
2
-0
/
+6
*
Update for llvm api change.
Rafael Espindola
2014-07-31
2
-2
/
+2
*
[mach-o] Fix arm interworking with movw/movt
Nick Kledzik
2014-07-30
1
-0
/
+8
*
[mach-o] Add support for -sectalign option
Nick Kledzik
2014-07-30
5
-45
/
+145
*
[mach-o] fix non-debug warnings
Nick Kledzik
2014-07-28
1
-4
/
+4
*
[mach-o] Implement interworking between thumb and arm code
Nick Kledzik
2014-07-28
2
-45
/
+120
*
[PECOFF] Add /profile command line option.
Rui Ueyama
2014-07-25
2
-0
/
+8
*
Fix unsafe memory access
Rui Ueyama
2014-07-25
1
-2
/
+11
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
9
-25
/
+293
*
Change the signature of insertElementAt and rename addInputElementFront
Rui Ueyama
2014-07-24
2
-13
/
+5
*
[PECOFF] Simplify.
Rui Ueyama
2014-07-23
1
-4
/
+2
*
[PECOFF] Add the entry point file at the right place.
Rui Ueyama
2014-07-23
2
-5
/
+8
*
[PECOFF] Fix entry point address.
Rui Ueyama
2014-07-23
2
-4
/
+6
*
[PECOFF] Fix entry point functions selection
Rui Ueyama
2014-07-23
4
-83
/
+108
*
[mach-o] add initial support for modes in arm code.
Nick Kledzik
2014-07-23
5
-7
/
+97
*
[mach-o] add support for round tripping all arm/thumb relocations
Nick Kledzik
2014-07-22
2
-61
/
+469
*
[PECOFF] Parameterize ResovalbeSymbols object.
Rui Ueyama
2014-07-22
2
-10
/
+10
*
[PECOFF] Remember /noentry option so that later passes can handle it.
Rui Ueyama
2014-07-22
1
-1
/
+5
*
[mach-o] Add test case for armv6 (arm not thumb) hello world
Nick Kledzik
2014-07-22
2
-7
/
+11
*
[mach-o] add support for old x86 __eh_frame sections
Nick Kledzik
2014-07-21
2
-27
/
+47
*
Fix lld build for llvm API changes committed in r213557
David Blaikie
2014-07-21
1
-1
/
+1
*
[Mips] Fix typo in the comment.
Simon Atanasyan
2014-07-21
1
-1
/
+1
*
swapStruct extracted into include/llvm/Support/MachO.h (no functional change)
Artyom Skrobov
2014-07-18
1
-155
/
+0
*
[mach-o] Add support for x86 pointers which use scattered relocations
Nick Kledzik
2014-07-18
1
-4
/
+20
*
[mach-o] Add support for x86 CALL instruction that uses a scattered relocation
Nick Kledzik
2014-07-18
1
-14
/
+47
*
[mach-o] implement more x86 and x86_64 relocation support
Nick Kledzik
2014-07-17
6
-100
/
+614
*
References cannot be bound to null.
Joerg Sonnenberger
2014-07-17
1
-2
/
+0
*
[PECOFF] Split ExportedSymbolRenameFile.
Rui Ueyama
2014-07-17
1
-31
/
+44
*
Remove all uses of llvm::function_ref from LLD.
Rui Ueyama
2014-07-17
1
-1
/
+1
*
Use std::function instead of llvm::function_ref.
Rui Ueyama
2014-07-17
2
-16
/
+2
*
[Mips] s/context/ctx/ for consistency and reduce lines lengths.
Simon Atanasyan
2014-07-17
8
-48
/
+42
*
[PECOFF] Set DLL bit in PE header if DLL.
Rui Ueyama
2014-07-17
1
-0
/
+2
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
24
-2377
/
+2270
*
[ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...
Simon Atanasyan
2014-07-15
3
-6
/
+46
*
[PECOFF] s/context/ctx/ for consistency.
Rui Ueyama
2014-07-10
1
-16
/
+16
*
[PECOFF] Set resource table entry in header.
Rui Ueyama
2014-07-10
1
-0
/
+3
*
[PECOFF] Invoke cvtres.exe in the driver.
Rui Ueyama
2014-07-10
2
-147
/
+99
*
[mach-o]: support -Z option to skip standard library paths
Tim Northover
2014-07-10
2
-2
/
+7
*
[mach-o]: support user-specified (-L) library search paths
Tim Northover
2014-07-10
2
-3
/
+7
*
[mach-o]: support -syslibroot and -l options
Tim Northover
2014-07-10
3
-4
/
+164
*
Move GOTPass and StubsPass from Core to MachO
Nick Kledzik
2014-07-09
8
-71
/
+111
*
[all]: Use range-based ArgList adapter instead of filtered_begin/filtered_end
Tim Northover
2014-07-09
3
-31
/
+17
*
[PECOFF] Fix .bss section alignment
Rui Ueyama
2014-07-08
1
-4
/
+5
*
Update for llvm api change.
Rafael Espindola
2014-07-06
5
-19
/
+23
*
Update for llm api change.
Rafael Espindola
2014-07-05
7
-14
/
+18
*
[mach-o] Add parsing of arm/thumb relocations
Nick Kledzik
2014-07-04
5
-95
/
+528
*
[mach-o] add x86 test case to build hello world. Fix bugs it uncovered.
Nick Kledzik
2014-07-03
4
-35
/
+43
*
[mach-o] Fix warning on enumeration cases not handled
Nick Kledzik
2014-07-03
1
-0
/
+10
*
[mach-o] add parsing of x86 relocations
Nick Kledzik
2014-07-02
4
-30
/
+259
[next]