add some rough support for making mcinst lowering work without an
[oota-llvm.git] / lib / MC /
2010-07-20 Matt FlemingAdd some more handlers for ELF section directives.
2010-07-20 Owen AndersonLet's get those buildbots green: #include is needed...
2010-07-20 Chris Lattnerapparently also missing an include.
2010-07-20 Chris Lattnerthis is in System
2010-07-20 Chris Lattnerturn this into a normal header.
2010-07-20 Chris Lattnerhopefully heal the linux builders
2010-07-20 Chris Lattnerthere is no reason to dynamically generate a static...
2010-07-20 Chris Lattnerdrop edinfo.inc into the objdir for src!=objdir builds.
2010-07-20 Eric ChristopherUpdate header.
2010-07-20 Chris Lattnerhopefully teach cmake to build the .inc file.
2010-07-20 Chris Lattnercmake too
2010-07-20 Chris Lattnerforgot to add a file
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-19 Daniel DunbarMC/Mach-O: Silently ignore .file directives instead...
2010-07-19 Michael J. Spencer_[A-Z] identifiers are reserved for the implementation.
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Eli FriedmanMake .align parse correctly on platforms where .align...
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: Add macro argument substitution support.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic support for macro instantiation.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic parsing support for .macro...
2010-07-18 Daniel DunbarMC/AsmParser: Add .macros_{off,on} support, not that...
2010-07-18 Daniel DunbarMC/AsmParser: Use Error() instead of calling PrintMessa...
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 Eli FriedmanStart of .sleb128/.uleb128 parsing support.
2010-07-17 Eli FriedmanWork-in-progress parsing for ELF .section directive.
2010-07-17 Eli FriedmanAdd support for parsing .size directives for ELF.
2010-07-17 Daniel DunbarMC/AsmParser: Lift Run() and TargetParser to base class.
2010-07-15 Chris Lattnerfix indentation and 80 cols
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-12 Daniel DunbarMC/AsmParser: Move ELF specific parser to ELFAsmParser...
2010-07-12 Daniel DunbarMC/AsmParser: Move Darwin specific parse to DarwinAsmPa...
2010-07-12 Daniel DunbarMC/AsmParser: Move .section parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move special section directive parsing...
2010-07-12 Daniel DunbarMC/AsmParser: Add a basic ELFAsmParser extension.
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 DunbarMC/AsmParser: Add a DarwinAsmParser extension.
2010-07-12 Daniel DunbarMC/AsmParser: Switch a bunch of directive parsing to...
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC/AsmParser: Switch some directive parsing to use...
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-12 Duncan SandsConvert some tab stops into spaces.
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-07 Chris Lattnerfinish up support for callw: PR7195
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: Fix an error message.
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Duncan SandsThe variable ValueSize is set to 1 on both code paths...
2010-06-29 Duncan SandsThe variable "Value" is carefully set to Layout.getSymb...
2010-06-29 Duncan SandsRemove unused calls to Lexer.getLoc and the pointless...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-06-22 Eric ChristopherGet the addend correct for i386 pic.
2010-06-21 Chris Lattner"This is just a cosmetic change in MCAsmStreamer.cpp...
2010-06-17 Eric ChristopherUpdate comment.
2010-06-16 Eric ChristopherIn progress on 32-bit addends.
2010-06-16 Daniel DunbarMC/Mach-O: Rewrite atom association to be a final pass...
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-16 Eric ChristopherFix indentation.
2010-06-15 Eric ChristopherSome more work on mach-o TLV relocations.
2010-06-01 Dan GohmanDon't call flush() at a library level which isn't check...
2010-05-27 Eric ChristopherRearrange conditionals so we don't get caught with...
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: Change RelaxInstruction to only take the input...
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-26 Daniel DunbarMC: Change MCInst::dump_pretty to not include a trailin...
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 Dunbarllvm-mc: Use EmitIntValue where possible, which makes...
2010-05-23 Daniel Dunbarllvm-mc: Use AddBlankLine in asm parser. This makes...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-21 Eric ChristopherExpand on comment.
2010-05-21 Eric ChristopherFix section attribute name.
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-20 Matt FlemingGrammar fix. This is a test commit.
2010-05-20 Benjamin KramerReduce string trashing.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-18 Eric ChristopherImplement EmitTBSSSymbol for MachOStreamer.
2010-05-18 Eric ChristopherMake EmitTBSSSymbol take a section argument so that...
next