| #
03c6ca90 |
| 07-May-2013 |
Jyotsna Verma <jverma@codeaurora.org> |
Reverting r181331. Missing file, HexagonSplitConst32AndConst64.cpp, from lib/Target/Hexagon/CMakeLists.txt.
llvm-svn: 181334
|
| #
19f0b40d |
| 07-May-2013 |
Jyotsna Verma <jverma@codeaurora.org> |
Hexagon: Fix Small Data support to handle -G 0 correctly.
llvm-svn: 181331
|
| #
d5007471 |
| 06-May-2013 |
Krzysztof Parzyszek <kparzysz@codeaurora.org> |
Make references to HexagonTargetMachine "const".
llvm-svn: 181233
|
| #
cd410d04 |
| 04-May-2013 |
Krzysztof Parzyszek <kparzysz@codeaurora.org> |
Use consistent function names.
llvm-svn: 181090
|
| #
7503a62b |
| 20-Feb-2013 |
Jyotsna Verma <jverma@codeaurora.org> |
Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. Add HexagonMCInst class which adds various Hexagon VLIW annotations. In addition, this class also includes some APIs related to the cons
Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. Add HexagonMCInst class which adds various Hexagon VLIW annotations. In addition, this class also includes some APIs related to the constant extenders.
llvm-svn: 175634
show more ...
|
| #
d9225246 |
| 13-Feb-2013 |
Jyotsna Verma <jverma@codeaurora.org> |
Hexagon: Use absolute addressing mode loads/stores for global+offset instead of redefining separate instructions for them.
llvm-svn: 175086
|
|
Revision tags: llvmorg-3.2.0, llvmorg-3.2.0-rc3, llvmorg-3.2.0-rc2, llvmorg-3.2.0-rc1 |
|
| #
f6b687e5 |
| 14-May-2012 |
Brendon Cahoon <bcahoon@codeaurora.org> |
Revert 156634 upon request until code improvement changes are made.
llvm-svn: 156775
|
|
Revision tags: llvmorg-3.1.0 |
|
| #
4bd20c50 |
| 12-May-2012 |
Sirish Pande <spande@codeaurora.org> |
Support for Hexagon feature, New Value Jump.
llvm-svn: 156698
|
| #
31f8723e |
| 11-May-2012 |
Brendon Cahoon <bcahoon@codeaurora.org> |
Hexagon constant extender support.
Patch by Jyotsna Verma.
llvm-svn: 156634
|
|
Revision tags: llvmorg-3.1.0-rc3 |
|
| #
f8e5e3c0 |
| 03-May-2012 |
Sirish Pande <spande@codeaurora.org> |
Support for target dependent Hexagon VLIW packetizer.
This patch creates and optimizes packets as per Hexagon ISA rules.
llvm-svn: 156109
|
|
Revision tags: llvmorg-3.1.0-rc2 |
|
| #
3c3bb55a |
| 23-Apr-2012 |
Chandler Carruth <chandlerc@gmail.com> |
Revert r155365, r155366, and r155367. All three of these have regression test suite failures. The failures occur at each stage, and only get worse, so I'm reverting all of them.
Please resubmit thes
Revert r155365, r155366, and r155367. All three of these have regression test suite failures. The failures occur at each stage, and only get worse, so I'm reverting all of them.
Please resubmit these patches, one at a time, after verifying that the regression test suite passes. Never submit a patch without running the regression test suite.
llvm-svn: 155372
show more ...
|
| #
2c7bf00f |
| 23-Apr-2012 |
Sirish Pande <spande@codeaurora.org> |
Support for Hexagon architectural feature, new value jump.
llvm-svn: 155366
|
| #
6cd22515 |
| 23-Apr-2012 |
Sirish Pande <spande@codeaurora.org> |
Support for Hexagon VLIW Packetizer.
llvm-svn: 155365
|
|
Revision tags: llvmorg-3.1.0-rc1 |
|
| #
b415bf98 |
| 18-Apr-2012 |
Chandler Carruth <chandlerc@gmail.com> |
This reverts a long string of commits to the Hexagon backend. These commits have had several major issues pointed out in review, and those issues are not being addressed in a timely fashion. Furtherm
This reverts a long string of commits to the Hexagon backend. These commits have had several major issues pointed out in review, and those issues are not being addressed in a timely fashion. Furthermore, this was all committed leading up to the v3.1 branch, and we don't need piles of code with outstanding issues in the branch.
It is possible that not all of these commits were necessary to revert to get us back to a green state, but I'm going to let the Hexagon maintainer sort that out. They can recommit, in order, after addressing the feedback.
Reverted commits, with some notes:
Primary commit r154616: HexagonPacketizer - There are lots of review comments here. This is the primary reason for reverting. In particular, it introduced large amount of warnings due to a bad construct in tablegen. - Follow-up commits that should be folded back into this when reposting: - r154622: CMake fixes - r154660: Fix numerous build warnings in release builds. - Please don't resubmit this until the three commits above are included, and the issues in review addressed.
Primary commit r154695: Pass to replace transfer/copy ... - Reverted to minimize merge conflicts. I'm not aware of specific issues with this patch.
Primary commit r154703: New Value Jump. - Primarily reverted due to merge conflicts. - Follow-up commits that should be folded back into this when reposting: - r154703: Remove iostream usage - r154758: Fix CMake builds - r154759: Fix build warnings in release builds - Please incorporate these fixes and and review feedback before resubmitting.
Primary commit r154829: Hexagon V5 (floating point) support. - Primarily reverted due to merge conflicts. - Follow-up commits that should be folded back into this when reposting: - r154841: Remove unused variable (fixing build warnings)
There are also accompanying Clang commits that will be reverted for consistency.
llvm-svn: 155047
show more ...
|
| #
a8071a0f |
| 13-Apr-2012 |
Sirish Pande <spande@codeaurora.org> |
Pass to replace tranfer/copy instructions into combine instruction where possible.
llvm-svn: 154695
|
| #
b486144c |
| 12-Apr-2012 |
Sirish Pande <spande@codeaurora.org> |
HexagonPacketizer patch.
llvm-svn: 154616
|
| #
5cee621c |
| 12-Apr-2012 |
Evandro Menezes <emenezes@codeaurora.org> |
Hexagon: enable assembler output through the MC layer.
llvm-svn: 154597
|
| #
b25fda95 |
| 17-Mar-2012 |
Craig Topper <craig.topper@gmail.com> |
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
llvm-svn: 152997
|
| #
30804c24 |
| 15-Feb-2012 |
Sirish Pande <spande@codeaurora.org> |
Optimize redundant sign extends and negation of predicates.
llvm-svn: 150606
|
| #
d9811eb7 |
| 15-Feb-2012 |
Eric Christopher <echristo@apple.com> |
Revert "Optimize redundant sign extends and negation of predicates" as it's breaking the build.
This reverts commit 11241abca5e2a313412fed594bb9d9fa2a2057fb.
llvm-svn: 150604
|
| #
4736aee8 |
| 15-Feb-2012 |
Sirish Pande <spande@codeaurora.org> |
Optimize redundant sign extends and negation of predicates
llvm-svn: 150601
|
| #
b3705e0b |
| 15-Dec-2011 |
Tony Linthicum <tlinth@codeaurora.org> |
Add MCTargetDesc library to Hexagon target
llvm-svn: 146692
|
| #
1213a7a5 |
| 12-Dec-2011 |
Tony Linthicum <tlinth@codeaurora.org> |
Hexagon backend support
llvm-svn: 146412
|