Revert r247684 - Replace Triple with a new TargetTuple ...
[oota-llvm.git] / tools / llvm-mc / llvm-mc.cpp
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-14 Davide Italiano[llvm-mc] Better error handling in ENOENT case + test.
2015-09-13 Davide Italiano[llvm-mc] More meaningful error if input file doesn...
2015-06-17 Rafael EspindolaUse named temporaries for directional labels.
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-16 Daniel Sanders[llvm-mc] The object form of the GNU triple should...
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-07 Colin LeMahieuTeaching llvm-mc how to understand the defsym command...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-19 Peter Collingbournellvm-mc: Use Target::createNullStreamer to fix crashes...
2014-12-12 Craig TopperPass output stream to AsLexInput instead of the whole...
2014-12-12 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-06-28 Rafael EspindolaSimplify code a bit, no functionality change.
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric Christopher80-column fixups.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
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...
next