add operand iterator apis to MachineInstr, patch by ether zhhb.
[oota-llvm.git] / include / llvm / MC /
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-10 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Jim GrosbachTrailing whitespace.
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-11-02 Rafael EspindolaDo relaxations with FT_Org fragments. Fixes the FIXME:
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-11-01 Rafael EspindolaImplement .weakref.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-19 Chandler CarruthMove the definition of this to the source file to ancho...
2010-10-18 Chandler CarruthAdd a virtual destructor to silence a GCC warning.
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-12 Jim GrosbachComment grammar tweakage.
2010-10-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-08 Jim GrosbachAllow << streaming of MCOperand.
2010-10-07 Jim GrosbachAdd output stream operator for MCInst.
2010-10-06 Michael J. SpencerCleanup Whitespace.
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-23 Jim Grosbachtrailing whitespace
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
2010-09-17 Jim Grosbachtrailing whitespace
2010-09-16 Jim Grosbachmake this non brain dead...
2010-09-16 Jim GrosbachRemove unnecessary by-reference return.
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-15 Jim GrosbachAdd support for floating point immediates to MC instruc...
2010-09-15 Jim Grosbachtrailing whitespace and 80 column cleanup
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-09 Roman DivackyMake ELF OS ABI dependent on the OS from target triple.
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().
next