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
...
*
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
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-5
/
+5
*
Use isPositionIndependent in a few more places.
Rafael Espindola
2016-06-28
1
-2
/
+2
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-2
/
+2
*
[Hexagon] Enable the post-RA scheduler
Krzysztof Parzyszek
2016-05-26
1
-7
/
+88
*
[Hexagon] Make getCallerSavedRegs specific to a register class
Krzysztof Parzyszek
2016-05-16
1
-18
/
+17
*
[Hexagon] Use offsets relative to FP+8 in .cfi_offset instructions
Krzysztof Parzyszek
2016-05-11
1
-5
/
+19
*
[Hexagon] Register save/restore functions do not follow regular conventions
Krzysztof Parzyszek
2016-04-25
1
-22
/
+24
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+4
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-4
/
+4
*
[Hexagon] Improve handling of unaligned vector loads and stores
Krzysztof Parzyszek
2016-03-28
1
-5
/
+7
*
[Hexagon] Only use restore functions for single register at -Oz
Krzysztof Parzyszek
2016-03-28
1
-0
/
+11
*
[Hexagon] Speed up frame lowering when no optimizations are enabled
Krzysztof Parzyszek
2016-03-28
1
-16
/
+24
*
[Hexagon] Be sure to treat subregisters of a CSR as CSRs as well
Krzysztof Parzyszek
2016-03-24
1
-5
/
+8
*
[Hexagon] Add support for run-time stack overflow checking
Krzysztof Parzyszek
2016-03-24
1
-11
/
+45
*
[Hexagon] Generate PIC-specific versions of save/restore routines
Krzysztof Parzyszek
2016-03-24
1
-5
/
+17
*
[Hexagon] Fix reserving emergency spill slots for register scavenger
Krzysztof Parzyszek
2016-03-21
1
-18
/
+11
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-2
/
+2
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-2
/
+2
*
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
-1
/
+1
*
[Hexagon] Fold object construction into map::insert
Krzysztof Parzyszek
2016-02-17
1
-2
/
+2
*
[Hexagon] Replace use of "std::map::emplace" with "insert"
Krzysztof Parzyszek
2016-02-13
1
-1
/
+4
*
HexagonFrameLowering.cpp: Appease msc18 to give an explicit constructor SlotI...
NAKAMURA Takumi
2016-02-13
1
-2
/
+4
*
[Hexagon] Optimize stack slot spills
Krzysztof Parzyszek
2016-02-12
1
-3
/
+356
*
[Hexagon] Replace expansion of spill pseudo-instructions in frame lowering
Krzysztof Parzyszek
2016-02-12
1
-314
/
+441
*
[Hexagon] Use general purpose registers to spill pred/mod registers into
Krzysztof Parzyszek
2016-01-22
1
-71
/
+282
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-2
/
+2
*
Hexagon: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
[Hexagon] Fix debug information for local objects
Krzysztof Parzyszek
2015-10-19
1
-46
/
+151
*
[Hexagon] Delay emission of CFI instructions
Krzysztof Parzyszek
2015-10-19
1
-97
/
+169
*
MachineBasicBlock: Factor out common code into isReturnBlock()
Matthias Braun
2015-09-25
1
-2
/
+2
[prev]
[next]