summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelLowering.cpp
Commit message (Expand)AuthorAge
* Mark some command line flags as hiddenNadav Rotem2013-10-18
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-15
* Test commit to see if write access works.Job Noorman2013-07-15
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-01
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky2012-12-18
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-21
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-21
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix PR11985Michael Liao2012-09-12
* Remove tabs.Bill Wendling2012-07-19
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Remove extra semi-colons.Chad Rosier2012-02-22
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-07
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-13
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-15
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-24
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-03
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-21
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-21
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* Propagate debug loc.Devang Patel2010-07-06
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Revert r107655.Dan Gohman2010-07-06