[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
[oota-llvm.git] / tools / llvm-mc /
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-08-13 Benjamin KramerCanonicalize header guards into a common format.
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-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
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-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-22 NAKAMURA TakumiWhitespace.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-07-19 Tim NorthoverImprove llvm-mc disassembler mode and refactor ARM...
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-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-06 Derek SchuffEnable streaming of bitcode
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-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-05 Jim GrosbachTidy up.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
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-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
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-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
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...
next