Whitespace cleanup. Remove trailing whitespace.
[oota-llvm.git] / lib / Target / MSP430 /
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-05 Anton KorobeynikovSpecial constants as destinations does not work as...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Chris LattnerMSP430 TAI doesn't need TM.
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Chris Lattnerfix Sparc, SystemZ, and MSP430 to not override AsmPrint...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-21 Chris Lattnerremove an unneeded override.
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-19 Daniel DunbarTweak cmake files for the four targets that don't split...
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Eli FriedmanOops, accidentally set a legal operation to expand.
2009-07-17 Eli FriedmanExpand misc operations from test/CodeGen/Generic.
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Richard Penningtonbug 4524: Add MSP430 to the cmake build.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-03 Duncan SandsSilence warning when building without assertions.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-05 Dan GohmanAdd explicit keywords.
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-17 Anton KorobeynikovMark rotl/rotr as expand. This generates pretty ugly...
2009-05-17 Anton KorobeynikovTypo
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-10 Anton KorobeynikovAdd imm-reg and imm-mem patters for cmp on msp430
2009-05-08 Anton KorobeynikovAllow 8 bit select in custom inserter
2009-05-08 Anton KorobeynikovExpand UREM / SREM into libcalls
2009-05-08 Anton KorobeynikovAdd 8 bit select
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Anton KorobeynikovHandle implicit zext in a better way. Shamelessly stole...
2009-05-03 Anton KorobeynikovUpdate due to mainline API change
2009-05-03 Anton KorobeynikovAdd TODO list :)
2009-05-03 Anton KorobeynikovMake handling of conditional stuff much more straightfo...
2009-05-03 Anton KorobeynikovTemporary disable imm patterns for cmp. Actually, all...
2009-05-03 Anton KorobeynikovExpand divisions into libcalls
2009-05-03 Anton KorobeynikovCustom lower SIGN_EXTEND
2009-05-03 Anton KorobeynikovSome eye-candy
2009-05-03 Anton KorobeynikovPrint function header / footer
2009-05-03 Anton KorobeynikovFix printing: je => jeq
2009-05-03 Anton KorobeynikovAdd 8bit shifts
2009-05-03 Anton KorobeynikovHandle logical shift right (at least I hope so :) )
2009-05-03 Anton KorobeynikovHandle anyext
2009-05-03 Anton KorobeynikovExpand all sorts of indirect branches
2009-05-03 Anton KorobeynikovAdd InsertBranch() hook for tail mergeing
2009-05-03 Anton KorobeynikovImplement bswap
2009-05-03 Anton KorobeynikovProperly handle ExternalSymbol's
2009-05-03 Anton KorobeynikovExpand muls (all mulls!) to libcalls for now
2009-05-03 Anton KorobeynikovProvide addc and subc
2009-05-03 Anton KorobeynikovAdd left shift
2009-05-03 Anton KorobeynikovAdd direct branch
2009-05-03 Anton KorobeynikovIt's error-prone to maintain two separate variants...
2009-05-03 Anton KorobeynikovLower select with custom inserted and make condjumps...
2009-05-03 Anton KorobeynikovAdd first draft for conditions, conditional branches...
2009-05-03 Anton KorobeynikovHanle i8 returns
2009-05-03 Anton KorobeynikovSmall tweaking
2009-05-03 Anton KorobeynikovAdd prologue/epilogue emission. Fix frame pointer handling.
2009-05-03 Anton KorobeynikovAdd code for save/restore of callee-saved registers
2009-05-03 Anton KorobeynikovTwo more hooks for RA and FP registers
2009-05-03 Anton KorobeynikovProper handle loading of effective address of stack...
2009-05-03 Anton KorobeynikovMatch frame indexes
2009-05-03 Anton KorobeynikovFirst draft of stack slot loads / stores lowering
2009-05-03 Anton KorobeynikovReverse order of memory arguments
next