summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreISelLowering.cpp
Commit message (Expand)AuthorAge
* XCore target: implement exception handlingRobert Lytton2013-11-13
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-12
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-12
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-11
* Remove unused functions.Eli Friedman2013-09-10
* XCore target: change to Sched::SourceRobert Lytton2013-09-09
* XCore target: Fix Vararg handlingRobert Lytton2013-08-01
* XCore target: Add byval handlingRobert Lytton2013-08-01
* test commitRichard Osborne2013-07-26
* [XCore] Add TODO regarding byval structsRichard Osborne2013-07-26
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* 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
* Fix buildbot failure on 64 bit linux due to std::max() having differentRichard Osborne2013-05-04
* [XCore] Make use of the target independent global address offset folding.Richard Osborne2013-05-04
* [XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne2013-05-04
* [XCore] Move lowering of thread local storage to a separate pass.Richard Osborne2013-05-04
* [XCore] Use static relocation model by default.Richard Osborne2013-05-04
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-08
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-20
* Move MRI liveouts to XCore return instructions.Jakob Stoklund Olesen2013-02-05
* Fix order of operands for crc8_l4rRichard Osborne2013-01-25
* Fix order of operands for l5r instructions.Richard Osborne2013-01-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix handling of aliases to functions.Richard Osborne2012-11-16
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix PR11985Michael Liao2012-09-12
* Remove tabs.Bill Wendling2012-07-19
* 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
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-11
* 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
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* 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
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28