Uniformize the names of type predicates: rather than having isFloatTy and
[oota-llvm.git] / lib / Target / MSP430 / MSP430ISelLowering.cpp
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-15 Anton Korobeynikovzext / truncate is free on msp430. Inform codegen about...
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 KorobeynikovFix cmp emission on msp430: we definitely should turn...
2010-01-14 Anton KorobeynikovRemove pseudo-MI in custom inserter.
2009-12-12 Anton KorobeynikovImplement variable-width shifts.
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
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-11-22 Anton KorobeynikovMinor optimization: when doing eq/ne comparions and...
2009-11-22 Anton KorobeynikovUse 2-byte alignment for functions. 4 bytes are clear...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
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-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-25 Anton KorobeynikovProvide dynamic_stackalloc lowering for MSP430.
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
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-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
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-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-05-17 Anton KorobeynikovMark rotl/rotr as expand. This generates pretty ugly...
2009-05-17 Anton KorobeynikovTypo
2009-05-08 Anton KorobeynikovAllow 8 bit select in custom inserter
2009-05-08 Anton KorobeynikovExpand UREM / SREM into libcalls
2009-05-03 Anton KorobeynikovMake handling of conditional stuff much more straightfo...
2009-05-03 Anton KorobeynikovExpand divisions into libcalls
2009-05-03 Anton KorobeynikovCustom lower SIGN_EXTEND
2009-05-03 Anton KorobeynikovAdd 8bit shifts
2009-05-03 Anton KorobeynikovHandle logical shift right (at least I hope so :) )
2009-05-03 Anton KorobeynikovExpand all sorts of indirect branches
2009-05-03 Anton KorobeynikovProperly handle ExternalSymbol's
2009-05-03 Anton KorobeynikovExpand muls (all mulls!) to libcalls for now
2009-05-03 Anton KorobeynikovAdd left shift
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 KorobeynikovSmall tweaking
2009-05-03 Anton KorobeynikovAdd lowering for global address nodes. Not pretty effic...
2009-05-03 Anton KorobeynikovAdd call frame setup instruction elimination and loweri...
2009-05-03 Anton KorobeynikovAdd CALL lowering.
2009-05-03 Anton KorobeynikovAdd normal and trunc stores
2009-05-03 Anton KorobeynikovBasic support for mem=>reg moves
2009-05-03 Anton KorobeynikovAdd pattern for OR
2009-05-03 Anton KorobeynikovCleanup
2009-05-03 Anton KorobeynikovAdd dummy lowering for shifts
2009-05-03 Anton KorobeynikovWe don't have any div at all - thus mark it as expensive
2009-05-03 Anton KorobeynikovAdd code enough for emission of reg-reg and reg-imm...
2009-05-03 Anton KorobeynikovProvide set of reserved registers
2009-05-03 Anton KorobeynikovAdd proper ISD::RET lowering
2009-05-03 Anton KorobeynikovAdd first draft of MSP430 calling convention stuff...
2009-05-03 Anton KorobeynikovDummy MSP430 backend