| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 32 | -123/+133 |
* | add missing break. inconsequential as the code shouldn't be reached, but | Jim Grosbach | 2010-06-17 | 1 | -0/+1 |
* | Add entries for Expanding atomic intrinsics to libcalls. Just a placeholder | Jim Grosbach | 2010-06-17 | 1 | -0/+19 |
* | Thumb1 and any pre-v6 ARM target should use the libcall expansion of | Jim Grosbach | 2010-06-17 | 1 | -1/+6 |
* | ISD::MEMBARRIER should lower to a libcall (__sync_synchronize) if the target | Jim Grosbach | 2010-06-17 | 1 | -1/+13 |
* | simplify code a bit and add a more explanatory assert for cases that | Jim Grosbach | 2010-06-17 | 1 | -15/+11 |
* | Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and | Jason Molenda | 2010-06-17 | 1 | -212/+299 |
* | Hack to let the move lowering handle dynamic-no-pic absolute moves of | Eric Christopher | 2010-06-17 | 1 | -4/+15 |
* | Update comment. | Eric Christopher | 2010-06-17 | 1 | -1/+2 |
* | format and 80-column cleanup | Jim Grosbach | 2010-06-16 | 1 | -5/+4 |
* | remove trailing whitespace | Jim Grosbach | 2010-06-16 | 1 | -11/+11 |
* | Don't attempt preserving conservative kill flags. We were doing it wrong. | Jakob Stoklund Olesen | 2010-06-16 | 1 | -2/+1 |
* | Remove the hidden "neon-reg-sequence" option. The reg sequences are working | Bob Wilson | 2010-06-16 | 4 | -272/+157 |
* | In progress on 32-bit addends. | Eric Christopher | 2010-06-16 | 1 | -1/+7 |
* | Allow a register to be redefined multiple times in a basic block. | Jakob Stoklund Olesen | 2010-06-16 | 1 | -6/+2 |
* | A few more places where SCEVExpander bits need to skip over debug intrinsics | Jim Grosbach | 2010-06-16 | 1 | -3/+4 |
* | MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins... | Daniel Dunbar | 2010-06-16 | 1 | -33/+46 |
* | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar | 2010-06-16 | 3 | -10/+9 |
* | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar | 2010-06-16 | 2 | -42/+38 |
* | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar | 2010-06-16 | 3 | -29/+51 |
* | Make sure that simplify libcalls does not replace a call with one calling | Rafael Espindola | 2010-06-16 | 1 | -0/+5 |
* | add FIXME | Jim Grosbach | 2010-06-16 | 1 | -0/+3 |
* | Improve comment to include that the use of a preg is also verboten in this si... | Bill Wendling | 2010-06-16 | 1 | -3/+4 |
* | TODO-- | Benjamin Kramer | 2010-06-16 | 1 | -27/+0 |
* | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1) | Benjamin Kramer | 2010-06-16 | 1 | -0/+3 |
* | Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat... | Evan Cheng | 2010-06-16 | 9 | -94/+271 |
* | Check function pointer first, before comparing function names. | Devang Patel | 2010-06-16 | 1 | -0/+2 |
* | Use separate named MDNode to hold each function's local variable info. | Devang Patel | 2010-06-16 | 3 | -4/+16 |
* | Don't emit the linkage for initializer label for mach-o tls. | Eric Christopher | 2010-06-16 | 1 | -1/+0 |
* | Fix indentation. | Eric Christopher | 2010-06-16 | 1 | -4/+4 |
* | Create a more targeted fix for not sinking instructions into a range where it | Bill Wendling | 2010-06-15 | 2 | -50/+30 |
* | For 32-bit non-pic tlv mach-o addressing we don't need a pic base or | Eric Christopher | 2010-06-15 | 1 | -0/+9 |
* | Added a comment. | Stuart Hastings | 2010-06-15 | 1 | -0/+5 |
* | Some more work on mach-o TLV relocations. | Eric Christopher | 2010-06-15 | 1 | -0/+38 |
* | Add file missing from previous commit. | Dale Johannesen | 2010-06-15 | 1 | -6/+14 |
* | Fix 80col violations, remove trailing whitespace, and clarify a comment. | Bob Wilson | 2010-06-15 | 1 | -14/+15 |
* | Next round of tail call changes. Register used in a tail | Dale Johannesen | 2010-06-15 | 6 | -22/+107 |
* | Remove the local register allocator. | Jakob Stoklund Olesen | 2010-06-15 | 2 | -1255/+0 |
* | Reapply 105986 with fix for bug pointed out by Jakob: | Dale Johannesen | 2010-06-15 | 1 | -2/+4 |
* | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer | 2010-06-15 | 2 | -0/+56 |
* | Fixed vector widening of binary instructions that can trap. Patch by Visa Put... | Mon P Wang | 2010-06-15 | 1 | -27/+71 |
* | fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ and | Daniel Dunbar | 2010-06-15 | 1 | -9/+9 |
* | fpcmp: Fix a possible infinite loop when comparing something like: | Daniel Dunbar | 2010-06-15 | 1 | -0/+8 |
* | fix fastisel to handle GS and FS relative pointers. Patch by | Chris Lattner | 2010-06-15 | 1 | -0/+5 |
* | Add basic support for NEON modified immediates besides VMOV. | Bob Wilson | 2010-06-15 | 3 | -13/+25 |
* | IfConversion's AnalyzeBlocks method always returns false; clean it up. | Bob Wilson | 2010-06-15 | 1 | -9/+5 |
* | fix naming | Jim Grosbach | 2010-06-15 | 1 | -3/+3 |
* | Fix an exotic bug that only showed up in an internal test case. | Jakob Stoklund Olesen | 2010-06-15 | 1 | -2/+4 |
* | Fix a comment typo. | Bob Wilson | 2010-06-15 | 1 | -1/+1 |
* | Add some missing checks for the case where the extract_subregs are | Bob Wilson | 2010-06-15 | 1 | -22/+23 |