aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon
Commit message (Expand)AuthorAgeFilesLines
* Hexagon: Remove unused command line option.Benjamin Kramer2012-05-161-2/+0
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-1415-3689/+339
* Hexagon: Initialize TBB to 0.Benjamin Kramer2012-05-131-0/+1
* Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande2012-05-121-10/+27
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-127-2/+682
* Updated instruction table due to addded intrinsics.Brendon Cahoon2012-05-111-1880/+1943
* Remove warnings from HexagonVLIWPacketizer.Sirish Pande2012-05-111-3/+3
* Hexagon constant extender support.Brendon Cahoon2012-05-1115-339/+3626
* Hexagon V5 intrinsics support.Sirish Pande2012-05-113-615/+1061
* Hexagon V5 Support - V5 td file.Sirish Pande2012-05-101-0/+626
* Hexagon V5 FP Support.Sirish Pande2012-05-1014-194/+519
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-081-6/+6
* Update load/store instruction patterns in Hexagon V4.Sirish Pande2012-05-081-492/+492
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-072-2/+2
* Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen2012-05-041-3/+1
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-0314-93/+4967
* Extensions of Hexagon V4 instructions.Sirish Pande2012-05-039-1339/+4107
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-011-8/+8
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-231-0/+4
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-2335-11849/+2126
* Hexagon V5 (floating point) support.Sirish Pande2012-04-2320-1463/+3374
* Support for Hexagon architectural feature, new value jump.Sirish Pande2012-04-238-5/+680
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-2319-685/+7822
* llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o...NAKAMURA Takumi2012-04-211-0/+1
* HexagonISelLowering.cpp: Reorder #includes.NAKAMURA Takumi2012-04-211-1/+2
* HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.NAKAMURA Takumi2012-04-211-6/+3
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-204-26/+25
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-1836-12059/+1962
* Remove unused variableDavid Blaikie2012-04-161-1/+0
* Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-1619-1468/+3365
* HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse...NAKAMURA Takumi2012-04-151-0/+2
* Target/Hexagon: Tweak to fix msvc build.NAKAMURA Takumi2012-04-151-2/+2
* Remove iostream from New Value Jump.Sirish Pande2012-04-131-1/+0
* Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-137-10/+684
* Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande2012-04-135-0/+484
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-135-240/+220
* Update CMake build.Ted Kremenek2012-04-122-4/+5
* Hexagon: fix CMake error.Evandro Menezes2012-04-121-1/+1
* HexagonPacketizer patch.Sirish Pande2012-04-1218-485/+7546
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-1216-376/+685
* Prune some includesCraig Topper2012-03-271-1/+0
* Remove some unnecessary forward declarations.Craig Topper2012-03-221-1/+0
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-1714-25/+21
* Fix some copy and paste remnants of Cell and SPU in Hexagon files.Craig Topper2012-03-174-6/+6
* Fix typo in file header.Craig Topper2012-03-171-1/+1
* Pass TargetOptions to HexagonTargetMachine constructor by reference to match ...Craig Topper2012-03-172-3/+4
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-3/+3
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-4/+4
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-042-5/+5