summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SDAG] Remove the reliance on MI's allocation strategy forChandler Carruth2018-08-141-3/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-1/+1
* SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISelJustin Bogner2016-05-131-28/+38
* SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner2016-05-051-6/+6
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-111-2/+3
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-4/+3
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-6/+7
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-7/+6
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-6/+7
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-4/+4
* Revert "r232027 - Add infrastructure for support of multiple memory constraints"Hal Finkel2015-03-121-4/+4
* Add infrastructure for support of multiple memory constraints.Daniel Sanders2015-03-121-4/+4
* Remove unused class variable.Eric Christopher2015-02-021-3/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-2/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-5/+5
* [XCore] Add support for the "m" inline asm constraint.Richard Osborne2014-03-061-1/+26
* [XCore] Fix instruction selection for zext, mkmsk instructions.Richard Osborne2013-07-021-1/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-3/+1
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-3/+3
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-2/+2
* [XCore] Make use of the target independent global address offset folding.Richard Osborne2013-05-041-44/+0
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-6/+6
* Fix order of operands for crc8_l4rRichard Osborne2013-01-251-9/+4
* 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-6/+6
* Pass optLevel to XCoreDAGToDAGISel.Richard Osborne2011-12-151-4/+5
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-011-2/+2
* Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne2011-09-121-3/+8
* Add XCore intrinsic for crc8.Richard Osborne2011-05-311-0/+10
* Remove unused STL header includes.Jay Foad2011-04-231-2/+0
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-161-55/+127
* Don't indent cases in a switch, no functionality change.Richard Osborne2011-03-151-50/+50
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-12/+9
* Remove Predicate_* calls from MBlaze and XCoreJakob Stoklund Olesen2010-09-031-6/+15
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-2/+1
* Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U)Richard Osborne2010-03-111-23/+0
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-101-0/+6
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-101-0/+12
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-11/+0
* stop using generated sdnodexforms.Chris Lattner2010-03-011-1/+5
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-16/+15
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-4/+1
* Remove xs1a subtarget. xs1a is a preproduction device used inRichard Osborne2009-10-061-25/+16
OpenPOWER on IntegriCloud