| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
* | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
* | [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-09-28 | 1 | -30/+20 |
* | [Hexagon] Do not move a block if it is on a fall-through path | Krzysztof Parzyszek | 2017-04-28 | 1 | -3/+10 |
* | 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 |
* | [Hexagon] Handle J2_jumptpt and J2_jumpfpt instructions | Krzysztof Parzyszek | 2016-08-19 | 1 | -2/+12 |
* | Hexagon: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 1 | -15/+13 |
* | Use the standard INITIALIZE_PASS macro rather than hand rolling a (not | Chandler Carruth | 2016-06-03 | 1 | -9/+2 |
* | [scan-build] fix warnings emitted on LLVM Hexagon code base | Krzysztof Parzyszek | 2016-05-05 | 1 | -0/+1 |
* | 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 | -1/+0 |
* | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -0/+4 |
* | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -4/+2 |
* | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 2015-12-01 | 1 | -2/+4 |
* | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -4/+2 |
* | Hexagon: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -1/+1 |
* | Save LaneMask with livein registers | Matthias Braun | 2015-09-09 | 1 | -10/+9 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [Hexagon] Moving pass declarations out of header and in to implementation fil... | Colin LeMahieu | 2015-06-15 | 1 | -0/+1 |
* | Grab TargetInstrInfo off of the MachineFunction and remove | Eric Christopher | 2015-02-02 | 1 | -10/+6 |
* | [Hexagon] Adding encodings for JR class instructions. Updating complier usages. | Colin LeMahieu | 2014-12-10 | 1 | -13/+13 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+1 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -2/+2 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -4/+4 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | Print IR from Hexagon MI passes with -print-before/after-all. | Krzysztof Parzyszek | 2013-05-06 | 1 | -1/+18 |
* | Make references to HexagonTargetMachine "const". | Krzysztof Parzyszek | 2013-05-06 | 1 | -5/+4 |
* | Hexagon: Use multiclass for Jump instructions. | Jyotsna Verma | 2013-05-01 | 1 | -12/+12 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -5/+6 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Optimize redundant sign extends and negation of predicates. | Sirish Pande | 2012-02-15 | 1 | -12/+12 |
* | Revert "Optimize redundant sign extends and negation of predicates" | Eric Christopher | 2012-02-15 | 1 | -12/+12 |
* | Optimize redundant sign extends and negation of predicates | Sirish Pande | 2012-02-15 | 1 | -12/+12 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -1/+1 |
* | Hexagon: Remove forbidden iostream includes (it introduces static initializers) | Benjamin Kramer | 2012-02-06 | 1 | -10/+5 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+240 |