- Feb 04, 2013
-
-
Jyotsna Verma authored
llvm-svn: 174331
-
- Feb 01, 2013
-
-
Jyotsna Verma authored
llvm-svn: 174193
-
Jyotsna Verma authored
llvm-svn: 174186
-
- Jan 29, 2013
-
-
Jyotsna Verma authored
llvm-svn: 173816
-
Jyotsna Verma authored
llvm-svn: 173813
-
- Jan 07, 2013
-
-
Craig Topper authored
llvm-svn: 171702
-
Craig Topper authored
Remove # from the beginning and end of def names. The # is a paste operator and should only be used with something to paste on either side. llvm-svn: 171697
-
- Dec 20, 2012
-
-
Jyotsna Verma authored
llvm-svn: 170672
-
Jyotsna Verma authored
llvm-svn: 170671
-
- Dec 11, 2012
-
-
Jyotsna Verma authored
llvm-svn: 169814
-
- Dec 05, 2012
-
-
Jyotsna Verma authored
using multiclass. llvm-svn: 169432
-
Jyotsna Verma authored
addressing mode and immediate stored value. llvm-svn: 169408
-
- Dec 04, 2012
-
-
Jyotsna Verma authored
using multiclass. llvm-svn: 169314
-
Jyotsna Verma authored
instructions. llvm-svn: 169287
-
- Dec 03, 2012
-
-
Jyotsna Verma authored
using multiclass. llvm-svn: 169168
-
- Nov 30, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168983
-
Jyotsna Verma authored
addressing mode. llvm-svn: 168976
-
- Nov 20, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168388
-
- Nov 14, 2012
-
-
Jyotsna Verma authored
llvm-svn: 167974
-
- Jul 13, 2012
-
-
Jakob Stoklund Olesen authored
Call instructions are no longer required to be variadic, and variable_ops should only be used for instructions that encode a variable number of arguments, like the ARM stm/ldm instructions. llvm-svn: 160189
-
- May 14, 2012
-
-
Brendon Cahoon authored
llvm-svn: 156775
-
- May 11, 2012
-
-
Brendon Cahoon authored
Patch by Jyotsna Verma. llvm-svn: 156634
-
- May 08, 2012
-
-
Sirish Pande authored
llvm-svn: 156411
-
- May 03, 2012
-
-
Sirish Pande authored
This adds new instructions for Hexagon V4 architecture. llvm-svn: 156071
-
- Apr 23, 2012
-
-
Chandler Carruth authored
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
-
Sirish Pande authored
llvm-svn: 155365
-
- Apr 18, 2012
-
-
Chandler Carruth authored
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
-
- Apr 12, 2012
-
-
Sirish Pande authored
llvm-svn: 154616
-
- Feb 15, 2012
-
-
Sirish Pande authored
llvm-svn: 150606
-
Eric Christopher authored
as it's breaking the build. This reverts commit 11241abca5e2a313412fed594bb9d9fa2a2057fb. llvm-svn: 150604
-
Sirish Pande authored
llvm-svn: 150601
-
- Feb 08, 2012
-
-
Brendon Cahoon authored
Creating the isPredicated TSFlag enables the code to use the property defined in the instruction format instead of using a large switch statement. llvm-svn: 150078
-
- Dec 12, 2011
-
-
Tony Linthicum authored
llvm-svn: 146412
-