summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/ReferenceKinds.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-1100/+0
* [mach-o] Add parsing of arm/thumb relocationsNick Kledzik2014-07-041-58/+452
* [mach-o] add x86 test case to build hello world. Fix bugs it uncovered.Nick Kledzik2014-07-031-10/+21
* [mach-o] add parsing of x86 relocationsNick Kledzik2014-07-021-22/+169
* [mach-o] x86_64 relocation code review fixesNick Kledzik2014-06-301-2/+3
* [mach-o] refactor x86_64 relocation handling.Nick Kledzik2014-06-271-52/+303
* Run clang-format on r197727.Rui Ueyama2013-12-201-92/+84
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-233/+132
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-10/+10
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-7/+11
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-30/+30
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-8/+7
* Fix -Wcovered-switch-default warning.Michael J. Spencer2012-09-281-2/+0
* Add 'invalid' as a Reference Kind so that unknown/invalid kind strings can re...Nick Kledzik2012-06-151-3/+21
* remove return statements after llvm_unreachable() as the compiler no longer w...Nick Kledzik2012-06-151-6/+0
* use llvm_unreachable() instead of assert(0) for invalid enum values in switch...Nick Kledzik2012-06-151-6/+7
* Use ADT/StringSwitchNick Kledzik2012-06-151-73/+41
* flesh out mach-o Reference KindsNick Kledzik2012-06-121-71/+177
* Move implementation of WriterOptionsMachO to its own file. Reduced redundantNick Kledzik2012-06-111-60/+274
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+103
OpenPOWER on IntegriCloud