| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user | Mehdi Amini | 2015-07-09 | 1 | -1/+1 |
| * | Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -1/+3 |
| * | [TargetLowering] StringRefize asm constraint getters. | Benjamin Kramer | 2015-07-05 | 1 | -3/+2 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Change getTargetNodeName() to produce compiler warnings for missing cases, fi... | Matthias Braun | 2015-05-07 | 1 | -1/+1 |
| * | [msp430] Only support the 'm' inline assembly memory constraint. NFC. | Daniel Sanders | 2015-04-15 | 1 | -6/+0 |
| * | Make each target map all inline assembly memory constraints to InlineAsm::Con... | Daniel Sanders | 2015-03-16 | 1 | -0/+6 |
| * | getRegForInlineAsmConstraint wants to use TargetRegisterInfo for | Eric Christopher | 2015-02-26 | 1 | -2/+3 |
| * | Remove an argument-less call to getSubtargetImpl from TargetLoweringBase. | Eric Christopher | 2015-02-26 | 1 | -1/+3 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -3/+3 |
| * | Remove unnecessary caching of variables by MSP430TargetLowering and | Eric Christopher | 2014-06-27 | 1 | -7/+1 |
| * | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -28/+28 |
| * | Add jump tables handling for MSP430. | Anton Korobeynikov | 2013-07-01 | 1 | -0/+1 |
| * | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 |
| * | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -5/+5 |
| * | Fix PR10475 | Michael Liao | 2013-03-01 | 1 | -1/+1 |
| * | Get rid of the pesky -Woverloaded-virtual warning. No change in functionality. | Eli Bendersky | 2012-12-18 | 1 | -0/+1 |
| * | Add support for varargs functions for msp430. | Anton Korobeynikov | 2012-11-21 | 1 | -0/+1 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
| * | Remove unused private fields found by clang's new -Wunused-private-field. | Benjamin Kramer | 2012-06-06 | 1 | -1/+0 |
| * | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski | 2012-05-25 | 1 | -6/+1 |
| * | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -2/+2 |
| * | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -2/+2 |
| * | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -2/+2 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
| * | Make the logic for determining function alignment more explicit. No function... | Eli Friedman | 2011-05-06 | 1 | -3/+0 |
| * | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson | 2011-02-25 | 1 | -0/+2 |
| * | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -0/+3 |
| * | Implement indirect branches on MSP430 | Anton Korobeynikov | 2010-05-01 | 1 | -0/+1 |
| * | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 1 | -4/+2 |
| * | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -17/+17 |
| * | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
| * | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
| * | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 1 | -1/+1 |
| * | zext / truncate is free on msp430. Inform codegen about this. | Anton Korobeynikov | 2010-01-15 | 1 | -0/+17 |
| * | Implement variable-width shifts. | Anton Korobeynikov | 2009-12-12 | 1 | -3/+9 |
| * | Lower setcc branchless, if this is profitable. | Anton Korobeynikov | 2009-12-11 | 1 | -0/+1 |
| * | Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ... | Anton Korobeynikov | 2009-12-07 | 1 | -0/+4 |
| * | Initial codegen support for MSP430 ISRs | Anton Korobeynikov | 2009-12-07 | 1 | -0/+3 |
| * | Add some dummy support for post-incremented loads | Anton Korobeynikov | 2009-11-07 | 1 | -0/+6 |
| * | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -1/+2 |
| * | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -6/+6 |
| * | Add dummy inline asm handling for 'r' constraint. This fixes PR4778 | Anton Korobeynikov | 2009-08-26 | 1 | -0/+5 |
| * | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -11/+43 |
| * | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 |
| * | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -0/+3 |
| * | Make handling of conditional stuff much more straightforward | Anton Korobeynikov | 2009-05-03 | 1 | -9/+6 |
| * | Custom lower SIGN_EXTEND | Anton Korobeynikov | 2009-05-03 | 1 | -0/+1 |