Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-mc / llvm-mc.cpp
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Jim Grosbachllvm-mc: Add option for prefering hex format disassembly.
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
2014-05-21 Eric ChristopherThis command line option is only used in one place...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-03-28 David BlaikieAdd missing include (for r205050)
2014-03-28 David Blaikiellvm-mc: error when -compress-debug-sections is request...
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-20 Rafael EspindolaRemove llvm-mc's disable-cfi option.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-22 NAKAMURA TakumiWhitespace.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-06 Rafael EspindolaRemove some redundant includes in llvm-mc.cpp.
2013-02-26 Eli BenderskyTry to get rid of a -wunitialized warning: explicitly...
2013-01-16 Eli BenderskyRemove unneeded include and empty line
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-23 Rafael EspindolaAdd a -disable-cfi option to llvm-mc. This is useful...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-08 Duncan SandsHave llvm-mc --version print the list of registered...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-01-26 Jim Grosbachllvm-mc pass through SourceMgr to MCContext.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Rafael EspindolaRemove the logging streamer.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-05 Jim GrosbachTidy up.
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-07-26 Evan ChengFix llvm-mc target detection code to match llc.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-13 Evan ChengRevert accidental commit.
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-11 Evan ChengDisassembler doesn't need TargetMachine anymore.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-05-09 Jim GrosbachTidy up. 80-column and whitespace.
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-10-30 Jim GrosbachAllow specifying a CPU to llvm-mc, so that we can prope...
2010-10-25 Daniel Dunbarllvm-mc: Teach -as-lex to print the raw token string...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
next