| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-09-28 | 1 | -25/+26 |
| * | [Hexagon] Formatting changes, NFC | Krzysztof Parzyszek | 2017-07-28 | 1 | -66/+49 |
| * | [Hexagon] Recognize C4_cmpneqi, C4_cmpltei and C4_cmplteui in NewValueJump | Krzysztof Parzyszek | 2017-07-24 | 1 | -1/+25 |
| * | [Hexagon] Update kills in hexagon-nvj even more properly than before | Krzysztof Parzyszek | 2017-06-27 | 1 | -36/+27 |
| * | [Hexagon] Properly update kill flags in HexagonNewValueJump | Krzysztof Parzyszek | 2017-06-22 | 1 | -1/+1 |
| * | [Hexagon] Avoid IMPLICIT_DEFs as new-value producers | Krzysztof Parzyszek | 2017-02-23 | 1 | -0/+2 |
| * | [Hexagon] Changing from literal numeric value to argument since #-1 will not ... | Colin LeMahieu | 2016-12-05 | 1 | -10/+0 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
| * | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-24 | 1 | -1/+0 |
| * | Revert r279564. It introduces undefined behavior (binding a reference to a | Richard Smith | 2016-08-23 | 1 | -0/+1 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -1/+0 |
| * | Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF... | Matthias Braun | 2016-08-23 | 1 | -0/+1 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -1/+0 |
| * | [Hexagon] Fixes for new-value jump formation | Krzysztof Parzyszek | 2016-08-19 | 1 | -10/+31 |
| * | [Hexagon] Handle J2_jumptpt and J2_jumpfpt instructions | Krzysztof Parzyszek | 2016-08-19 | 1 | -0/+2 |
| * | Hexagon: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 1 | -70/+66 |
| * | Add optimization bisect opt-in calls for Hexagon passes | Andrew Kaylor | 2016-04-26 | 1 | -0/+3 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -4/+1 |
| * | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -0/+4 |
| * | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -1/+1 |
| * | [Hexagon] Handle branches with non-mbb operands | Krzysztof Parzyszek | 2016-01-14 | 1 | -0/+2 |
| * | [Hexagon] Add NewValueJump support for C4_cmpneq, C4_cmplte, C4_cmplteu | Ron Lieberman | 2015-12-08 | 1 | -0/+18 |
| * | [Hexagon] Bring HexagonInstrInfo up to date | Krzysztof Parzyszek | 2015-11-24 | 1 | -6/+27 |
| * | Hexagon: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -1/+1 |
| * | [Hexagon] Moving pass declarations out of header and in to implementation fil... | Colin LeMahieu | 2015-06-15 | 1 | -0/+1 |
| * | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | [Hexagon] Eliminating immediate condition set. | Colin LeMahieu | 2015-03-09 | 1 | -2/+1 |
| * | [Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling. | Colin LeMahieu | 2015-03-09 | 1 | -2/+0 |
| * | [Hexagon] Removing more V4 predicates since V4 is the required minimum. | Colin LeMahieu | 2015-02-09 | 1 | -2/+1 |
| * | [Hexagon] Renaming v4 compare-and-jump instructions. | Colin LeMahieu | 2015-02-05 | 1 | -20/+20 |
| * | Remove #if'd code and update comment. | Eric Christopher | 2015-02-02 | 1 | -5/+2 |
| * | [Hexagon] Adding J class call instructions. | Colin LeMahieu | 2014-12-12 | 1 | -1/+1 |
| * | [Hexagon] Adding encodings for JR class instructions. Updating complier usages. | Colin LeMahieu | 2014-12-10 | 1 | -9/+9 |
| * | [Hexagon] Adding cmp* immediate form instructions. | Colin LeMahieu | 2014-11-26 | 1 | -7/+7 |
| * | [Hexagon] Adding C2_mux instruction. | Colin LeMahieu | 2014-11-25 | 1 | -2/+1 |
| * | [Hexagon] Replacing cmp* instructions with ones that contain encoding bits. | Colin LeMahieu | 2014-11-25 | 1 | -4/+4 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -3/+2 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -3/+4 |
| * | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -3/+3 |
| * | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -17/+15 |
| * | Suppress GCC compiler warnings in release builds about variables that are only | Duncan Sands | 2013-05-13 | 1 | -0/+1 |
| * | Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions. | Jyotsna Verma | 2013-05-06 | 1 | -33/+54 |
| * | reverting r180953 | Jyotsna Verma | 2013-05-02 | 1 | -54/+33 |
| * | Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions. | Jyotsna Verma | 2013-05-02 | 1 | -33/+54 |
| * | Hexagon: Honor __builtin_expect by using branch probabilities. | Jyotsna Verma | 2013-05-02 | 1 | -13/+34 |
| * | Hexagon: Use multiclass for Jump instructions. | Jyotsna Verma | 2013-05-01 | 1 | -9/+9 |
| * | Hexagon: Remove assembler mapped instruction definitions. | Jyotsna Verma | 2013-04-23 | 1 | -47/+16 |