aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon
AgeCommit message (Expand)Author
2013-05-13Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola
2013-05-10Fix unused variable error.Jyotsna Verma
2013-05-10Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma
2013-05-10Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma
2013-05-10Remove unused argument.Rafael Espindola
2013-05-10Remove unused function.Rafael Espindola
2013-05-09Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma
2013-05-09Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Reverting r181331.Jyotsna Verma
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma
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