aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-1/+1
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-1/+1
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-1/+1
* Remove extra semi-colons.Chad Rosier2012-02-221-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-4/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-10/+3
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-071-1/+0
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-0/+4
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-151-1/+0
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-4/+4
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-241-1/+0
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-0/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-8/+8
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-5/+3
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-5/+1
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-4/+4
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-1/+1
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-2/+1
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-4/+5
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-3/+6
* Propagate debug loc.Devang Patel2010-07-061-2/+3
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-9/+16
* Revert r107655.Dan Gohman2010-07-061-16/+9
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-9/+16
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-2/+2
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-221-0/+4
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-011-2/+11
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-14/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-17/+25
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-3/+3
* IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov2010-02-211-8/+5
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-5/+7
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-2/+2
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+3
* zext / truncate is free on msp430. Inform codegen about this.Anton Korobeynikov2010-01-151-0/+25
* Enable bit tests and setcc stuff.Anton Korobeynikov2010-01-151-4/+6
* Add micro-optimization which allows us to fold imm into cmp. This allows us t...Anton Korobeynikov2010-01-151-0/+32
* Fix cmp emission on msp430: we definitely should turn stuff likeAnton Korobeynikov2010-01-151-6/+6
* Remove pseudo-MI in custom inserter.Anton Korobeynikov2010-01-141-0/+1
* Implement variable-width shifts.Anton Korobeynikov2009-12-121-4/+136
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-111-2/+85
* Some pretty-printingAnton Korobeynikov2009-12-071-0/+1
* Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...Anton Korobeynikov2009-12-071-0/+54
* Initial codegen support for MSP430 ISRsAnton Korobeynikov2009-12-071-2/+21