ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
2010-06-16 Daniel DunbarMC: Lift SwitchSection() and Finish() into MCObjectStre...
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...
2010-05-26 Daniel DunbarMC: When running with -mc-relax-all, we can eagerly...
2010-05-26 Daniel DunbarMC/Mach-O: Factor out EmitInstTo{Fragment,Data} for...
2010-05-26 Daniel DunbarMC: Eliminate an unnecessary copy.
2010-05-26 Daniel DunbarMC: Simplify MayNeedRelaxation to not provide the fixup...
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-21 Eric ChristopherExpand on comment.
2010-05-18 Eric ChristopherImplement EmitTBSSSymbol for MachOStreamer.
2010-05-18 Daniel DunbarMC/Mach-O: Implement support for setting indirect symbo...
2010-05-18 Daniel DunbarMC/Mach-O: Fail faster/harder when we see .file, which...
2010-05-17 Daniel DunbarMC/Mach-O: Reverse order of SymbolData scanning when...
2010-05-17 Daniel DunbarMC/Mach-O: Fix some differences in symbol flag handling.
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-12 Daniel DunbarMC: Move MCAlignFragment::EmitNops value out of the...
2010-05-12 Daniel DunbarMC: Eliminate MCZeroFillFragment, it is no longer needed.
2010-05-12 Daniel DunbarMC: Drop support for alignment in ZeroFill fragment...
2010-05-10 Daniel DunbarMC/Mach-O: Explicitly track atoms, as represented by...
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC: Reject attempts to define a variable symbol.
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-23 Daniel DunbarMC: Switch to using MCInst fragments to do relaxation.
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::WriteNopData and use to elimi...
2010-03-22 Daniel DunbarMC: Add MCInstFragment, not used yet.
2010-03-22 Daniel DunbarMC/Mach-O: Factor out getOrCreateDataFragment().
2010-03-19 Daniel DunbarMC: Sink code emitter into MCAssembler.
2010-03-14 Daniel DunbarMC: Fix a crash on invalid, attempting to evaluate...
2010-03-12 Daniel DunbarMC: Add MCAssembler::addFixup, which enforces that...
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-10 Daniel DunbarMC: Move the backend section and symbol data maps to...
2010-03-10 Daniel DunbarRemove unneeded includes.
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-22 Daniel DunbarMC/Mach-O: Remove non-sensical comment, and add a missi...
2010-02-13 Daniel DunbarMC/Mach-O: Start emitting fixups/relocations for instru...
2010-02-13 Daniel DunbarMCAssembler: Switch MCAsmFixup to storing MCFixupKind...
2010-02-13 Daniel DunbarMC/Mach-O: Implement EmitValue using data fragments...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
2010-02-08 Chris Lattneradd scaffolding for target-specific MCExprs.
2010-02-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2010-01-25 Chris Lattnermcstreamerize gprel32 emission.
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-25 Chris Lattneradd symbol attribute support for the ELF .type directive.
2010-01-25 Chris Lattneremit the .size directive for global variables on ELF...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-17 Nate BegemanAdd a note for the macho streamer and remove a used...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-16 Daniel DunbarMC: Set symbol values in MachO MCStreamer.
2009-10-16 Daniel DunbarMC: Switch assembler API to using MCExpr instead of...
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-31 Daniel Dunbarllvm-mc: Make MCSymbolData symbol member const.
2009-08-31 Daniel Dunbarllvm-mc: Add MCContext to MCAssembler.
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-28 Daniel Dunbarllvm-mc: .lsym is more unsupported than unimplemented...
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Factor getSectionData out of SwitchSection.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Add const to EmitZeroFill section argument.
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Daniel Dunbarllvm-mc: Add symbol entries for undefined symbols used...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Daniel Dunbarllvm-mc: Improve indirect symbol support (add the indir...
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-22 Chris Lattnerprune some redundant #includes.
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Sketch symbol table support.
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.