| Age | Commit message (Expand) | Author |
| 2010-03-24 | MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo... | Daniel Dunbar |
| 2010-03-23 | MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula... | Daniel Dunbar |
| 2010-03-23 | MC: Tweak MCInstFragment to include the encoded data and fixups, so that we d... | Daniel Dunbar |
| 2010-03-22 | Put MCSectionCOFF::Name into the MCContext instead of leaking it. | Jeffrey Yasskin |
| 2010-03-22 | MC: Add MCInstFragment, not used yet. | Daniel Dunbar |
| 2010-03-22 | MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment ... | Daniel Dunbar |
| 2010-03-22 | MCInst: Add ::dump_pretty. | Daniel Dunbar |
| 2010-03-22 | MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of... | Daniel Dunbar |
| 2010-03-22 | MC: Eliminate MCFragment::getMaxFileSize. | Daniel Dunbar |
| 2010-03-22 | MC: Share the MCAsmLayout object, although its still not used for anything im... | Daniel Dunbar |
| 2010-03-19 | Acccess control is lame | Douglas Gregor |
| 2010-03-19 | struct -> class, to silence a Clang warning | Douglas Gregor |
| 2010-03-19 | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar |
| 2010-03-19 | MC: Sink code emitter into MCAssembler. | Daniel Dunbar |
| 2010-03-19 | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar |
| 2010-03-19 | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar |
| 2010-03-19 | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar |
| 2010-03-19 | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar |
| 2010-03-19 | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner |
| 2010-03-19 | MC/Mach-O/x86_64: Add getAtom[ForAddress]. | Daniel Dunbar |
| 2010-03-19 | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar |
| 2010-03-18 | MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee... | Daniel Dunbar |
| 2010-03-18 | Add MCSymbol::isInSection. | Daniel Dunbar |
| 2010-03-17 | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner |
| 2010-03-15 | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar |
| 2010-03-15 | MC/Mach-O: Add MCSectionMachO::getType() | Daniel Dunbar |
| 2010-03-15 | Don't save a temporary string into a StringRef field. | Jeffrey Yasskin |
| 2010-03-15 | fix MCSectionELF to not leak memory, just like I did for MCSymbol. | Chris Lattner |
| 2010-03-15 | fix a memory leak yjasskin pointed out: MCSymbol is bump pointer | Chris Lattner |
| 2010-03-14 | add a new CreateTempSymbol method, the use case for | Chris Lattner |
| 2010-03-13 | Add some parens and silence a warning. | Benjamin Kramer |
| 2010-03-13 | llvm-mc: Support -n, useful for comparing -integrated-as output since the | Daniel Dunbar |
| 2010-03-12 | MC/Mach-O: Implement initial support for relaxation. | Daniel Dunbar |
| 2010-03-12 | move fastcall/stdcall mangling up into Mangler. | Chris Lattner |
| 2010-03-12 | MC: Factor out MCAssembler::EvaluateFixup, and simplify. | Daniel Dunbar |
| 2010-03-12 | MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... | Daniel Dunbar |
| 2010-03-12 | MC: Add MCAssembler::addFixup, which enforces that fixups are added in order. | Daniel Dunbar |
| 2010-03-12 | make the mangler take an MCContext instead of an MAI. | Chris Lattner |
| 2010-03-12 | remove MAI argument from createAsmStreamer since it | Chris Lattner |
| 2010-03-11 | change MCContext to always have an MCAsmInfo. | Chris Lattner |
| 2010-03-11 | MC/Mach-O: Add MCSymbolData::getAddress() utility. | Daniel Dunbar |
| 2010-03-11 | MC/Mach-O: Start passing in the basic MCAsmLayout object. | Daniel Dunbar |
| 2010-03-11 | MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o... | Daniel Dunbar |
| 2010-03-11 | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar |
| 2010-03-10 | MC: Move the backend section and symbol data maps to MCAssembler. | Daniel Dunbar |
| 2010-03-10 | Remove unneeded declarations. | Daniel Dunbar |
| 2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner |
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
| 2010-03-10 | eliminate MCContext::CreateSymbol and CreateTemporarySymbol. | Chris Lattner |
| 2010-03-09 | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner |