Use std::bitset for SubtargetFeatures
[oota-llvm.git] / include / llvm / MC / MCInstPrinter.h
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-01-23 Craig TopperFix 80 column violation
2014-09-29 Matt ArsenaultFixing missing C++ mode comment
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-09-03 Joey Gouly[MC] AvailableFeatures needs to be a uint64_t to match...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2012-12-05 Benjamin KramerTry to unbreak the build on hosts that don't transitive...
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2010-09-17 Jim Grosbachtrailing whitespace
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
2009-09-14 Chris LattnerGive MCInstPrinter a MCAsmInfo member, make X86ATTInstP...
2009-09-14 Chris Lattneradd a new MCInstPrinter class, move the (trivial) MCDis...