aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne2013-05-041-81/+53
* [XCore] Move lowering of thread local storage to a separate pass.Richard Osborne2013-05-041-42/+0
* [XCore] Use static relocation model by default.Richard Osborne2013-05-041-0/+6
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+1
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-3/+3
* Move MRI liveouts to XCore return instructions.Jakob Stoklund Olesen2013-02-051-14/+12
* Fix order of operands for crc8_l4rRichard Osborne2013-01-251-16/+38
* Fix order of operands for l5r instructions.Richard Osborne2013-01-251-15/+19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* Fix handling of aliases to functions.Richard Osborne2012-11-161-13/+9
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-4/+2
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-2/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-7/+7
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-3/+3
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-3/+3
* Fix PR11985Michael Liao2012-09-121-1/+1
* Remove tabs.Bill Wendling2012-07-191-6/+6
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-11/+17
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-6/+4
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-11/+9
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-1/+1
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-5/+5
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-5/+5
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-5/+5
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-7/+2
* 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/+2
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-6/+8
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-031-0/+9
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-291-9/+0
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-281-0/+9
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-281-9/+0
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-281-0/+9
* Fix 80 column violations.Richard Osborne2011-09-231-1/+2
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-0/+1
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-6/+11
* Fix crash with varargs function with no named parameters.Richard Osborne2011-08-011-2/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-6/+6
* Move XCore from getRegClassForInlineAsmConstraint toEric Christopher2011-06-291-14/+11
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-12/+12
* Remove dead code.Devang Patel2011-05-241-3/+0
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-6/+2
* Remove unused STL header includes.Jay Foad2011-04-231-2/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-63/+62
* Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings2011-02-161-2/+2
* Add support for trampolines on the XCore.Richard Osborne2011-02-021-1/+63
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1