2010-04-14 |
Chris Lattner | implement mc asmparser support for '.', which gets the |
tree | commitdiff |
2010-04-08 |
Chris Lattner | move elf section uniquing to MCContext. Along the way |
tree | commitdiff |
2010-04-08 |
Chris Lattner | move macho section uniquing from MCParser and TLOF... |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Various MSVC warning fixes about truncated 64 bit shift... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-04-05 |
Chris Lattner | Give AsmParser an option to control whether it finalizes |
tree | commitdiff |
2010-04-04 |
Chris Lattner | eliminate the magic AbsoluteDebugSectionOffsets MAI... |
tree | commitdiff |
2010-04-04 |
Chris Lattner | isAbsoluteEHSectionOffsets always returns false, elimin... |
tree | commitdiff |
2010-04-04 |
Chris Lattner | fix an ugly wart in the MCInstPrinter api where the |
tree | commitdiff |
2010-04-03 |
Chris Lattner | add a twine form of MCStreamer::EmitRawText, and mc'ize |
tree | commitdiff |
2010-04-03 |
Chris Lattner | allow attaching comments to raw text. |
tree | commitdiff |
2010-04-03 |
Chris Lattner | add <cstdlib> header for abort() on linux builders. |
tree | commitdiff |
2010-04-03 |
Chris Lattner | add a new EmitInlineAsm function to asmprinter to handl... |
tree | commitdiff |
2010-03-30 |
Chris Lattner | Rip out the 'is temporary' nonsense from the MCContext... |
tree | commitdiff |
2010-03-29 |
Daniel Dunbar | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even... |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | llvm-mc: Add a -mc-relax-all option, which relaxes... |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Stop restarting layout on every relaxation. |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Simplify main section layout process by moving... |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Sink Section address assignment into LayoutSection. |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC/Mach-O: Switch to MCSectionData::getOrdinal. |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Explicity track section and fragment ordinals. |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | Fix -Asserts warning. |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Route access to SectionData offset and file size... |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Route access to Fragment offset and effective size... |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAdd... |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | MC: Fix refacto in MCExpr evaluation, I mistakenly... |
tree | commitdiff |
2010-03-24 |
Daniel Dunbar | MC: Direct all {fragment,section,symbol} address access... |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | MC: Sprinkle in some more interesting statistics. |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | llvm-mc: Fast path EvaluateAbsolute of constants. |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | MC: Switch to using MCInst fragments to do relaxation. |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | MC: Add TargetAsmBackend::MayNeedRelaxation, for checki... |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | MC: Add TargetAsmBackend::WriteNopData and use to elimi... |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | MC: Tweak MCInstFragment to include the encoded data... |
tree | commitdiff |
2010-03-22 |
Jeffrey Yasskin | Put MCSectionCOFF::Name into the MCContext instead... |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | MC: Add MCInstFragment, not used yet. |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | Add a FIXME. |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | MC: Fix a few more cases we were passing an MCDataFragm... |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | Simplify. |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | MCInst: Add ::dump_pretty. |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | MC: Change MCObjectWriter::RecordRelocation to take... |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | MC/Mach-O: Factor out getOrCreateDataFragment(). |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | MC: Eliminate MCFragment::getMaxFileSize. |
tree | commitdiff |
2010-03-22 |
Daniel Dunbar | MC: Share the MCAsmLayout object, although its still... |
tree | commitdiff |
2010-03-20 |
Daniel Dunbar | Better fix for r98994, MachObjectWriterImpl wasn't... |
tree | commitdiff |
2010-03-19 |
Rafael Espindola | Fix -Wnon-virtual-dtor warning. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O/x86_64: Add relocation support. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC: Add TargetAsmBackend::createObjectWriter. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MCCodeEmitter: Add target independent fixup flag for... |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC: Sink code emitter into MCAssembler. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC: Add TargetAsmBackend::isVirtualSection hook. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC: Split MCObjectWriter out of MCAssembler.cpp. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MCAssembler: Pull out MCObjectWriter class. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MCAssembler: Move ApplyFixup to the TargetAsmBackend... |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Lift the fixup evaluation and application... |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Factor out ExecutePostLayoutBinding, to... |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Lift relocation emission logic a bit higher... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | fix an MCInstPrinter leak that jyasskin pointed out: |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Add isScatteredFixupFullyResolved, which... |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O/x86_64: Add getAtom[ForAddress]. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimp... |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Factor out isSymbolLinkerVisible method... |
tree | commitdiff |
2010-03-18 |
Daniel Dunbar | MCValue: Change to holding MCSymbolRefExprs instead... |
tree | commitdiff |
2010-03-18 |
Daniel Dunbar | MC/Darwin: Add a new target hook for whether the target... |
tree | commitdiff |
2010-03-17 |
Chris Lattner | fix GetOrCreateTemporarySymbol to require a name, clients |
tree | commitdiff |
2010-03-15 |
Daniel Dunbar | MC: Allow modifiers in MCSymbolRefExpr, and eliminate... |
tree | commitdiff |
2010-03-15 |
Daniel Dunbar | MC/Mach-O/x86_64: Temporary labels in cstring sections... |
tree | commitdiff |
2010-03-15 |
Daniel Dunbar | MC/Mach-O: Add MCSectionMachO::getType() |
tree | commitdiff |
2010-03-15 |
Chris Lattner | fix a memory leak yjasskin pointed out: MCSymbol is... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | add a new CreateTempSymbol method, the use case for |
tree | commitdiff |
2010-03-14 |
Daniel Dunbar | MC: Fix a crash on invalid, attempting to evaluate... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Symbol support. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: Initial x86_64 support. |
tree | commitdiff |
2010-03-13 |
Chris Lattner | add a hack to allow parsing negative minint. rdar:... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: PCrel relocations weren't using the right... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -n, useful for comparing -integrated... |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC/Mach-O: Implement initial support for relaxation. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | move fastcall/stdcall mangling up into Mangler. |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC: Factor out MCAssembler::EvaluateFixup, and simplify. |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC: Add MCAssembler::addFixup, which enforces that... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove MAI argument from createAsmStreamer since it |
tree | commitdiff |
2010-03-11 |
Chris Lattner | enhance MCContext::GetOrCreateTemporarySymbol() to... |
tree | commitdiff |
2010-03-11 |
Chris Lattner | change MCContext to always have an MCAsmInfo. |
tree | commitdiff |
2010-03-11 |
Chris Lattner | empty symbols aren't possible, the mcsymbol ctor aborts... |
tree | commitdiff |
2010-03-11 |
Daniel Dunbar | MC/Mach-O: Add MCSymbolData::getAddress() utility. |
tree | commitdiff |
2010-03-11 |
Daniel Dunbar | MC/Mach-O: Implement "absolutizing" semantics of .set... |
tree | commitdiff |
2010-03-11 |
Daniel Dunbar | MC/Mach-O: Start passing in the basic MCAsmLayout object. |
tree | commitdiff |
2010-03-11 |
Daniel Dunbar | MC: Sketch initial MCAsmLayout class, which encapsulate... |
tree | commitdiff |
2010-03-11 |
Daniel Dunbar | MC: Provide MCAssembler with a TargetAsmBackend. |
tree | commitdiff |
2010-03-10 |
Daniel Dunbar | MC/Mach-O: Use the MCAssembler symbol map instead of... |
tree | commitdiff |
2010-03-10 |
Daniel Dunbar | MC: Move the backend section and symbol data maps to... |
tree | commitdiff |
2010-03-10 |
Daniel Dunbar | Remove unneeded includes. |
tree | commitdiff |
2010-03-10 |
Chris Lattner | move three lowering hooks from MAI to TLOF and make... |
tree | commitdiff |
2010-03-10 |
Chris Lattner | set the temporary bit on MCSymbols correctly. |
tree | commitdiff |
2010-03-10 |
Daniel Dunbar | MC/Mach-O: Resolve a FIXME; these relocation types... |
tree | commitdiff |
2010-03-10 |
Chris Lattner | eliminate MCContext::CreateSymbol and CreateTemporarySy... |
tree | commitdiff |
2010-03-10 |
Daniel Dunbar | MC/Mach-O: Use the SECTDIFF relocation type for (A... |
tree | commitdiff |
2010-03-09 |
Chris Lattner | make the NullStreamer set the section on a label when... |
tree | commitdiff |
2010-03-09 |
Daniel Dunbar | MC/Mach-O: For PCrel relocations, we need to compensate... |
tree | commitdiff |
next |