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] 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
*
Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
James Y Knight
2015-08-15
1
-4
/
+14
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-2
/
+2
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-2
/
+2
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-5
/
+6
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-4
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-2
/
+3
*
Unbreak build
Krzysztof Parzyszek
2015-04-23
1
-1
/
+1
*
[Hexagon] Minor cleanup in HexagonFrameLowering
Krzysztof Parzyszek
2015-04-23
1
-6
/
+2
*
[Hexagon] Fix compiler warnings in release build
Krzysztof Parzyszek
2015-04-23
1
-1
/
+4
*
[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
Krzysztof Parzyszek
2015-04-23
1
-354
/
+508
*
Fix Windows build break: use LLVM_FUNCTION_NAME instead of __func__.
Krzysztof Parzyszek
2015-04-22
1
-1
/
+1
*
[Hexagon] Overhaul of stack object allocation
Krzysztof Parzyszek
2015-04-22
1
-183
/
+974
*
[Hexagon] Use single tailcall pseudoinst and fix checking for label jumping v...
Colin LeMahieu
2015-03-09
1
-1
/
+1
*
[Hexagon] Removing more V4 predicates since V4 is the required minimum.
Colin LeMahieu
2015-02-09
1
-2
/
+1
*
Use the getSubtarget call off of the MachineFunction rather than
Eric Christopher
2015-02-02
1
-7
/
+5
*
[Hexagon] Adding dealloc_return encoding and absolute address stores.
Colin LeMahieu
2015-01-06
1
-1
/
+1
*
[Hexagon] Adding allocframe, post-increment circular immediate stores, post-i...
Colin LeMahieu
2014-12-29
1
-2
/
+2
*
[Hexagon] Adding deallocframe and circular addressing loads.
Colin LeMahieu
2014-12-26
1
-2
/
+2
*
[Hexagon] Removing SUB_rr and replacing with A2_sub.
Colin LeMahieu
2014-11-21
1
-1
/
+1
*
[Hexagon] Converting from ADD_rr to A2_add which has encoding bits.
Colin LeMahieu
2014-11-18
1
-1
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-9
/
+5
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+14
[next]