Fix \param in r241472. [-Wdocumentation]
[oota-llvm.git] / include / llvm / Support / TargetRegistry.h
2015-07-07 NAKAMURA TakumiFix \param in r241472. [-Wdocumentation]
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-05-26 Rafael Espindolaclang-format TargetRegistry.h. NFC.
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
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-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael EspindolaFix use of uninitialized valued.
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-18 David BlaikieAttempt to fix the MSVC build by working around a layer...
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...