ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
[oota-llvm.git] / tools / llvm-mc /
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-07-26 Evan ChengFix llvm-mc target detection code to match llc.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
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...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-13 Evan ChengRevert accidental commit.
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-11 Evan ChengDisassembler doesn't need TargetMachine anymore.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-05-09 Jim GrosbachTidy up. 80-column and whitespace.
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-09 Sean CallananMoved an access to an object past a NULL check,
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-23 Sean CallananFixed a bug in the enhanced disassembly tester that
2011-02-22 Sean CallananFixed llvm-mc in edis mode to use the result of
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-10-30 Jim GrosbachAllow specifying a CPU to llvm-mc, so that we can prope...
2010-10-25 Daniel Dunbarllvm-mc: Teach -as-lex to print the raw token string...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-16 Daniel Dunbarllvm-mc: Teach -as-lex to print more token kinds.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-28 Chris Lattnertidy up
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-18 Daniel Dunbarllvm-mc: Fix llvm-mc -as-lex.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-06-11 Daniel Dunbarllvm-mc: Don't set NO_INSTALL on llvm-mc.
2010-05-27 Dan GohmanAvoid calling outs() and fouts() when the stream isn...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-21 Matt FlemingCurrently, createMachOStreamer() is invoked directly...
2010-05-21 Daniel DunbarRemove dead option.
2010-05-11 Sean CallananExtended the edis "IsBranch" property to call
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
2010-04-13 Ted KremenekAdd CMake support for 'edis'.
2010-04-13 Chris LattnerMake the disassembler respect the assembler dialect...
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
2010-04-05 Chris Lattnertidy #includes.
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-03 Chris Lattnerremove some extraneous casts
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-23 Daniel Dunbarllvm-mc: Support -filetype=null, for timing purposes.
2010-03-20 Daniel Dunbarllvm-mc: Fix MCInstPrinter memory leaks.
2010-03-20 Daniel Dunbarllvm-mc: Fix memory leak of MCAsmInfo.
2010-03-19 Daniel Dunbarllvm-mc: Fix target selection for --disassemble to...
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-13 Daniel Dunbarllvm-mc: Delete output files on error.
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-13 Daniel Dunbarllvm-mc: Support -arch as a simplified form of -triple.
2010-03-12 Chris Lattnerremove MAI argument from createAsmStreamer since it
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-10 Daniel Dunbarllvm-mc: Remove --show-fixups and always show as part...
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
2010-02-03 Daniel Dunbarllvm-mc: Add --show-inst option, for showing the MCInst...
2010-02-03 Sean CallananFixed the disassembler so it accepts multiple
next