summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CCTom Stellard2014-06-101-6/+0
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-101-18/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-1/+1
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-8/+5
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-3/+3
* Remove unnecessary #includes.Bill Wendling2014-01-061-1/+0
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-061-4/+1
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-051-0/+7
* Hexagon: Remove global state.Benjamin Kramer2013-10-271-10/+25
* Fix unused variables.Eli Friedman2013-09-101-2/+0
* Refactor isInTailCallPosition handlingTim Northover2013-08-061-0/+13
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-4/+4
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-5/+0
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+5
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-5/+0
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-2/+2
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-16/+16
* Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.Jyotsna Verma2013-05-211-1/+0
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-1/+0
* Reverting r181331.Jyotsna Verma2013-05-071-0/+1
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-1/+0
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-011-2/+30
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-10/+0
* Hexagon: Expand br_cc.Jyotsna Verma2013-04-041-0/+2
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+3
* Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma2013-03-071-0/+10
* Hexagon: Add support to lower block address.Jyotsna Verma2013-03-071-0/+12
* reverting patch 176508.Jyotsna Verma2013-03-051-12/+0
* Hexagon: Add support for lowering block address.Jyotsna Verma2013-03-051-0/+12
* Hexagon: Expand addc, adde, subc and sube.Jyotsna Verma2013-03-051-0/+23
* Hexagon: Expand cttz, ctlz, and ctpop for now.Anshuman Dasgupta2013-02-211-0/+5
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-2/+2
* Move MRI liveouts to Hexagon return instructions.Jakob Stoklund Olesen2013-02-051-10/+9
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+2
* Improve r172468: const_cast is not needed hereDmitri Gribenko2013-01-141-3/+2
* Fix Another CastDavid Greene2013-01-141-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-7/+7
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* Finish the renaming.Rafael Espindola2012-11-211-1/+1
* TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop2012-09-251-0/+2
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-2/+2
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-7/+11
* Hexagon V5 FP Support.Sirish Pande2012-05-101-118/+246
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-246/+118
* Hexagon V5 (floating point) support.Sirish Pande2012-04-231-118/+246
OpenPOWER on IntegriCloud