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
*
[Hexagon] Fix vector spill expansion to use proper alignment
Krzysztof Parzyszek
2019-11-12
1
-15
/
+70
*
[Hexagon] Convert stack object offsets to int64, NFC
Krzysztof Parzyszek
2019-11-12
1
-1
/
+1
*
[Hexagon] Require PS_aligna whenever variable-sized objects are present
Krzysztof Parzyszek
2019-11-12
1
-3
/
+3
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-2
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[LLVM][Alignment] Introduce Alignment In MachineFrameInfo
Guillaume Chatelet
2019-08-21
1
-3
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-25
/
+25
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-3
/
+3
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-1
/
+1
*
[Hexagon, SystemZ] Be super conservative about atomics
Philip Reames
2019-02-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Fix some -Wunused-function with LLVM_DUMP_METHOD and -Wunused-variable
Fangrui Song
2018-11-09
1
-1
/
+1
*
[Hexagon] Fix unused variable warning in release builds
Jordan Rupprecht
2018-11-09
1
-0
/
+1
*
[Hexagon] Implement noreturn optimization
Brendon Cahoon
2018-11-09
1
-1
/
+31
*
LivePhysRegs/IfConversion: Change some types from unsigned to MCPhysReg; NFC
Matthias Braun
2018-11-06
1
-1
/
+1
*
[Hexagon] Don't access non-existent instructions
Krzysztof Parzyszek
2018-08-31
1
-1
/
+1
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-28
/
+28
*
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
[next]