index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Hexagon
/
HexagonHardwareLoops.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add optimization bisect opt-in calls for Hexagon passes
Andrew Kaylor
2016-04-26
1
-0
/
+2
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-2
/
+2
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+2
*
Hexagon: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-6
/
+4
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-3
/
+3
*
[Hexagon] Moving pass declarations out of header and in to implementation fil...
Colin LeMahieu
2015-06-15
1
-0
/
+1
*
[Hexagon] Generate hardware loop for a vectorized loop
Brendon Cahoon
2015-05-14
1
-7
/
+46
*
[Hexagon] Remove dead constant assignment in hardware loop pass
Brendon Cahoon
2015-05-14
1
-3
/
+9
*
[Hexagon] Check for underflow/wrap in hardware loop pass
Brendon Cahoon
2015-05-14
1
-55
/
+307
*
[Hexagon] Generate loop1 instruction for nested loops
Brendon Cahoon
2015-05-13
1
-56
/
+83
*
[Hexagon] Generate hardware loop when loop has a critical edge
Brendon Cahoon
2015-05-13
1
-13
/
+37
*
[Hexagon] Generate more hardware loops
Brendon Cahoon
2015-05-08
1
-133
/
+206
*
[Hexagon] Update AnalyzeBranch, etc target hooks
Brendon Cahoon
2015-05-08
1
-6
/
+8
*
Remove the remaining uses of abs64 and nuke it.
Benjamin Kramer
2015-03-09
1
-1
/
+1
*
[Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing formatting.
Colin LeMahieu
2015-02-05
1
-1
/
+1
*
[Hexagon] Renaming A2_addi and formatting.
Colin LeMahieu
2015-02-05
1
-4
/
+4
*
Remove unused class variables and update calls to get the subtarget
Eric Christopher
2015-02-02
1
-11
/
+3
*
[Hexagon] Removing old versions of cmph and updating references.
Colin LeMahieu
2015-01-14
1
-1
/
+1
*
[Hexagon] Deleting versions of compare-not that don't have encoding informati...
Colin LeMahieu
2015-01-14
1
-2
/
+2
*
[Hexagon] Removing old variants of instructions and updating references.
Colin LeMahieu
2014-12-19
1
-1
/
+1
*
[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
2014-12-19
1
-6
/
+6
*
Reverting 224550, was not ready for commit.
Colin LeMahieu
2014-12-18
1
-6
/
+6
*
[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
2014-12-18
1
-6
/
+6
*
[Hexagon] Updating doubleword shift usages to new versions.
Colin LeMahieu
2014-12-16
1
-1
/
+1
*
[Hexagon] Adding encodings for JR class instructions. Updating complier usages.
Colin LeMahieu
2014-12-10
1
-2
/
+2
*
[Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests.
Colin LeMahieu
2014-12-09
1
-4
/
+4
*
[Hexagon] Adding cmp* immediate form instructions.
Colin LeMahieu
2014-11-26
1
-3
/
+3
*
[Hexagon] Replacing cmp* instructions with ones that contain encoding bits.
Colin LeMahieu
2014-11-25
1
-3
/
+3
*
[Hexagon] Removing SUB_rr and replacing with A2_sub.
Colin LeMahieu
2014-11-21
1
-1
/
+1
*
Minor spelling correction.
Sid Manning
2014-08-28
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+6
*
[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
-49
/
+49
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-5
/
+5
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-5
/
+5
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-3
/
+2
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-4
/
+4
*
Hexagon: Use multiclass for Jump instructions.
Jyotsna Verma
2013-05-01
1
-2
/
+2
*
Hexagon: Remove assembler mapped instruction definitions.
Jyotsna Verma
2013-04-23
1
-6
/
+0
*
Remove unused typedef.
Duncan Sands
2013-04-01
1
-1
/
+0
*
Switch to LLVM support function abs64 to keep VS2008 happy.
Tim Northover
2013-03-27
1
-1
/
+1
*
Extend Hexagon hardware loop generation to handle various additional cases:
Krzysztof Parzyszek
2013-02-11
1
-382
/
+1283
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
In hexagon convertToHardwareLoop, don't deref end() iterator
Matthew Curtis
2012-12-07
1
-7
/
+14
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
1
-1
/
+4
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
[next]