Add N2RegVShLFrm and N2RegVShRFrm formats so that the disassembler can easily
[oota-llvm.git] / lib / Target / MSP430 /
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-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-21 Anton KorobeynikovIT turns out that during jumpless setcc lowering eq...
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
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 Evan ChengRevert 95130.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
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-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris Lattnercall emitconstantpool and emitjumptable like other...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
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-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
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...
2010-01-15 Ted KremenekUpdate CMake build.
2010-01-15 Anton Korobeynikovzext / truncate is free on msp430. Inform codegen about...
2010-01-15 Anton KorobeynikovAdd branch relaxation pass (shamelessly stolen from...
2010-01-15 Anton KorobeynikovProvide instruction sizes & encoding. No opcodes yet...
2010-01-15 Anton KorobeynikovEnable bit tests and setcc stuff.
2010-01-15 Anton KorobeynikovAdd micro-optimization which allows us to fold imm...
2010-01-15 Anton KorobeynikovAdd instruction formats & support stuff
2010-01-15 Anton KorobeynikovFix cmp emission on msp430: we definitely should turn...
2010-01-14 Anton KorobeynikovRemove pseudo-MI in custom inserter.
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-12-28 Bill WendlingMark variable used by 'assert' as 'unused'.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-21 Anton KorobeynikovMark FPW as allocable when frame address is taken.
2009-12-18 John McCallPass the error string directly to llvm_unreachable...
2009-12-13 Anton KorobeynikovDo not allow uninitialize access during debug printing
2009-12-12 Anton KorobeynikovImplement variable-width shifts.
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-12-07 Anton KorobeynikovSome pretty-printing
2009-12-07 Anton KorobeynikovAdd lowering of returnaddr and frameaddr intrinsics...
2009-12-07 Anton KorobeynikovInitial codegen support for MSP430 ISRs
2009-12-07 Anton KorobeynikovAdd ability to select hw multiplier mode and select...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-22 Anton KorobeynikovMinor optimization: when doing eq/ne comparions and...
2009-11-22 Anton KorobeynikovDrop unsupported imm operands
2009-11-22 Anton KorobeynikovUse 2-byte alignment for functions. 4 bytes are clear...
2009-11-22 Anton KorobeynikovUse semicolon as assembler comment string
2009-11-20 Dan GohmanUpdate for new getBlockAddress signature.
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-11 Dan GohmanSet isBarrier = 1 on return instructions, as they are...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-08 Anton KorobeynikovAdd and-not (bic) patterns. Based heavily on patch...
2009-11-08 Anton KorobeynikovMove OR patterns upper to all logical stuff. No functio...
2009-11-08 Anton KorobeynikovSome nice peephole patterns. Based on patch by Brian...
2009-11-08 Anton KorobeynikovPrint tab before operand of jcc
2009-11-08 Anton KorobeynikovFix invalid operand updates & implement post-inc memory...
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-11-07 Anton KorobeynikovFirst try of the post-inc operands handling... Not...
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-11-07 Anton KorobeynikovAdd 8 bit libcalls and make use of them for msp430
2009-11-07 Anton KorobeynikovAdd few pseudo-source-values
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-07 Anton KorobeynikovSome preliminary variable asmprinting
2009-11-07 Anton KorobeynikovUse '.L' for global private prefix (as mspgcc)
2009-11-07 Anton KorobeynikovDrop old asmprinter stuff
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
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-22 Benjamin KramerShift art to the right to keep GCC from complaining...
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-21 Anton KorobeynikovImplement branch folding
next