| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support for Hexagon feature, New Value Jump. | Sirish Pande | 2012-05-12 | 7 | -2/+682 |
* | Updated instruction table due to addded intrinsics. | Brendon Cahoon | 2012-05-11 | 1 | -1880/+1943 |
* | Remove warnings from HexagonVLIWPacketizer. | Sirish Pande | 2012-05-11 | 1 | -3/+3 |
* | Hexagon constant extender support. | Brendon Cahoon | 2012-05-11 | 15 | -339/+3626 |
* | Hexagon V5 intrinsics support. | Sirish Pande | 2012-05-11 | 3 | -615/+1061 |
* | Hexagon V5 Support - V5 td file. | Sirish Pande | 2012-05-10 | 1 | -0/+626 |
* | Hexagon V5 FP Support. | Sirish Pande | 2012-05-10 | 14 | -194/+519 |
* | Remove excess semi-colons to quiet warnings. | Eric Christopher | 2012-05-08 | 1 | -6/+6 |
* | Update load/store instruction patterns in Hexagon V4. | Sirish Pande | 2012-05-08 | 1 | -492/+492 |
* | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 2 | -2/+2 |
* | Remove the SubRegClasses field from RegisterClass descriptions. | Jakob Stoklund Olesen | 2012-05-04 | 1 | -3/+1 |
* | Support for target dependent Hexagon VLIW packetizer. | Sirish Pande | 2012-05-03 | 14 | -93/+4967 |
* | Extensions of Hexagon V4 instructions. | Sirish Pande | 2012-05-03 | 9 | -1339/+4107 |
* | Change the PassManager from a reference to a pointer. | Bill Wendling | 2012-05-01 | 1 | -8/+8 |
* | This patch fixes a problem which arose when using the Post-RA scheduler | Preston Gurd | 2012-04-23 | 1 | -0/+4 |
* | Revert r155365, r155366, and r155367. All three of these have regression | Chandler Carruth | 2012-04-23 | 35 | -11849/+2126 |
* | Hexagon V5 (floating point) support. | Sirish Pande | 2012-04-23 | 20 | -1463/+3374 |
* | Support for Hexagon architectural feature, new value jump. | Sirish Pande | 2012-04-23 | 8 | -5/+680 |
* | Support for Hexagon VLIW Packetizer. | Sirish Pande | 2012-04-23 | 19 | -685/+7822 |
* | llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o... | NAKAMURA Takumi | 2012-04-21 | 1 | -0/+1 |
* | HexagonISelLowering.cpp: Reorder #includes. | NAKAMURA Takumi | 2012-04-21 | 1 | -1/+2 |
* | HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts. | NAKAMURA Takumi | 2012-04-21 | 1 | -6/+3 |
* | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 4 | -26/+25 |
* | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 2012-04-18 | 36 | -12059/+1962 |
* | Remove unused variable | David Blaikie | 2012-04-16 | 1 | -1/+0 |
* | Hexagon V5 (Floating Point) Support. | Sirish Pande | 2012-04-16 | 19 | -1468/+3365 |
* | HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse... | NAKAMURA Takumi | 2012-04-15 | 1 | -0/+2 |
* | Target/Hexagon: Tweak to fix msvc build. | NAKAMURA Takumi | 2012-04-15 | 1 | -2/+2 |
* | Remove iostream from New Value Jump. | Sirish Pande | 2012-04-13 | 1 | -1/+0 |
* | Add support for Hexagon Architectural feature, New Value Jump. | Sirish Pande | 2012-04-13 | 7 | -10/+684 |
* | Pass to replace tranfer/copy instructions into combine instruction where poss... | Sirish Pande | 2012-04-13 | 5 | -0/+484 |
* | Silence various build warnings from Hexagon backend that show up in release b... | Craig Topper | 2012-04-13 | 5 | -240/+220 |
* | Update CMake build. | Ted Kremenek | 2012-04-12 | 2 | -4/+5 |
* | Hexagon: fix CMake error. | Evandro Menezes | 2012-04-12 | 1 | -1/+1 |
* | HexagonPacketizer patch. | Sirish Pande | 2012-04-12 | 18 | -485/+7546 |
* | Hexagon: enable assembler output through the MC layer. | Evandro Menezes | 2012-04-12 | 16 | -376/+685 |
* | Prune some includes | Craig Topper | 2012-03-27 | 1 | -1/+0 |
* | Remove some unnecessary forward declarations. | Craig Topper | 2012-03-22 | 1 | -1/+0 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 14 | -25/+21 |
* | Fix some copy and paste remnants of Cell and SPU in Hexagon files. | Craig Topper | 2012-03-17 | 4 | -6/+6 |
* | Fix typo in file header. | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | Pass TargetOptions to HexagonTargetMachine constructor by reference to match ... | Craig Topper | 2012-03-17 | 2 | -3/+4 |
* | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper | 2012-03-11 | 1 | -3/+3 |
* | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper | 2012-03-05 | 1 | -4/+4 |
* | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 2 | -5/+5 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 2 | -2/+2 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 2 | -2/+2 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 2 | -2/+2 |
* | Delete incorrect reference to inexistent Hexagon architecture manuals. | Evandro Menezes | 2012-02-27 | 1 | -3/+0 |