[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / lib / MC / MCDisassembler /
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
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-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRename const char *Triple argument to TT to avoid shado...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-13 Eric ChristopherGrammar and spelling.
2014-11-13 Rafael EspindolaFix a regression on the disassembling C API.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-07 Rafael EspindolaUse a StringRefMemoryObject. NFC.
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-23 Rafael EspindolaFinish inverting the MC -> Object dependency.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-03-27 Lang HamesRemove forward declaration for Target class - Target...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
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-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-10-03 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2013-10-01 Quentin Colombet[llvm-c][Disassembler] Add an option to reproduce in...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-23 Kevin EnderbyMissed removing one of the assert()'s from the LLVMCrea...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-07-18 Chad RosierWhitespace.
2012-06-06 Benjamin KramerAdd accessors for all private members of DisasmContext.
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-24 Craig TopperMark some static arrays as const.
2012-04-06 Sean CallananFixed two leaks in the MC disassembler. The MC
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-17 Kevin EnderbyFix typo in comment ldopen() -> dlopen().
2012-02-17 Kevin EnderbyPut back the initializing the targets in the disassembl...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-04 Sean CallananModified the Enhanced Disassembler to create and
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-10 Benjamin KramerFix some leftover control reaches end of non-void funct...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Daniel Dunbarbuild: Update CMakeLists.txt.
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-11-10 Daniel Dunbarbuild/MCDisassembler: Fix required libraries list of...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
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 AndersonThe the MC disassembler C API to print in verbose mode...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-01 James MolloyFix apparent build error caused by r138948 on certain...
2011-09-01 Nick LewyckyFix the build for us -Werror users.
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-19 Sean CallananFixed a memory bug in the MCDisassembler where
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-07-31 Chandler CarruthI mis-interpreted the MCDisassembler's intended depende...
2011-07-29 Chandler CarruthOn mac, it seems the MC disassembler is actually using...
2011-07-29 Chandler CarruthFix the MCDisassembler dependencies. These were just...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
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...
next