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
/
HexagonInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-5
/
+5
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-3
/
+3
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+7
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-1
/
+1
*
Make sure to maintain register liveness when generating predicated instructions.
Ron Lieberman
2016-09-02
1
-22
/
+56
*
[Hexagon] Fix subesthetic indentation
Krzysztof Parzyszek
2016-08-19
1
-3
/
+3
*
[Hexagon] Fix a few omissions in HexagonInstrInfo
Krzysztof Parzyszek
2016-08-19
1
-0
/
+3
*
[Hexagon] Mark PS_jumpret as pseudo-instruction, expand it into J2_jumpr
Krzysztof Parzyszek
2016-08-19
1
-0
/
+19
*
Hexagon: Avoid dereferencing end() in HexagonInstrInfo::InsertBranch
Duncan P. N. Exon Smith
2016-08-17
1
-7
/
+5
*
[Hexagon] Standardize next batch of pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-9
/
+10
*
[Hexagon] Clean up some miscellaneous V60 intrinsics a bit
Krzysztof Parzyszek
2016-08-16
1
-8
/
+10
*
[Hexagon] Standardize vector predicate load/store pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-20
/
+12
*
[Hexagon] Cleanup and standardize vector load/store pseudo instructions
Krzysztof Parzyszek
2016-08-12
1
-81
/
+68
*
[Hexagon] Standardize pseudo-instructions for calls and returns
Krzysztof Parzyszek
2016-08-12
1
-11
/
+11
*
[Hexagon] Treat non-returning indirect calls as scheduling boundaries
Krzysztof Parzyszek
2016-08-12
1
-4
/
+3
*
[Hexagon] Allow non-returning calls in hardware loops
Krzysztof Parzyszek
2016-08-11
1
-0
/
+6
*
[Hexagon] Standardize "select" pseudo-instructions
Krzysztof Parzyszek
2016-08-11
1
-3
/
+5
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-23
/
+1
*
Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC
Krzysztof Parzyszek
2016-08-01
1
-19
/
+19
*
[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2016-07-29
1
-403
/
+379
*
MachinePipeliner pass that implements Swing Modulo Scheduling
Brendon Cahoon
2016-07-29
1
-0
/
+107
*
[Hexagon] Implement DFA based hazard recognizer
Krzysztof Parzyszek
2016-07-29
1
-3
/
+10
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
[Hexagon] Handle instruction latency for 0 or 2 cycles
Krzysztof Parzyszek
2016-07-15
1
-0
/
+32
*
[Hexagon] Improve patterns with stack-based addressing
Krzysztof Parzyszek
2016-07-15
1
-11
/
+15
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-2
/
+2
*
[Hexagon] Packetize function call arguments with tail call instructions
Krzysztof Parzyszek
2016-07-14
1
-0
/
+11
*
Target: Avoid getFirstTerminator() => pointer, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-393
/
+411
*
[Hexagon] Fix/simplify some conditional statements
Krzysztof Parzyszek
2016-06-15
1
-3
/
+3
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-6
/
+7
*
[Hexagon] Remove incorrect offset scaling
Krzysztof Parzyszek
2016-06-10
1
-4
/
+2
*
[Hexagon] Expand COPY pseudo-instruction
Krzysztof Parzyszek
2016-06-02
1
-6
/
+11
*
[Hexagon] Simplify HexagonInstrInfo::isPredicable
Krzysztof Parzyszek
2016-05-16
1
-84
/
+5
*
[Hexagon] Expand VSelect pseudo instructions
Krzysztof Parzyszek
2016-05-12
1
-0
/
+38
*
[scan-build] fix warnings emitted on LLVM Hexagon code base
Krzysztof Parzyszek
2016-05-05
1
-1
/
+1
*
[Hexagon] Fix the offset ranges for vector memory instructions
Krzysztof Parzyszek
2016-05-05
1
-8
/
+8
*
[Hexagon] Optimize addressing modes for load/store
Krzysztof Parzyszek
2016-04-29
1
-0
/
+26
*
[Hexagon] Generate PIC-specific versions of save/restore routines
Krzysztof Parzyszek
2016-03-24
1
-1
/
+3
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-60
/
+57
*
CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()...
Duncan P. N. Exon Smith
2016-02-22
1
-1
/
+1
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-3
/
+3
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+2
*
[Hexagon] Recognize more cases in copyPhysReg and stack slot load/store
Krzysztof Parzyszek
2016-02-12
1
-51
/
+105
*
[Hexagon] Recognize more instructions in isLoadFromStackSlot/isStoreToStackSlot
Krzysztof Parzyszek
2016-02-12
1
-19
/
+99
*
[Hexagon] Add utility functions to detect sign- and zero-extending loads
Krzysztof Parzyszek
2016-02-12
1
-1
/
+159
*
[Hexagon] Use general purpose registers to spill pred/mod registers into
Krzysztof Parzyszek
2016-01-22
1
-6
/
+15
*
[Hexagon] Expand pseudo instruction Insert4
Krzysztof Parzyszek
2016-01-14
1
-0
/
+30
*
[Hexagon] Handle branches with non-mbb operands
Krzysztof Parzyszek
2016-01-14
1
-0
/
+5
[prev]
[next]