| Commit message (Expand) | Author | Age | Files | Lines |
| * | Suppress GCC compiler warnings in release builds about variables that are only | Duncan Sands | 2013-05-13 | 1 | -0/+1 |
| * | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 2 | -4/+6 |
| * | 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 statements in GetDotOldOp and IsNewifyStore. | Jyotsna Verma | 2013-05-10 | 4 | -707/+81 |
| * | Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp. | Jyotsna Verma | 2013-05-10 | 8 | -703/+170 |
| * | Remove unused argument. | Rafael Espindola | 2013-05-10 | 3 | -6/+4 |
| * | Remove unused function. | Rafael Espindola | 2013-05-10 | 2 | -11/+0 |
| * | Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions. | Jyotsna Verma | 2013-05-09 | 3 | -593/+46 |
| * | Hexagon: Use relation map for getMatchingCondBranchOpcode() and | Jyotsna Verma | 2013-05-09 | 1 | -535/+5 |
| * | Hexagon: Fix Small Data support to handle -G 0 correctly. | Jyotsna Verma | 2013-05-07 | 7 | -2/+199 |
| * | Reverting r181331. | Jyotsna Verma | 2013-05-07 | 6 | -196/+3 |
| * | Hexagon: Fix Small Data support to handle -G 0 correctly. | Jyotsna Verma | 2013-05-07 | 6 | -3/+196 |
| * | Hexagon: Set accessSize and addrMode on all load/store instructions. | Jyotsna Verma | 2013-05-07 | 4 | -68/+125 |
| * | Print IR from Hexagon MI passes with -print-before/after-all. | Krzysztof Parzyszek | 2013-05-06 | 6 | -17/+79 |
| * | Cleanup of the HexagonTargetMachine setup. | Krzysztof Parzyszek | 2013-05-06 | 1 | -29/+34 |
| * | Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions. | Jyotsna Verma | 2013-05-06 | 6 | -407/+307 |
| * | Make references to HexagonTargetMachine "const". | Krzysztof Parzyszek | 2013-05-06 | 6 | -25/+26 |
| * | Use consistent function names. | Krzysztof Parzyszek | 2013-05-04 | 3 | -3/+3 |
| * | Fix missing include in Hexagon code for Release+Asserts | Reid Kleckner | 2013-05-03 | 1 | -0/+1 |
| * | reverting r180953 | Jyotsna Verma | 2013-05-02 | 5 | -305/+404 |
| * | Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions. | Jyotsna Verma | 2013-05-02 | 5 | -404/+305 |
| * | Hexagon - Add peephole optimizations for zero extends. | Pranav Bhandarkar | 2013-05-02 | 2 | -0/+40 |
| * | Hexagon: Honor __builtin_expect by using branch probabilities. | Jyotsna Verma | 2013-05-02 | 4 | -37/+122 |
| * | Hexagon: Use multiclass for Jump instructions. | Jyotsna Verma | 2013-05-01 | 14 | -263/+336 |
| * | Hexagon: Clear isKill flag on the predicate register in | Jyotsna Verma | 2013-05-01 | 1 | -1/+5 |
| * | Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions. | Jyotsna Verma | 2013-04-23 | 2 | -176/+149 |
| * | Hexagon: Define relations for GP-relative instructions. | Jyotsna Verma | 2013-04-23 | 1 | -15/+17 |
| * | Hexagon: Remove assembler mapped instruction definitions. | Jyotsna Verma | 2013-04-23 | 5 | -108/+80 |
| * | Hexagon: Remove duplicate instructions to handle global/immediate values | Jyotsna Verma | 2013-04-23 | 2 | -321/+55 |
| * | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover | 2013-04-20 | 2 | -11/+0 |
| * | ArrayRefize getMachineNode(). No functionality change. | Michael Liao | 2013-04-19 | 1 | -6/+4 |
| * | Hexagon: Set isPredicatedNew flag on predicate new instructions. | Jyotsna Verma | 2013-04-12 | 2 | -22/+21 |
| * | Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre... | Jyotsna Verma | 2013-04-12 | 2 | -21/+21 |
| * | Hexagon: Expand br_cc. | Jyotsna Verma | 2013-04-04 | 1 | -0/+2 |
| * | Remove unused typedef. | Duncan Sands | 2013-04-01 | 1 | -1/+0 |
| * | There is no longer any need to silence this compiler warning as the warning has | Duncan Sands | 2013-03-31 | 1 | -1/+1 |
| * | Hexagon: Add emitFrameIndexDebugValue function to emit debug information. | Jyotsna Verma | 2013-03-29 | 2 | -0/+14 |
| * | Hexagon: Disable DwarfUsesInlineInfoSection flag. | Jyotsna Verma | 2013-03-29 | 1 | -1/+0 |
| * | Hexagon: Replace switch-case in isDotNewInst with TSFlags. | Jyotsna Verma | 2013-03-28 | 4 | -176/+26 |
| * | Hexagon: Enable SupportDebugInfomation and DwarfInSection flags. | Jyotsna Verma | 2013-03-28 | 1 | -0/+2 |
| * | Hexagon: Use multiclass for gp-relative instructions. | Jyotsna Verma | 2013-03-28 | 2 | -1094/+204 |
| * | Switch to LLVM support function abs64 to keep VS2008 happy. | Tim Northover | 2013-03-27 | 1 | -1/+1 |
| * | Hexagon: Disable optimizations at O0. | Jyotsna Verma | 2013-03-27 | 1 | -18/+31 |
| * | Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth. | Jyotsna Verma | 2013-03-26 | 2 | -186/+48 |
| * | Hexagon: Remove HexagonMCInst.h file. It has been replaced with MCTargetDesc/... | Jyotsna Verma | 2013-03-26 | 1 | -41/+0 |
| * | Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w... | Jyotsna Verma | 2013-03-22 | 5 | -494/+483 |
| * | Hexagon: Removed asserts regarding alignment and offset. | Jyotsna Verma | 2013-03-14 | 1 | -5/+4 |
| * | Cleanup #includes. | Jakub Staszak | 2013-03-10 | 1 | -1/+2 |
| * | DAGCombiner: Use correct value type for checking legality of BR_CC v3 | Tom Stellard | 2013-03-08 | 1 | -1/+3 |