Age | Commit message (Expand) | Author |
2010-10-01 | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach |
2010-09-30 | Clean up asm writer usage for x86 and msp430 to flag that the writer should | Jim Grosbach |
2010-08-28 | I have manually decoded the imm field of an insertps one too many | Chris Lattner |
2010-07-08 | Change LEA to have 5 operands for its memory operand, just | Chris Lattner |
2010-04-04 | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner |
2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
2010-02-17 | Make the operand and format specifier match, and print all | Dan Gohman |
2010-02-11 | enhance llvm-mc -show-inst to print the enum of an instruction, like so: | Chris Lattner |
2010-02-10 | Add ability for MCInstPrinters to add comments for instructions. | Chris Lattner |
2010-02-03 | sink handling of target-independent machine instrs (other | Chris Lattner |
2010-01-18 | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner |
2009-12-22 | print pcrel immediates as signed values instead of unsigned so that we | Chris Lattner |
2009-10-19 | remove strings from instructions who are never asmprinted. | Chris Lattner |
2009-09-20 | kill off printPICLabel now, it's specialness is handled by | Chris Lattner |
2009-09-18 | Fix cmake build, which has a different -I that | Shantonu Sen |
2009-09-18 | This file can need access to the X86 instruction enums when the table exceeds... | Chris Lattner |
2009-09-14 | Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter | Chris Lattner |
2009-09-14 | tidy up a bit. | Chris Lattner |
2009-09-13 | switch the x86 asmprinters to use getRegisterName instead | Chris Lattner |
2009-09-13 | make intel asmprinter use TRI::getAsmName instead of TRI::getName like | Chris Lattner |
2009-09-13 | split MCInst printing out of the X86ATTInstPrinter | Chris Lattner |
2009-09-12 | eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for | Chris Lattner |
2009-09-09 | tidy up | Chris Lattner |
2009-09-03 | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner |
2009-08-31 | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar |
2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-14 | Add X86 instruction printer support for printing MCValue operands. | Daniel Dunbar |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | eliminate extra space. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-07-08 | Start converting to new error handling API. | Torok Edwin |
2009-06-27 | Reimplement rip-relative addressing in the X86-64 backend. The new | Chris Lattner |
2009-06-21 | remove #if 0 code | Chris Lattner |
2009-06-20 | remove dead code, the main codepath never has to deal | Chris Lattner |
2009-06-20 | eliminate the "call" operand modifier from the asm descriptions, modeling | Chris Lattner |
2009-06-20 | fix edit-o | Chris Lattner |
2009-06-20 | some comments and cleanup | Chris Lattner |
2009-06-20 | implement support for lowering subregs when preparing to print | Chris Lattner |
2009-06-20 | hook up printMemReference. | Chris Lattner |
2009-06-20 | Start implementing translation of MachineInstr to MCInst. Next | Chris Lattner |
2009-06-19 | stub out some hacky code for wiring up the new asmprinter interfaces | Chris Lattner |
2009-06-19 | add a file I missed, this goes with r73743 | Chris Lattner |