summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* We can get the TLOF from the TargetMachine - so constructor no longer require...Aditya Nandakumar2014-11-131-1/+1
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-1/+1
* Drop the W postfix on the 16-bit registers.Job Noorman2014-09-101-11/+11
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-8/+8
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+4
* Remove unnecessary caching of variables by MSP430TargetLowering andEric Christopher2014-06-271-7/+4
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-6/+5
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-4/+2
* Remove unnecessary #includes.Bill Wendling2014-01-061-1/+0
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-061-4/+1
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-051-0/+7
* Mark some command line flags as hiddenNadav Rotem2013-10-181-1/+1
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-151-5/+121
* Test commit to see if write access works.Job Noorman2013-07-151-1/+1
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-141-2/+2
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-3/+3
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-011-0/+10
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-19/+19
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-051-11/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky2012-12-181-0/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-211-2/+29
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-211-17/+43
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-2/+2
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-2/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-2/+2
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Fix PR11985Michael Liao2012-09-121-1/+1
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-1/+1
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-7/+12
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-14/+13
* 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
OpenPOWER on IntegriCloud