summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Delete lib/Target/Hexagon/HexagonRemoveSZExtArgs.cppKrzysztof Parzyszek2015-10-161-91/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-151-0/+1
* [LPM] Stop using the string based preservation API. It is anChandler Carruth2015-01-281-1/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-3/+3
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-7/+6
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-0/+1
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-061-5/+10
* Make references to HexagonTargetMachine "const".Krzysztof Parzyszek2013-05-061-1/+2
* Use consistent function names.Krzysztof Parzyszek2013-05-041-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-301-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+2
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+1
* Use new accessor methods to query for attributes.Bill Wendling2012-10-041-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-061-7/+4
* Hexagon backend supportTony Linthicum2011-12-121-0/+85
OpenPOWER on IntegriCloud