std::unique_ptrify the MCStreamer argument to createAsmPrinter
[oota-llvm.git] / include / llvm / Support / TargetRegistry.h
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
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-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-13 Rafael EspindolaFix pr18235.
2013-10-16 Rafael EspindolaAllow repeated registration again.
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-14 Rafael EspindolaRemove dead code.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-13 Dmitri GribenkoFix documentation: parameter being documented was remov...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
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-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...