aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2010-09-22Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola
2010-09-22allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner
2010-09-17trailing whitespaceJim Grosbach
2010-09-16make this non brain dead... Jim Grosbach
2010-09-16Remove unnecessary by-reference return.Jim Grosbach
2010-09-16store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-09-15Add support for floating point immediates to MC instruction printing. ARMJim Grosbach
2010-09-15trailing whitespace and 80 column cleanupJim Grosbach
2010-09-11fix the asmparser so that the target is responsible for skipping toChris Lattner
2010-09-09Make ELF OS ABI dependent on the OS from target triple.Roman Divacky
2010-09-02Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer
2010-09-02Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel
2010-08-31Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel
2010-08-31Remove noisy semicolon.Benjamin Kramer
2010-08-31This is the second of three patches to implement support for the .loc directiveKevin Enderby
2010-08-24First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby
2010-08-21MC: Add partial x86-64 support to COFF.Michael J. Spencer
2010-08-17Add some win64 coff goodness.Anton Korobeynikov
2010-08-17Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer
2010-08-17Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-16Layout helper function.Matt Fleming
2010-08-16Record a symbol's size which is needed for ELF symbol tables.Matt Fleming
2010-08-16ELF entry size support.Matt Fleming
2010-08-11llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar
2010-08-11MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar
2010-08-09Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby
2010-08-08Remove unused variable.Benjamin Kramer
2010-08-06MC: Add default value for AddrSpace argument to EmitValue.Daniel Dunbar
2010-07-31Add relax all support to the COFF object streamer.Michael J. Spencer
2010-07-29Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer
2010-07-29Stop leaking std::strings in GetDwarfFile.Benjamin Kramer
2010-07-28Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby
2010-07-28MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar
2010-07-22Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner
2010-07-19MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer
2010-07-18MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar
2010-07-18MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar
2010-07-18MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar
2010-07-18MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar
2010-07-17MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-13use a typedef instead of its expansion, patch by Michael SpencerChris Lattner
2010-07-12MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar
2010-07-12MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar
2010-07-12MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar