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
/
HexagonFrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-24
/
+31
*
[LivePhysRegs] Remove registers clobbered by regmasks from the live set
Krzysztof Parzyszek
2018-04-30
1
-5
/
+0
*
[Hexagon] Add support for "new" circular buffer intrinsics
Krzysztof Parzyszek
2018-03-28
1
-2
/
+2
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-02-22
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-7
/
+6
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-3
/
+16
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-11
/
+16
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-5
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-87
/
+30
*
[Hexagon] Make getMemAccessSize return size in bytes
Krzysztof Parzyszek
2017-09-14
1
-2
/
+2
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-26
1
-10
/
+14
*
[NFC] Move DEBUG_TYPE below includes in Hexagon
Jakub Kuderski
2017-07-13
1
-2
/
+2
*
[Hexagon] Do not rely on callee-saved info in hasFP
Krzysztof Parzyszek
2017-07-11
1
-12
/
+2
*
[Hexagon] Implement frame pointer elimination with -fomit-frame-pointer
Krzysztof Parzyszek
2017-06-30
1
-75
/
+106
*
[Hexagon] Handle cases when the aligned stack pointer is missing
Krzysztof Parzyszek
2017-06-26
1
-1
/
+17
*
Revert "[Hexagon] Handle decreasing of stack alignment in frame lowering"
Krzysztof Parzyszek
2017-06-23
1
-17
/
+2
*
[Hexagon] Handle decreasing of stack alignment in frame lowering
Krzysztof Parzyszek
2017-06-23
1
-2
/
+17
*
[Hexagon] Recognize potential offset overflow for store-imm to stack
Krzysztof Parzyszek
2017-06-22
1
-4
/
+39
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
1
-1
/
+1
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-21
/
+22
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-17
1
-10
/
+24
*
Revert "[Hexagon] Start using regmasks on calls"
Rafael Espindola
2017-02-17
1
-24
/
+10
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-16
1
-10
/
+24
*
[Hexagon] Remove dead defs from the live set when expanding wstores
Krzysztof Parzyszek
2017-01-18
1
-1
/
+8
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-3
/
+3
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-3
/
+2
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-16
1
-78
/
+79
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-6
/
+6
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-6
/
+6
*
[Hexagon] Handle spills of partially defined double vector registers
Krzysztof Parzyszek
2016-10-21
1
-21
/
+36
*
Use __func__ directly now that all supported compilers support it
Reid Kleckner
2016-10-20
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[Hexagon] Do not cache alloca instructions during isel
Krzysztof Parzyszek
2016-08-19
1
-2
/
+5
*
[Hexagon] Standardize next batch of pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-11
/
+11
*
[Hexagon] Standardize vector predicate load/store pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-4
/
+4
*
[Hexagon] Cleanup and standardize vector load/store pseudo instructions
Krzysztof Parzyszek
2016-08-12
1
-32
/
+32
*
[Hexagon] Standardize pseudo-instructions for calls and returns
Krzysztof Parzyszek
2016-08-12
1
-5
/
+5
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-1
/
+1
*
[Hexagon] Check for offset overflow when reserving scavenging slots
Krzysztof Parzyszek
2016-08-01
1
-1
/
+14
*
[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2016-07-29
1
-22
/
+22
*
[Hexagon] Insert CFI instructions before throwing calls
Krzysztof Parzyszek
2016-07-28
1
-20
/
+31
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-41
/
+41
*
[Hexagon] Add option to bisect spill slot optimization
Krzysztof Parzyszek
2016-07-27
1
-2
/
+17
*
[Hexagon] Do not optimize volatile stack spill slots
Krzysztof Parzyszek
2016-07-27
1
-22
/
+11
*
[Hexagon] Handle extended versions of restore routines
Krzysztof Parzyszek
2016-07-27
1
-2
/
+11
*
[Hexagon] Add saved callee-saved registers as live-in in non-wrapped blocks
Krzysztof Parzyszek
2016-07-27
1
-7
/
+26
*
[Hexagon] Add target feature to generate long calls
Krzysztof Parzyszek
2016-07-25
1
-17
/
+45
[next]