Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / lib / MC / MCInstPrinter.cpp
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2013-10-01 Quentin Colombet[MC] When MCInstPrint::printAnnotation uses a comment...
2013-08-02 Duncan SandsPacify GCC, which worries about falling off the end...
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-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
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-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2009-10-05 Edward O'CallaghanNo newline at end of files.
2009-09-14 Chris Lattneradd a new MCInstPrinter class, move the (trivial) MCDis...