- 46be301 Tidy up. Hard tabs. by Jim Grosbach · 14 years ago
- 18e2fe4 Switch MCAssembler to method names starting w/ lower-case. by Jim Grosbach · 14 years ago
- 460be99 Formatting and typo. by Eric Christopher · 14 years ago
- 7b46bb8 Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom by Kevin Enderby · 14 years ago
- 91ea511 MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead. This matches what as does. by Benjamin Kramer · 14 years ago
- a317160 Don't truncate MachO addresses. by Jim Grosbach · 14 years ago
- 5928e69 Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. by Evan Cheng · 14 years ago
- f2596bc Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 14 years ago
- 28fcafb Refactor MachO relocation generaration into the Target directories. by Jim Grosbach · 14 years ago
- 0189702 tidy up whitespace. by Jim Grosbach · 14 years ago
- 3c9ede6 Fixup info for Thumb2 unconditional branch. by Jim Grosbach · 14 years ago
- 7633256 Tidy up. by Jim Grosbach · 14 years ago
- 2116221 80-column violations. by Bill Wendling · 14 years ago
- eb872e0 Move class methods out-of-line. This reduces the indentation, and is more in by Bill Wendling · 14 years ago
- b200f93 MC/Mach-O: Update getSymbolAddress() to support evaluation of variables. by Daniel Dunbar · 15 years ago
- 29ba55c MC/Mach-O: Allow emission of relocations for variables in some more cases. by Daniel Dunbar · 15 years ago
- b9c2b6c MC/Mach-O: Find section ordinal's by looking at the symbol, instead of assuming they are present in a fragment. by Daniel Dunbar · 15 years ago
- 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
- ab23415 Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like BLX, rather than a 2-byte instruction like B. by Owen Anderson · 15 years ago
- 6149a34 RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated. by Owen Anderson · 15 years ago
- c2631d2 Silence compiler warning about case values not being in the enumerated type by Duncan Sands · 15 years ago
- 98a3c80 Fixes warnings emitted by Visual Studio 2010 compiler. by Oscar Fuentes · 15 years ago
- d2e2f56 by Jason W Kim · 15 years ago
- dfc85ed Fix bogus assert condition noticed by Csaba Raduly. by Evan Cheng · 15 years ago
- d4a5c05 Completed :lower16: / :upper16: support for movw / movt pairs on Darwin. by Evan Cheng · 15 years ago
- a895c69 MC/Mach-O/Thumb: Select appropriate relocation types for Thumb. by Daniel Dunbar · 15 years ago
- 0f8abeb Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now by Rafael Espindola · 15 years ago
- 7f2bb4d MC/Mach-O/ARM: Start handling some Thumb branches. by Daniel Dunbar · 15 years ago
- ac8173c MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups. by Daniel Dunbar · 15 years ago
- 6b5d251 Fix another conditional expression mismatched enum type warning. by Matt Beaumont-Gay · 15 years ago
- 45140d2 MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is by Daniel Dunbar · 15 years ago
- 11617c8 MC/Mach-O/ARM: Clone off an ARM version of RecordScatteredRelocation until I figure out how it is supposed to work. by Daniel Dunbar · 15 years ago
- dde72ef MC/Mach-O: Return to reporting errors if we see unexpected fixup kinds. by Daniel Dunbar · 15 years ago
- a191cfd MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds. by Daniel Dunbar · 15 years ago
- 9ccf843 MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations. by Daniel Dunbar · 15 years ago
- 56f1373 MC/Mach-O/ARM: Fix thinko. by Daniel Dunbar · 15 years ago
- 083132e MC/Mach-O/ARM: Stub out RecordARMRelocation, which is mostly a copy of by Daniel Dunbar · 15 years ago
- a63db77 Simplify. by Daniel Dunbar · 15 years ago
- 1e5be36 MC/Mach-O: Split out RecordARMRelocation for now, it is weird enough it isn't by Daniel Dunbar · 15 years ago
- 890cb2d GCC objects to the two sides of a conditional expression having different enum by Matt Beaumont-Gay · 15 years ago
- ff78eda MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong by Daniel Dunbar · 15 years ago
- b403e09 Merge isAbsolute into IsSymbolRefDifferenceFullyResolved. by Rafael Espindola · 15 years ago
- 8396dd0 Remove the MCObjectFormat class. by Rafael Espindola · 15 years ago
- 2ee6c9b MC/Mach-O: On second thought, use a custom hook for enabling aggressive by Daniel Dunbar · 15 years ago
- b27bb86 MC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved. by Daniel Dunbar · 15 years ago
- f2adf78 MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format specific hook. by Daniel Dunbar · 15 years ago
- 5026928 MC/Assembler: Strip out object writer arguments, now that it is always available by Daniel Dunbar · 15 years ago
- d2867f1 MC/Target: Remove HasScatteredSymbols target hook variable, which has been by Daniel Dunbar · 15 years ago
- 03fcccb MC/Mach-O: Lift some MachObjectWriter arguments into the target specific by Daniel Dunbar · 15 years ago
- 8888a96 MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface. by Daniel Dunbar · 15 years ago
- 73b8713 MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h. by Daniel Dunbar · 15 years ago
- 9d1ed19 MC/Mach-O: Use fixup info instead of hard coded list. by Daniel Dunbar · 15 years ago
- e78d3b3 Fix absolute recording of differences of symbols in two sections. Reduced from ctor_dtor_count-2.cpp. by Rafael Espindola · 15 years ago
- bdbe5a7 Fix relocations with weak definitions. by Rafael Espindola · 15 years ago
- 2eabaae Fix pcrel relocations that cross sections. by Rafael Espindola · 15 years ago
- a2421ec Fix a crash reduced from gcc produced assembly. by Rafael Espindola · 15 years ago
- 93e3cf0 Sorry for such a large commit. The summary is that only MachO cares about the by Rafael Espindola · 15 years ago
- e134b08 use getSymbolOffset. by Rafael Espindola · 15 years ago
- 4083440 Another use of getSymbolOffset. by Rafael Espindola · 15 years ago
- ce2bd8d Add support for binary encoding of ARM 'adr' instructions referencing constant by Jim Grosbach · 15 years ago
- 8a3a792 Define generic 1, 2 and 4 byte pc relative relocations. They are common by Rafael Espindola · 15 years ago
- 0ac77d5 macho-dump: Add support for dumping relocation entries. by Daniel Dunbar · 15 years ago
- 768a5e8 Fix a comment. by Daniel Dunbar · 15 years ago
- 4b128a5 Reduce nesting. by Daniel Dunbar · 15 years ago
- eab6e40 MC/Mach-O: Migrate more constants into MachOFormat.h. by Daniel Dunbar · 15 years ago
- 2263ca4 MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine by Daniel Dunbar · 15 years ago
- 7a2cd8b make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
- fe0c28f MC: Simplify Mach-O and ELF object writer implementations. by Daniel Dunbar · 15 years ago
- ba321cb Trailing whitespace. by Jim Grosbach · 15 years ago
- 46c2acb Allow targets to specify the MachO CPUType/CPUSubtype information. by Jim Grosbach · 15 years ago
- bce26a1 On ELF we need to know which symbols are used in relocations to decide if by Rafael Espindola · 15 years ago
- a8d1768 This adds a Darwin x86_64 relocation encoding for a subtraction expression by Kevin Enderby · 15 years ago
- 70d6e0e Correctly produce R_X86_64_32 or R_X86_64_32S. by Rafael Espindola · 15 years ago
- 2ebaee9 Make it possible for the MCObjectWriter to decide if a given fixup is fully by Rafael Espindola · 15 years ago
- cceded4 Remove unused argument. by Rafael Espindola · 15 years ago
- 35a7a0e MC/Mach-O/i386: Fix a crash in relocation handling. by Daniel Dunbar · 15 years ago
- 1218ed8 silence a vc2010 warning: " result of 32-bit shift implicitly converted to by Chris Lattner · 15 years ago
- 18bf25f Revert "MC/MachO: Fix possible null pointer dereference." by Michael J. Spencer · 15 years ago
- 4a5167c MC/MachO: Fix possible null pointer dereference. by Michael J. Spencer · 15 years ago
- 05ea2a4 finish up support for callw: PR7195 by Chris Lattner · 15 years ago
- 1245e4c The variable "Value" is carefully set to Layout.getSymbolAddress, by Duncan Sands · 15 years ago
- 7f85520 Get the addend correct for i386 pic. by Eric Christopher · 15 years ago
- 93f1637 Update comment. by Eric Christopher · 15 years ago
- 74892d4 In progress on 32-bit addends. by Eric Christopher · 15 years ago
- aa627c3 MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. by Daniel Dunbar · 15 years ago
- 2092dc2 Fix indentation. by Eric Christopher · 15 years ago
- a86c2bd Some more work on mach-o TLV relocations. by Eric Christopher · 15 years ago
- eaddfac Rearrange conditionals so we don't get caught with the correct type as wrong. by Eric Christopher · 15 years ago
- b34440a MC: Eliminate MCAsmFixup, replace with MCFixup. by Daniel Dunbar · 15 years ago
- 353a91ff MC: Use accessors for access to MCAsmFixup. by Daniel Dunbar · 15 years ago
- e7b64dc Start adding mach-o tls reloc support. by Eric Christopher · 15 years ago
- 7c3e230 Reduce string trashing. by Benjamin Kramer · 15 years ago
- d5563f4 MC/Mach-O: Implement support for setting indirect symbol table offset in section header. by Daniel Dunbar · 15 years ago
- f16c12d MC/Mach-O: Remove some FIXMEs. by Daniel Dunbar · 15 years ago
- 2493ddf MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be by Daniel Dunbar · 15 years ago
- 53ce0e1 MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup by Daniel Dunbar · 15 years ago
- 7c6f0e3 MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to clarify. by Daniel Dunbar · 15 years ago
- 795baa1 MC/Mach-O: Fix a crash on invalid. by Daniel Dunbar · 15 years ago
- 7577898 MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 15 years ago
- 7de3106 MC/Mach-O: Factor out doesSymbolRequireExternRelocation. by Daniel Dunbar · 15 years ago