aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-3/+2
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-3/+3
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-1/+1
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-1/+1
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-8/+6
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-011-0/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Initializing to false makes better sense. Thanks, David.Chad Rosier2012-01-061-1/+1
* Fix uninitialized variable warning.Chad Rosier2012-01-061-1/+1
* Hexagon: Remove unused variables.Benjamin Kramer2011-12-181-5/+0
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-0/+2
* Hexagon backend supportTony Linthicum2011-12-121-0/+1503