aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelLowering.cpp
AgeCommit message (Expand)Author
2013-02-05Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-18Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-21Add support for varargs functions for msp430.Anton Korobeynikov
2012-11-21Add support for byval args. Patch by Job Noorman!Anton Korobeynikov
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-12Fix PR11985Michael Liao
2012-07-19Remove tabs.Bill Wendling
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-22Remove extra semi-colons.Chad Rosier
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-07Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-10-24Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman
2011-09-06Add codegen support for vector select (in the IR this means a selectDuncan Sands
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-06-08Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher
2011-05-06Make the logic for determining function alignment more explicit. No function...Eli Friedman
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-02-25Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands
2010-09-21update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner
2010-09-21convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner
2010-07-07Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman
2010-07-06Propagate debug loc.Devang Patel
2010-07-06Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman
2010-07-06Revert r107655.Dan Gohman
2010-07-06Fix a bunch of custom-inserter functions to handle the case whereDan Gohman
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng
2010-05-22Implement @llvm.returnaddress. rdar://8015977.Evan Cheng
2010-05-19Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng
2010-05-01Implement indirect branches on MSP430Anton Korobeynikov
2010-05-01Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-02-21IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov