| Commit message (Expand) | Author | Age | Files | Lines |
* | PTX: add PTX 2.3 language target | Justin Holewinski | 2011-05-06 | 3 | -1/+7 |
* | Fix PR9820: a read-only call differs from a load in that a load doesn't | Duncan Sands | 2011-05-06 | 1 | -6/+9 |
* | Re-revert r130877; it's apparently causing a regression on 197.parser, | Eli Friedman | 2011-05-06 | 1 | -50/+27 |
* | The computation of string length is not that complicated. Fix it, again. :) | Nick Lewycky | 2011-05-05 | 1 | -1/+1 |
* | Remove DwarfTableException. | Rafael Espindola | 2011-05-05 | 4 | -413/+1 |
* | Remove the DwarfTable enum. | Rafael Espindola | 2011-05-05 | 2 | -4/+0 |
* | In debug output, clearly list new instructions without DebugLoc. | Devang Patel | 2011-05-05 | 1 | -36/+2 |
* | Remove little used statistical counter. | Devang Patel | 2011-05-05 | 1 | -29/+0 |
* | PR9838: Fix transform introduced in r127064 to not trigger when only one side... | Eli Friedman | 2011-05-05 | 2 | -2/+2 |
* | Move PPC Linux to CFI. | Rafael Espindola | 2011-05-05 | 1 | -1/+1 |
* | Implement a really simple DwarfSjLjException. | Rafael Espindola | 2011-05-05 | 4 | -0/+68 |
* | List all exception types in a switch. | Rafael Espindola | 2011-05-05 | 1 | -14/+15 |
* | ARM post RA scheduler compile time fix. | Andrew Trick | 2011-05-05 | 1 | -0/+12 |
* | whitespace | Andrew Trick | 2011-05-05 | 1 | -16/+16 |
* | Don't produce a __debug_frame. | Rafael Espindola | 2011-05-05 | 1 | -1/+1 |
* | Allow FastISel of three-register-operand instructions. | Owen Anderson | 2011-05-05 | 1 | -0/+24 |
* | If debug info for inlined function is missing then handle it gracefully. | Devang Patel | 2011-05-05 | 1 | -3/+5 |
* | PR9848: pandn is not commutative. | Eli Friedman | 2011-05-05 | 1 | -1/+1 |
* | Add some statistics to the splitting and spilling frameworks. | Jakob Stoklund Olesen | 2011-05-05 | 3 | -5/+44 |
* | Avoid extra vreg copies for arguments passed in registers. Specifically, thi... | Eli Friedman | 2011-05-05 | 2 | -38/+44 |
* | Small syntax cleanup; we don't need to #define constants in C++. No function... | Eli Friedman | 2011-05-05 | 1 | -3/+3 |
* | Minor correction to r130877; fixes PR9846 and hopefully the buildbot failures. | Eli Friedman | 2011-05-05 | 1 | -1/+2 |
* | Minor change: Fix the typo in RegionPass.h and RegionPass.cpp. | Hongbin Zheng | 2011-05-05 | 1 | -1/+1 |
* | Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one | Bill Wendling | 2011-05-05 | 3 | -11/+0 |
* | Update the gcov version used slightly, to make it stop causing modern gcov's to | Nick Lewycky | 2011-05-05 | 1 | -13/+20 |
* | Remove dead function. | Nick Lewycky | 2011-05-05 | 1 | -5/+0 |
* | When the path wasn't emitted by the frontend, discard any path on the source | Nick Lewycky | 2011-05-05 | 1 | -6/+11 |
* | Disable physical register coalescing by default. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -1/+1 |
* | Set debug loc for new instructions. | Devang Patel | 2011-05-04 | 1 | -3/+3 |
* | Set debug location for new PHI nodes created in exit block. | Devang Patel | 2011-05-04 | 1 | -0/+2 |
* | Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8bit_hi. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -13/+8 |
* | SjLj EH could produce a machine basic block that legitimately has more than one | Bill Wendling | 2011-05-04 | 1 | -1/+9 |
* | Preserve line number information while threading jumps. | Devang Patel | 2011-05-04 | 1 | -2/+5 |
* | Re-commit r130862 with a minor change to avoid an iterator running off the ed... | Eli Friedman | 2011-05-04 | 1 | -27/+49 |
* | Preserve line number info. | Devang Patel | 2011-05-04 | 1 | -1/+4 |
* | preserve line number info. | Devang Patel | 2011-05-04 | 1 | -2/+3 |
* | Back out r130862; it appears to be breaking bootstrap. | Eli Friedman | 2011-05-04 | 1 | -43/+27 |
* | Teach MachineCSE how to do simple cross-block CSE involving physregs. This a... | Eli Friedman | 2011-05-04 | 1 | -27/+43 |
* | Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class... | Jakob Stoklund Olesen | 2011-05-04 | 2 | -0/+18 |
* | Do not emit location expression size twice. | Devang Patel | 2011-05-04 | 1 | -12/+0 |
* | Fix cmake build. | Rafael Espindola | 2011-05-04 | 1 | -0/+1 |
* | Prevent instructions using $gp from being placed between a jalr and the instr... | Akira Hatanaka | 2011-05-04 | 5 | -11/+89 |
* | Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but | Rafael Espindola | 2011-05-04 | 3 | -4/+4 |
* | Rename -disable-physical-join to -join-physregs and invert it. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -4/+4 |
* | Tighten up check for empty (i.e. no meaningful debug info) module. This fixes... | Devang Patel | 2011-05-04 | 1 | -15/+17 |
* | Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common, | Duncan Sands | 2011-05-04 | 1 | -2/+46 |
* | Emit gcov data files to the directory specified in the metadata produced by the | Nick Lewycky | 2011-05-04 | 1 | -4/+23 |
* | indvars: Added DisableIVRewrite and WidenIVs. | Andrew Trick | 2011-05-04 | 2 | -9/+130 |
* | Implement MSP430RegisterInfo::getMatchingSuperRegClass to enable cross-class | Jakob Stoklund Olesen | 2011-05-04 | 1 | -0/+7 |
* | Mark ultra-super-registers QQQQ as call-clobbered instead of the D sub-regist... | Jakob Stoklund Olesen | 2011-05-03 | 3 | -32/+11 |