aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon
AgeCommit message (Expand)Author
2013-10-11Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.Jan Voung
2013-05-06Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek
2013-05-06Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek
2013-05-06Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma
2013-05-06Make references to HexagonTargetMachine "const".Krzysztof Parzyszek
2013-05-04Use consistent function names.Krzysztof Parzyszek
2013-05-03Fix missing include in Hexagon code for Release+AssertsReid Kleckner
2013-05-02reverting r180953Jyotsna Verma
2013-05-02Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma
2013-05-02Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar
2013-05-02Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma
2013-05-01Hexagon: Use multiclass for Jump instructions.Jyotsna Verma
2013-05-01Hexagon: Clear isKill flag on the predicate register inJyotsna Verma
2013-04-23Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma
2013-04-23Hexagon: Define relations for GP-relative instructions.Jyotsna Verma
2013-04-23Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma
2013-04-23Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma
2013-04-20Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover
2013-04-19ArrayRefize getMachineNode(). No functionality change.Michael Liao
2013-04-12Hexagon: Set isPredicatedNew flag on predicate new instructions.Jyotsna Verma
2013-04-12Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...Jyotsna Verma
2013-04-04Hexagon: Expand br_cc.Jyotsna Verma
2013-04-01Remove unused typedef.Duncan Sands
2013-03-31There is no longer any need to silence this compiler warning as the warning hasDuncan Sands
2013-03-29Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma
2013-03-29Hexagon: Disable DwarfUsesInlineInfoSection flag.Jyotsna Verma
2013-03-28Hexagon: Replace switch-case in isDotNewInst with TSFlags.Jyotsna Verma
2013-03-28Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.Jyotsna Verma
2013-03-28Hexagon: Use multiclass for gp-relative instructions.Jyotsna Verma
2013-03-27Switch to LLVM support function abs64 to keep VS2008 happy.Tim Northover
2013-03-27Hexagon: Disable optimizations at O0.Jyotsna Verma
2013-03-26Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma
2013-03-26Hexagon: Remove HexagonMCInst.h file. It has been replaced with MCTargetDesc/...Jyotsna Verma
2013-03-22Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma
2013-03-14Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma
2013-03-10Cleanup #includes.Jakub Staszak
2013-03-08DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard
2013-03-08Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma
2013-03-07Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma
2013-03-07Hexagon: Add support to lower block address.Jyotsna Verma
2013-03-05reverting patch 176508.Jyotsna Verma
2013-03-05Hexagon: Add support for lowering block address.Jyotsna Verma
2013-03-05Hexagon: Expand addc, adde, subc and sube.Jyotsna Verma
2013-03-05Hexagon: Use MO operand flags to mark constant extended instructions.Jyotsna Verma
2013-03-05Hexagon: Add encoding bits to the TFR64 instructions.Jyotsna Verma
2013-03-02Added FIXME for future Hexagon cleanup.Andrew Trick
2013-03-01Hexagon: Add constant extender support framework.Jyotsna Verma
2013-02-22Remove code copied from GenRegisterInfo.inc.Andrew Trick
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-21Hexagon: Expand cttz, ctlz, and ctpop for now.Anshuman Dasgupta