| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of "passing signed into unsigned parameter" warning on PPC. | Bill Wendling | 2010-09-03 | 1 | -1/+1 |
* | This is the second of three patches to implement support for the .loc directive | Kevin Enderby | 2010-08-31 | 1 | -0/+56 |
* | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby | 2010-08-09 | 1 | -0/+155 |
* | MC/Mach-O: Silently ignore .file directives instead of error'ing out on | Daniel Dunbar | 2010-07-19 | 1 | -2/+8 |
* | MC: Add WinCOFFStreamer implementation and merge common code from MachO | Michael J. Spencer | 2010-07-19 | 1 | -44/+12 |
* | Added the darwin .weak_def_can_be_hidden directive. | Kevin Enderby | 2010-07-08 | 1 | -0/+4 |
* | MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins... | Daniel Dunbar | 2010-06-16 | 1 | -33/+46 |
* | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar | 2010-06-16 | 1 | -2/+2 |
* | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar | 2010-06-16 | 1 | -40/+21 |
* | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar | 2010-06-16 | 1 | -29/+26 |
* | MC: When running with -mc-relax-all, we can eagerly relax instructions and av... | Daniel Dunbar | 2010-05-26 | 1 | -16/+18 |
* | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn... | Daniel Dunbar | 2010-05-26 | 1 | -34/+46 |
* | 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 | 1 | -1/+1 |
* | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar | 2010-05-26 | 1 | -8/+6 |
* | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar | 2010-05-26 | 1 | -1/+1 |
* | Expand on comment. | Eric Christopher | 2010-05-21 | 1 | -1/+2 |
* | Implement EmitTBSSSymbol for MachOStreamer. | Eric Christopher | 2010-05-18 | 1 | -5/+7 |
* | MC/Mach-O: Implement support for setting indirect symbol table offset in sect... | Daniel Dunbar | 2010-05-18 | 1 | -0/+1 |
* | MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported. | Daniel Dunbar | 2010-05-18 | 1 | -2/+2 |
* | MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions. | Daniel Dunbar | 2010-05-17 | 1 | -1/+1 |
* | MC/Mach-O: Fix some differences in symbol flag handling. | Daniel Dunbar | 2010-05-17 | 1 | -2/+15 |
* | Add AsmParser support for darwin tbss directive. | Eric Christopher | 2010-05-14 | 1 | -0/+7 |
* | MC: Move MCAlignFragment::EmitNops value out of the constructor. | Daniel Dunbar | 2010-05-12 | 1 | -6/+5 |
* | MC: Eliminate MCZeroFillFragment, it is no longer needed. | Daniel Dunbar | 2010-05-12 | 1 | -1/+1 |
* | MC: Drop support for alignment in ZeroFill fragment, we can just use | Daniel Dunbar | 2010-05-12 | 1 | -1/+6 |
* | MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f... | Daniel Dunbar | 2010-05-10 | 1 | -8/+36 |
* | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner | 2010-05-08 | 1 | -0/+12 |
* | Fix i386 relocations to Weak Definitions. The relocation entries should be | Kevin Enderby | 2010-05-07 | 1 | -19/+1 |
* | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar | 2010-05-05 | 1 | -1/+0 |
* | MC: Reject attempts to define a variable symbol. | Daniel Dunbar | 2010-05-05 | 1 | -4/+2 |
* | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar | 2010-05-05 | 1 | -1/+1 |
* | llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need | Daniel Dunbar | 2010-03-25 | 1 | -2/+8 |
* | MC: Switch to using MCInst fragments to do relaxation. | Daniel Dunbar | 2010-03-23 | 1 | -0/+28 |
* | MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula... | Daniel Dunbar | 2010-03-23 | 1 | -4/+11 |
* | MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen... | Daniel Dunbar | 2010-03-23 | 1 | -2/+1 |
* | MC: Add MCInstFragment, not used yet. | Daniel Dunbar | 2010-03-22 | 1 | -0/+3 |
* | MC/Mach-O: Factor out getOrCreateDataFragment(). | Daniel Dunbar | 2010-03-22 | 1 | -16/+18 |
* | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 1 | -6/+2 |
* | MC: Fix a crash on invalid, attempting to evaluate undefined symbols. | Daniel Dunbar | 2010-03-14 | 1 | -1/+1 |
* | MC: Add MCAssembler::addFixup, which enforces that fixups are added in order. | Daniel Dunbar | 2010-03-12 | 1 | -6/+4 |
* | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar | 2010-03-11 | 1 | -5/+6 |
* | MC: Move the backend section and symbol data maps to MCAssembler. | Daniel Dunbar | 2010-03-10 | 1 | -30/+11 |
* | Remove unneeded includes. | Daniel Dunbar | 2010-03-10 | 1 | -1/+0 |
* | This is the first patch to put the needed bits in place to eventually allow code | Kevin Enderby | 2010-02-23 | 1 | -1/+16 |
* | MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. | Daniel Dunbar | 2010-02-22 | 1 | -3/+1 |
* | MC/Mach-O: Start emitting fixups/relocations for instructions. | Daniel Dunbar | 2010-02-13 | 1 | -2/+13 |
* | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar | 2010-02-13 | 1 | -1/+2 |
* | MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ... | Daniel Dunbar | 2010-02-13 | 1 | -1/+17 |
* | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar | 2010-02-09 | 1 | -1/+2 |