Replace the SubRegSet tablegen class with a less error-prone mechanism.
[oota-llvm.git] / lib / Target / MSP430 / AsmPrinter /
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-01 Anton KorobeynikovImplement indirect branches on MSP430
2010-04-05 Chris Lattnerprune some #includes.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnermcize a bunch more stuff, using EmitRawText for things we
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-02-03 Chris Lattneremit instructions through the streamer.
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-01-28 Chris LattnerSwitch MSP430, SPU, Sparc, and SystemZ to use EmitFunct...
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris Lattnerdon't emit constant pools twice.
2010-01-27 Chris LattnerSwitch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
2010-01-26 Chris Lattnercall emitconstantpool and emitjumptable like other...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris Lattnereliminate uses of mangler and simplify code.
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2009-12-18 John McCallPass the error string directly to llvm_unreachable...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-07 Anton KorobeynikovSome preliminary variable asmprinting
2009-11-07 Anton KorobeynikovDrop old asmprinter stuff
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-10-26 Ted KremenekUpdate CMake files.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-10-21 Anton KorobeynikovBe crazy and assert in case of unsupported modifier...
2009-10-21 Anton KorobeynikovHandle external symbols
2009-10-21 Anton KorobeynikovDistinguish between pcrel imm operands and 'normal...
2009-10-21 Anton KorobeynikovAdd basic block operands & jump kinds
2009-10-21 Anton KorobeynikovIgnore all implicit reg operands
2009-10-21 Anton KorobeynikovAdd a workaround for different memops prefixes
2009-10-21 Anton KorobeynikovCheckpoint MCInst printer. We (almostly) able to print...
2009-10-21 Anton KorobeynikovAdd simple operand printing stuff
2009-10-21 Anton KorobeynikovAdd experimental MSP430 MCInstLowering stuff
2009-10-21 Anton KorobeynikovWire up MSP430 printMCInst() method
2009-10-21 Anton KorobeynikovAdd MSP430 InstPrinter stub
2009-10-11 Anton KorobeynikovImplement proper asmprinting for the globals. This...
2009-10-11 Anton KorobeynikovImplement asm printing for inline asm memory operands
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-14 Anton KorobeynikovCleanup the mess in msp430 target registration and...
2009-08-14 Anton KorobeynikovGive MSP430 a separate asmprinter lib