[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
[oota-llvm.git] / lib / Target / Hexagon / HexagonFrameLowering.cpp
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-23 Krzysztof ParzyszekUnbreak build
2015-04-23 Krzysztof Parzyszek[Hexagon] Minor cleanup in HexagonFrameLowering
2015-04-23 Krzysztof Parzyszek[Hexagon] Fix compiler warnings in release build
2015-04-23 Krzysztof Parzyszek[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
2015-04-22 Krzysztof ParzyszekFix Windows build break: use LLVM_FUNCTION_NAME instead...
2015-04-22 Krzysztof Parzyszek[Hexagon] Overhaul of stack object allocation
2015-03-09 Colin LeMahieu[Hexagon] Use single tailcall pseudoinst and fix checki...
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-02 Eric ChristopherUse the getSubtarget call off of the MachineFunction...
2015-01-06 Colin LeMahieu[Hexagon] Adding dealloc_return encoding and absolute...
2014-12-29 Colin LeMahieu[Hexagon] Adding allocframe, post-increment circular...
2014-12-26 Colin LeMahieu[Hexagon] Adding deallocframe and circular addressing...
2014-11-21 Colin LeMahieu[Hexagon] Removing SUB_rr and replacing with A2_sub.
2014-11-18 Colin LeMahieu[Hexagon] Converting from ADD_rr to A2_add which has...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-27 Eric ChristopherRemove unnecessary caching of the subtarget for Hexagon...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-05-16 Rafael EspindolaRemove dead calls to addFrameMove.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 Jyotsna VermaFix unused variable error.
2013-05-10 Jyotsna VermaHexagon: Fix switch cases in HexagonVLIWPacketizer...
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-05 Matthew CurtisFix misplaced closing brace.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-30 Jakob Stoklund OlesenExtract some pointer hacking to a function.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-06 Benjamin KramerHexagon: Remove forbidden iostream includes (it introdu...
2011-12-12 Tony Linthicumfix warning
2011-12-12 Tony LinthicumHexagon backend support