| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | XCore target: Lower EH_RETURN | Robert Lytton | 2014-01-06 | 1 | -0/+42 |
* | XCore target: Lower FRAME_TO_ARGS_OFFSET | Robert Lytton | 2014-01-06 | 1 | -0/+12 |
* | XCore target: Lower RETURNADDR | Robert Lytton | 2014-01-06 | 1 | -2/+25 |
* | XCore target: fix handling of unsized global arrays in large code model | Robert Lytton | 2014-01-06 | 1 | -4/+13 |
* | [stackprotector] Use analysis from the StackProtector pass for stack layout i... | Josh Magee | 2013-12-19 | 1 | -1/+1 |
* | XCore target: Add large code model | Robert Lytton | 2013-12-02 | 1 | -12/+28 |
* | XCore target: implement exception handling | Robert Lytton | 2013-11-13 | 1 | -0/+4 |
* | XCore target: fix bug in aligning 'byval i8*' on the stack | Robert Lytton | 2013-11-12 | 1 | -1/+1 |
* | Add XCore support for ATOMIC_FENCE. | Robert Lytton | 2013-11-12 | 1 | -0/+11 |
* | XCore target: add XCoreTargetLowering::isZExtFree() | Robert Lytton | 2013-10-11 | 1 | -0/+18 |
* | Remove unused functions. | Eli Friedman | 2013-09-10 | 1 | -5/+0 |
* | XCore target: change to Sched::Source | Robert Lytton | 2013-09-09 | 1 | -1/+1 |
* | XCore target: Fix Vararg handling | Robert Lytton | 2013-08-01 | 1 | -12/+14 |
* | XCore target: Add byval handling | Robert Lytton | 2013-08-01 | 1 | -11/+63 |
* | test commit | Richard Osborne | 2013-07-26 | 1 | -1/+1 |
* | [XCore] Add TODO regarding byval structs | Richard Osborne | 2013-07-26 | 1 | -0/+2 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -4/+4 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -2/+2 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -26/+26 |
* | Fix buildbot failure on 64 bit linux due to std::max() having different | Richard Osborne | 2013-05-04 | 1 | -1/+1 |
* | [XCore] Make use of the target independent global address offset folding. | Richard Osborne | 2013-05-04 | 1 | -13/+29 |
* | [XCore] Simplify code that checks for an aligned base plus a constant. | Richard Osborne | 2013-05-04 | 1 | -81/+53 |
* | [XCore] Move lowering of thread local storage to a separate pass. | Richard Osborne | 2013-05-04 | 1 | -42/+0 |
* | [XCore] Use static relocation model by default. | Richard Osborne | 2013-05-04 | 1 | -0/+6 |
* | DAGCombiner: Use correct value type for checking legality of BR_CC v3 | Tom Stellard | 2013-03-08 | 1 | -1/+1 |
* | Update TargetLowering ivars for name policy. | Jim Grosbach | 2013-02-20 | 1 | -3/+3 |
* | Move MRI liveouts to XCore return instructions. | Jakob Stoklund Olesen | 2013-02-05 | 1 | -14/+12 |
* | Fix order of operands for crc8_l4r | Richard Osborne | 2013-01-25 | 1 | -16/+38 |
* | Fix order of operands for l5r instructions. | Richard Osborne | 2013-01-25 | 1 | -15/+19 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -6/+6 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -8/+8 |
* | Fix handling of aliases to functions. | Richard Osborne | 2012-11-16 | 1 | -13/+9 |
* | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 2012-11-01 | 1 | -4/+2 |
* | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 2012-10-24 | 1 | -2/+4 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -7/+7 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -3/+3 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -3/+3 |
* | Fix PR11985 | Michael Liao | 2012-09-12 | 1 | -1/+1 |
* | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -6/+6 |
* | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski | 2012-05-25 | 1 | -11/+17 |
* | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 1 | -6/+4 |
* | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -11/+9 |
* | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper | 2012-03-11 | 1 | -1/+1 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -5/+5 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -5/+5 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -5/+5 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -7/+2 |
* | Remove VectorExtras. This unused helper was written for a type of API that is... | Benjamin Kramer | 2012-01-07 | 1 | -1/+0 |