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
*
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
*
Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...
Eric Christopher
2014-06-27
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
Remove dead calls to addFrameMove.
Rafael Espindola
2013-05-16
1
-25
/
+0
*
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-11
1
-5
/
+3
*
Fix unused variable error.
Jyotsna Verma
2013-05-10
1
-2
/
+1
*
Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
Jyotsna Verma
2013-05-10
1
-14
/
+40
*
Hexagon: Use multiclass for Jump instructions.
Jyotsna Verma
2013-05-01
1
-1
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-0
/
+15
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Fix misplaced closing brace.
Matthew Curtis
2012-12-05
1
-1
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Extract some pointer hacking to a function.
Jakob Stoklund Olesen
2012-05-30
1
-22
/
+22
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-4
/
+4
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Hexagon: Remove forbidden iostream includes (it introduces static initializers)
Benjamin Kramer
2012-02-06
1
-11
/
+10
*
fix warning
Tony Linthicum
2011-12-12
1
-1
/
+1
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+333