| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 3 | -21/+9 |
| * | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! | Daniel Dunbar | 2010-03-29 | 1 | -2/+9 |
| * | llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need | Daniel Dunbar | 2010-03-25 | 2 | -8/+26 |
| * | MC: Stop restarting layout on every relaxation. | Daniel Dunbar | 2010-03-25 | 1 | -6/+39 |
| * | MC: Simplify main section layout process by moving alignment into LayoutSection. | Daniel Dunbar | 2010-03-25 | 1 | -30/+31 |
| * | MC: Sink Section address assignment into LayoutSection. | Daniel Dunbar | 2010-03-25 | 1 | -6/+6 |
| * | MC/Mach-O: Switch to MCSectionData::getOrdinal. | Daniel Dunbar | 2010-03-25 | 1 | -18/+4 |
| * | MC: Explicity track section and fragment ordinals. | Daniel Dunbar | 2010-03-25 | 1 | -0/+13 |
| * | Fix -Asserts warning. | Daniel Dunbar | 2010-03-25 | 1 | -2/+1 |
| * | MC: Route access to SectionData offset and file size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 2 | -17/+42 |
| * | MC: Route access to Fragment offset and effective size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 2 | -34/+58 |
| * | MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAddress. | Daniel Dunbar | 2010-03-25 | 1 | -9/+7 |
| * | MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres... | Daniel Dunbar | 2010-03-25 | 1 | -2/+2 |
| * | MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo... | Daniel Dunbar | 2010-03-24 | 3 | -59/+91 |
| * | MC: Sprinkle in some more interesting statistics. | Daniel Dunbar | 2010-03-23 | 2 | -1/+28 |
| * | llvm-mc: Fast path EvaluateAbsolute of constants. | Daniel Dunbar | 2010-03-23 | 1 | -0/+6 |
| * | MC: Switch to using MCInst fragments to do relaxation. | Daniel Dunbar | 2010-03-23 | 2 | -78/+78 |
| * | MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula... | Daniel Dunbar | 2010-03-23 | 2 | -5/+12 |
| * | MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen... | Daniel Dunbar | 2010-03-23 | 2 | -64/+10 |
| * | MC: Tweak MCInstFragment to include the encoded data and fixups, so that we d... | Daniel Dunbar | 2010-03-23 | 1 | -13/+5 |
| * | Put MCSectionCOFF::Name into the MCContext instead of leaking it. | Jeffrey Yasskin | 2010-03-22 | 1 | -1/+5 |
| * | MC: Add MCInstFragment, not used yet. | Daniel Dunbar | 2010-03-22 | 2 | -4/+83 |
| * | Add a FIXME. | Daniel Dunbar | 2010-03-22 | 1 | -0/+14 |
| * | MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment ... | Daniel Dunbar | 2010-03-22 | 1 | -3/+4 |
| * | Simplify. | Daniel Dunbar | 2010-03-22 | 1 | -4/+2 |
| * | MCInst: Add ::dump_pretty. | Daniel Dunbar | 2010-03-22 | 2 | -17/+20 |
| * | MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of... | Daniel Dunbar | 2010-03-22 | 2 | -13/+13 |
| * | MC/Mach-O: Factor out getOrCreateDataFragment(). | Daniel Dunbar | 2010-03-22 | 1 | -16/+18 |
| * | MC: Eliminate MCFragment::getMaxFileSize. | Daniel Dunbar | 2010-03-22 | 1 | -2/+7 |
| * | MC: Share the MCAsmLayout object, although its still not used for anything im... | Daniel Dunbar | 2010-03-22 | 1 | -15/+10 |
| * | Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. | Daniel Dunbar | 2010-03-20 | 1 | -8/+5 |
| * | Fix -Wnon-virtual-dtor warning. | Rafael Espindola | 2010-03-19 | 1 | -0/+2 |
| * | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 1 | -0/+213 |
| * | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar | 2010-03-19 | 1 | -7/+7 |
| * | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 2010-03-19 | 2 | -16/+8 |
| * | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 2 | -8/+5 |
| * | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 4 | -821/+900 |
| * | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 1 | -15/+7 |
| * | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 3 | -131/+46 |
| * | MCAssembler: Pull out MCObjectWriter class. | Daniel Dunbar | 2010-03-19 | 1 | -82/+126 |
| * | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 1 | -12/+1 |
| * | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 1 | -35/+31 |
| * | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 1 | -31/+33 |
| * | MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation... | Daniel Dunbar | 2010-03-19 | 1 | -56/+77 |
| * | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner | 2010-03-19 | 1 | -1/+2 |
| * | MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al... | Daniel Dunbar | 2010-03-19 | 1 | -1/+59 |
| * | MC/Mach-O/x86_64: Add getAtom[ForAddress]. | Daniel Dunbar | 2010-03-19 | 1 | -0/+36 |
| * | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 1 | -15/+52 |
| * | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar | 2010-03-19 | 1 | -10/+18 |
| * | MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee... | Daniel Dunbar | 2010-03-18 | 3 | -37/+44 |