Reapply commit 112702 which was speculatively reverted by echristo.
[oota-llvm.git] / include / llvm / MC /
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Benjamin KramerRemove noisy semicolon.
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-17 Anton KorobeynikovAdd some win64 coff goodness.
2010-08-17 Benjamin KramerRevert r111230, we have to find a better place for...
2010-08-17 Benjamin KramerMicro-optimize MCObjectWriter to do a byteswap if neces...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingLayout helper function.
2010-08-16 Matt FlemingRecord a symbol's size which is needed for ELF symbol...
2010-08-16 Matt FlemingELF entry size support.
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-08 Benjamin KramerRemove unused variable.
2010-08-06 Daniel DunbarMC: Add default value for AddrSpace argument to EmitValue.
2010-07-31 Michael J. SpencerAdd relax all support to the COFF object streamer.
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Fix TokError() to accept a Twine.
2010-07-18 Daniel DunbarMC/AsmParser: Hide the AsmParser implementation.
2010-07-17 Daniel DunbarMC/AsmParser: Lift Run() and TargetParser to base class.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-13 Chris Lattneruse a typedef instead of its expansion, patch by Michae...
2010-07-12 Daniel DunbarMC/AsmParser: Move .section parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.
2010-07-12 Daniel DunbarMC/AsmParser: Move special section directive parsing...
2010-07-12 Daniel DunbarMC/AsmParser: Inline AsmParser::CreateSymbol into callers.
2010-07-12 Daniel DunbarMC/AsmParser: Move .tbss and .zerofill parsing to Darwi...
2010-07-12 Daniel DunbarMC/AsmParser: Move .desc parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move .lsym parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move some misc. Darwin directive handling...
2010-07-12 Daniel DunbarMCAsmParser: Add getSourceManager().
2010-07-12 Daniel DunbarMC/AsmParser: Add a DarwinAsmParser extension.
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...
2010-07-12 Daniel DunbarMC: Move AsmParser::TokError to MCAsmParser().
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!
2010-07-11 Chris Lattnerintroduce WinCOFFStreamer.cpp, patch by Michael Spencer!
2010-07-08 Kevin EnderbyRevert some unneeded parts of the change in r107886...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-07-01 Daniel DunbarMC: Fix some stray hunks I didn't intend to commit.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
2010-06-16 Daniel DunbarMC: Lift SwitchSection() and Finish() into MCObjectStre...
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...
2010-06-01 Dan GohmanDon't call flush() at a library level which isn't check...
2010-06-01 Dan GohmanFix a typo in a comment.
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-26 Daniel DunbarMC: Simplify MCFixup and increase the available offset...
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-26 Daniel DunbarMC: Eliminate MCFragment vtable, which was unnecessary.
2010-05-26 Eric ChristopherStart adding mach-o tls reloc support.
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-21 Eric ChristopherFix comment and whitespace.
2010-05-21 Nathan Jeffordsadded an assertion to MCObjectWriter::WriteBytes to...
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-20 Eric ChristopherFix build by actually declaring the variable.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-18 Eric ChristopherMake EmitTBSSSymbol take a section argument so that...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-14 Nick LewyckyFix typo.
2010-05-14 Daniel DunbarMC: Switch to completely lazy layout.
2010-05-14 Daniel DunbarMC: Extend MCAsmLayout to explicitly track which fragme...
2010-05-14 Daniel DunbarMC: Switch MCFragment to storing the layout order index...
2010-05-14 Daniel DunbarMC: Change LayoutSection() to only do the section initi...
2010-05-13 Daniel DunbarMC: Move Layout{Fragment,Section} into MCAsmLayout...
2010-05-13 Daniel DunbarMC: Factor out MCAssembler::ComputeFragmentSize.
2010-05-13 Daniel DunbarMC: Add section layout order indices to MCSectionData.
2010-05-13 Daniel DunbarMC: Add MCAsmLayout::FragmentReplaced() helper function.
2010-05-13 Daniel DunbarMC: Eliminate MCSectionData::{,Address,File}Size, which...
2010-05-13 Daniel DunbarMC: Add MCAlignFragment::OnlyAlignAddress bit. This...
2010-05-13 Daniel DunbarMC: Add MCSectionData::AddressSize, which is the size...
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: Switch MCFillFragment to storing total fill size...
2010-05-12 Daniel DunbarMC: Drop support for alignment in ZeroFill fragment...
2010-05-12 Daniel DunbarMC: Factor out MCAssembler::LayoutFragment
2010-05-12 Daniel DunbarMC: Simplify LayoutSection to just take the index of...
next