| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
All architecture specific handling is now done in the appropriate
ArchHandler subclass.
The StubsPass and GOTPass have been simplified. All architecture specific
variations in stubs are now encoded in a table which is vended by the
current ArchHandler.
llvm-svn: 213187
|
|
|
|
|
|
|
|
| |
Because the files in Core actually depend on these files.
Differential Revision: http://reviews.llvm.org/D4000
llvm-svn: 210710
|
|
|
|
| |
llvm-svn: 205057
|
|
|
|
| |
llvm-svn: 203903
|
|
|
|
|
|
| |
using MSVC 2012 or newer.
llvm-svn: 202627
|
|
|
|
| |
llvm-svn: 200182
|
|
|
|
| |
llvm-svn: 194776
|
|
|
|
| |
llvm-svn: 191466
|
|
|
|
| |
llvm-svn: 173380
|
|
|
|
|
|
|
|
| |
ivars in WriterOptionsMachO instead have its methods compute ivar interactions.
Refactor mach-o Reference Kinds and introduce abstract class KindHandler.
Split up StubAtoms.hpp by architecture. Add support for 32-bit x86 stubs.
llvm-svn: 158336
|
|
now Reader and Writer subclasses for each file format. Each Reader and
Writer subclass defines an "options" class which controls how that Reader
or Writer operates.
llvm-svn: 157774
|