Cleanup handling of .zerofill on darwin:
[oota-llvm.git] / lib / Target / MSP430 /
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
2009-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-10-21 Anton KorobeynikovAdd note
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-21 Anton KorobeynikovUse proper target data
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-11 Anton KorobeynikovAdd missed mem-mem move patterns
2009-10-11 Anton KorobeynikovAdd MSP430 mem-mem insts support. Patch by Brian Lucas...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
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-10 Anton KorobeynikovIt seems that OR operation does not affect status reg...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
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-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
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...
next