| Commit message (Expand) | Author | Age | Files | Lines |
* | [Hexagon] Fix debug information for local objects | Krzysztof Parzyszek | 2015-10-19 | 1 | -68/+13 |
* | [Hexagon] Adding skeleton of HVX extension instructions. | Colin LeMahieu | 2015-10-17 | 1 | -0/+4 |
* | Targets: commonize some stack realignment code | JF Bastien | 2015-07-20 | 1 | -7/+0 |
* | Target RegisterInfo: devirtualize TargetFrameLowering | JF Bastien | 2015-07-10 | 1 | -2/+3 |
* | [Hexagon] Overhaul of stack object allocation | Krzysztof Parzyszek | 2015-04-22 | 1 | -129/+142 |
* | Remove unused complex patterns for addressing modes on Hexagon. | Krzysztof Parzyszek | 2015-03-12 | 1 | -1/+3 |
* | Remove subtarget dependence from HexagonRegisterInfo. | Eric Christopher | 2015-03-10 | 1 | -7/+4 |
* | [Hexagon] Removing more V4 predicates since V4 is the required minimum. | Colin LeMahieu | 2015-02-09 | 1 | -50/+5 |
* | [Hexagon] Renaming A2_addi and formatting. | Colin LeMahieu | 2015-02-05 | 1 | -6/+6 |
* | [Hexagon] Replacing old versions of stores and loads. | Colin LeMahieu | 2015-01-15 | 1 | -5/+2 |
* | [Hexagon] Replacing old version of convert and load f64. | Colin LeMahieu | 2015-01-14 | 1 | -2/+1 |
* | [Hexagon] Adding post-increment register form stores and register-immediate f... | Colin LeMahieu | 2014-12-29 | 1 | -5/+4 |
* | [Hexagon] Adding doubleword load. | Colin LeMahieu | 2014-12-23 | 1 | -2/+2 |
* | [Hexagon] Reapplying 224775 load words. | Colin LeMahieu | 2014-12-23 | 1 | -1/+1 |
* | Reverting 224775 until mayLoad flag is addressed. | Colin LeMahieu | 2014-12-23 | 1 | -1/+1 |
* | [Hexagon] Adding word loads. | Colin LeMahieu | 2014-12-23 | 1 | -1/+1 |
* | [Hexagon] Adding signed halfword loads. | Colin LeMahieu | 2014-12-23 | 1 | -1/+1 |
* | [Hexagon] Adding unsigned halfword load. | Colin LeMahieu | 2014-12-23 | 1 | -1/+1 |
* | [Hexagon] Adding memb instruction. Fixing whitespace in test from 224730. | Colin LeMahieu | 2014-12-22 | 1 | -1/+1 |
* | [Hexagon] Adding classes and load unsigned byte instruction, updating usages. | Colin LeMahieu | 2014-12-22 | 1 | -1/+1 |
* | [Hexagon] Converting from ADD_rr to A2_add which has encoding bits. | Colin LeMahieu | 2014-11-18 | 1 | -4/+4 |
* | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -6/+3 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -3/+6 |
* | Make consistent use of MCPhysReg instead of uint16_t throughout the tree. | Craig Topper | 2014-04-04 | 1 | -5/+4 |
* | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -5/+5 |
* | Remove getEHExceptionRegister and getEHHandlerRegister. | Rafael Espindola | 2013-10-07 | 1 | -8/+0 |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 1 | -4/+4 |
* | Remove unused function. | Rafael Espindola | 2013-05-10 | 1 | -10/+0 |
* | Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w... | Jyotsna Verma | 2013-03-22 | 1 | -26/+40 |
* | Remove code copied from GenRegisterInfo.inc. | Andrew Trick | 2013-02-22 | 1 | -52/+0 |
* | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 1 | -15/+0 |
* | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier | 2013-01-31 | 1 | -27/+23 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -7/+7 |
* | Porting Hexagon MI Scheduler to the new API. | Sergei Larin | 2012-09-04 | 1 | -0/+52 |
* | Fix some uses of getSubRegisters() to use getSubReg() instead. | Jakob Stoklund Olesen | 2012-05-30 | 1 | -1/+1 |
* | Hexagon V5 FP Support. | Sirish Pande | 2012-05-10 | 1 | -7/+14 |
* | Revert r155365, r155366, and r155367. All three of these have regression | Chandler Carruth | 2012-04-23 | 1 | -14/+7 |
* | Hexagon V5 (floating point) support. | Sirish Pande | 2012-04-23 | 1 | -7/+14 |
* | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 2012-04-18 | 1 | -14/+7 |
* | Hexagon V5 (Floating Point) Support. | Sirish Pande | 2012-04-16 | 1 | -7/+14 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 1 | -4/+4 |
* | Efficient pattern for store truncate. Patch by Evandro Menezes. | Sirish Pande | 2012-02-22 | 1 | -2/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -5/+3 |
* | Hexagon: Remove forbidden iostream includes (it introduces static initializers) | Benjamin Kramer | 2012-02-06 | 1 | -9/+8 |
* | Clean up some Release build warnings. | Benjamin Kramer | 2011-12-27 | 1 | -12/+8 |
* | Add MCTargetDesc library to Hexagon target | Tony Linthicum | 2011-12-15 | 1 | -0/+1 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+322 |