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
/
MachO
/
ReferenceKinds.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-1100
/
+0
*
[mach-o] Add parsing of arm/thumb relocations
Nick Kledzik
2014-07-04
1
-58
/
+452
*
[mach-o] add x86 test case to build hello world. Fix bugs it uncovered.
Nick Kledzik
2014-07-03
1
-10
/
+21
*
[mach-o] add parsing of x86 relocations
Nick Kledzik
2014-07-02
1
-22
/
+169
*
[mach-o] x86_64 relocation code review fixes
Nick Kledzik
2014-06-30
1
-2
/
+3
*
[mach-o] refactor x86_64 relocation handling.
Nick Kledzik
2014-06-27
1
-52
/
+303
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-92
/
+84
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-233
/
+132
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-10
/
+10
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-7
/
+11
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-30
/
+30
*
Move everything over to TargetInfo.
Michael J. Spencer
2013-01-23
1
-8
/
+7
*
Fix -Wcovered-switch-default warning.
Michael J. Spencer
2012-09-28
1
-2
/
+0
*
Add 'invalid' as a Reference Kind so that unknown/invalid kind strings can re...
Nick Kledzik
2012-06-15
1
-3
/
+21
*
remove return statements after llvm_unreachable() as the compiler no longer w...
Nick Kledzik
2012-06-15
1
-6
/
+0
*
use llvm_unreachable() instead of assert(0) for invalid enum values in switch...
Nick Kledzik
2012-06-15
1
-6
/
+7
*
Use ADT/StringSwitch
Nick Kledzik
2012-06-15
1
-73
/
+41
*
flesh out mach-o Reference Kinds
Nick Kledzik
2012-06-12
1
-71
/
+177
*
Move implementation of WriterOptionsMachO to its own file. Reduced redundant
Nick Kledzik
2012-06-11
1
-60
/
+274
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-0
/
+103