Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] HVX vector register classes and more isel patterns | Krzysztof Parzyszek | 2015-11-26 | 1 | -0/+2 |
| | | | | llvm-svn: 254132 | ||||
* | [Hexagon] Capture aggregate variables by reference, not value | Krzysztof Parzyszek | 2015-10-20 | 1 | -1/+1 |
| | | | | llvm-svn: 250851 | ||||
* | [Hexagon] Use composition instead of inheritance from STL types | Benjamin Kramer | 2015-07-18 | 1 | -15/+14 |
| | | | | | | | | The standard containers are not designed to be inherited from, as illustrated by the MSVC hacks for NodeOrdering. No functional change intended. llvm-svn: 242616 | ||||
* | [Hexagon] Move BitTracker into the llvm namespace and remove redundant ↵ | Benjamin Kramer | 2015-07-13 | 1 | -4/+5 |
| | | | | | | | | qualifications No functional change intended. llvm-svn: 242062 | ||||
* | [Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595 | Krzysztof Parzyszek | 2015-07-07 | 1 | -6/+3 |
| | | | | llvm-svn: 241600 | ||||
* | [Hexagon] Implement bit-tracking facility with specifics for Hexagon | Krzysztof Parzyszek | 2015-07-07 | 1 | -0/+1176 |
This includes code that is intended to be target-independent as well as the Hexagon-specific details. This is just the framework without any users. llvm-svn: 241595 |