index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Hexagon
/
HexagonVLIWPacketizer.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
Hexagon: Replace switch-case in isDotNewInst with TSFlags.
Jyotsna Verma
2013-03-05
Hexagon: Use MO operand flags to mark constant extended instructions.
Jyotsna Verma
2013-03-01
Hexagon: Add constant extender support framework.
Jyotsna Verma
2013-02-13
Hexagon: Use absolute addressing mode loads/stores for global+offset
Jyotsna Verma
2013-02-01
Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".
Jyotsna Verma
2012-12-20
Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps.
Jyotsna Verma
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-06-22
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-18
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-05-14
Revert 156634 upon request until code improvement changes are made.
Brendon Cahoon
2012-05-11
Remove warnings from HexagonVLIWPacketizer.
Sirish Pande
2012-05-11
Hexagon constant extender support.
Brendon Cahoon
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-03
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
2012-04-23
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-18
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-13
Add support for Hexagon Architectural feature, New Value Jump.
Sirish Pande
2012-04-13
Silence various build warnings from Hexagon backend that show up in release b...
Craig Topper
2012-04-12
HexagonPacketizer patch.
Sirish Pande