| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange conditionals so we don't get caught with the correct type as wrong. | Eric Christopher | 2010-05-27 | 1 | -3/+3 |
* | MC: When running with -mc-relax-all, we can eagerly relax instructions and av... | Daniel Dunbar | 2010-05-26 | 2 | -21/+20 |
* | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn... | Daniel Dunbar | 2010-05-26 | 1 | -34/+46 |
* | MC: Change RelaxInstruction to only take the input and output instructions. | Daniel Dunbar | 2010-05-26 | 1 | -1/+1 |
* | MC: Eliminate an unnecessary copy. | Daniel Dunbar | 2010-05-26 | 1 | -9/+4 |
* | MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it | Daniel Dunbar | 2010-05-26 | 2 | -2/+2 |
* | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar | 2010-05-26 | 3 | -24/+20 |
* | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar | 2010-05-26 | 3 | -19/+22 |
* | MC: Change MCInst::dump_pretty to not include a trailing newline. | Daniel Dunbar | 2010-05-26 | 2 | -3/+5 |
* | MC: Eliminate MCFragment vtable, which was unnecessary. | Daniel Dunbar | 2010-05-26 | 1 | -69/+62 |
* | Start adding mach-o tls reloc support. | Eric Christopher | 2010-05-26 | 2 | -2/+10 |
* | llvm-mc: Use EmitIntValue where possible, which makes the API calls from the ... | Daniel Dunbar | 2010-05-23 | 1 | -3/+6 |
* | llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the... | Daniel Dunbar | 2010-05-23 | 1 | -0/+9 |
* | MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches. | Daniel Dunbar | 2010-05-23 | 2 | -0/+209 |
* | Expand on comment. | Eric Christopher | 2010-05-21 | 1 | -1/+2 |
* | Fix section attribute name. | Eric Christopher | 2010-05-21 | 1 | -1/+1 |
* | Add support for parsing the ELF .type assembler directive. | Matt Fleming | 2010-05-21 | 2 | -0/+50 |
* | Grammar fix. This is a test commit. | Matt Fleming | 2010-05-20 | 1 | -1/+1 |
* | Reduce string trashing. | Benjamin Kramer | 2010-05-20 | 1 | -2/+2 |
* | Partial code for emitting thread local bss data. | Eric Christopher | 2010-05-20 | 2 | -0/+2 |
* | fix rdar://7986634 - match instruction opcodes case insensitively. | Chris Lattner | 2010-05-19 | 1 | -1/+6 |
* | Implement EmitTBSSSymbol for MachOStreamer. | Eric Christopher | 2010-05-18 | 1 | -5/+7 |
* | Make EmitTBSSSymbol take a section argument so that we can find it later. | Eric Christopher | 2010-05-18 | 3 | -9/+15 |
* | Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not | Kevin Enderby | 2010-05-18 | 1 | -1/+1 |
* | Fixed the problem with a branch to "0b" that was not parsed by llvm-mc | Kevin Enderby | 2010-05-18 | 1 | -1/+0 |
* | MC/Mach-O: Implement support for setting indirect symbol table offset in sect... | Daniel Dunbar | 2010-05-18 | 2 | -3/+15 |
* | MC/Mach-O: Remove some FIXMEs. | Daniel Dunbar | 2010-05-18 | 1 | -7/+3 |
* | MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported. | Daniel Dunbar | 2010-05-18 | 1 | -2/+2 |
* | Simplify MCContext::(Next|Get)Instance | Benjamin Kramer | 2010-05-18 | 1 | -24/+8 |
* | Added support in MC for Directional Local Labels. | Kevin Enderby | 2010-05-17 | 5 | -9/+117 |
* | More data/parsing support for tls directives. Add a few more testcases | Eric Christopher | 2010-05-17 | 1 | -0/+10 |
* | MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio... | Daniel Dunbar | 2010-05-17 | 1 | -8/+13 |
* | MC: Add dyn_cast support to MCSection. | Daniel Dunbar | 2010-05-17 | 1 | -1/+1 |
* | MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions. | Daniel Dunbar | 2010-05-17 | 1 | -1/+1 |
* | Add some section and constant support for darwin TLS. | Eric Christopher | 2010-05-17 | 1 | -1/+8 |
* | MC/Mach-O: Fix some differences in symbol flag handling. | Daniel Dunbar | 2010-05-17 | 1 | -2/+15 |
* | llvm-mc: Support reassignment of variables in one special case, when the | Daniel Dunbar | 2010-05-17 | 1 | -1/+8 |
* | Assume that we'll handle mangling the symbols earlier and just put the | Eric Christopher | 2010-05-17 | 2 | -11/+6 |
* | MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be | Daniel Dunbar | 2010-05-14 | 1 | -23/+23 |
* | Add AsmParser support for darwin tbss directive. | Eric Christopher | 2010-05-14 | 4 | -1/+84 |
* | Fix a couple of typos. | Eric Christopher | 2010-05-14 | 1 | -2/+2 |
* | MC: Switch to completely lazy layout. | Daniel Dunbar | 2010-05-14 | 1 | -19/+35 |
* | MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou... | Daniel Dunbar | 2010-05-14 | 1 | -10/+44 |
* | MC: Implicitly assign section addresses when the previous fragment is layed out. | Daniel Dunbar | 2010-05-14 | 1 | -1/+11 |
* | MC: Switch MCFragment to storing the layout order index, not its index in the... | Daniel Dunbar | 2010-05-14 | 1 | -13/+14 |
* | MC: Change LayoutSection() to only do the section initializiation. | Daniel Dunbar | 2010-05-14 | 1 | -25/+13 |
* | MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile(). | Daniel Dunbar | 2010-05-13 | 1 | -26/+27 |
* | MC: Factor out MCAssembler::ComputeFragmentSize. | Daniel Dunbar | 2010-05-13 | 1 | -36/+44 |
* | MC: Add section layout order indices to MCSectionData. | Daniel Dunbar | 2010-05-13 | 1 | -0/+4 |
* | MC: Move ordinal calculation, to make sure fragments synthesized for layout g... | Daniel Dunbar | 2010-05-13 | 1 | -21/+21 |