| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject uses of unnamed_addr in declarations. | Rafael Espindola | 2011-01-13 | 3 | -3/+18 |
* | Add a FIXME and two asserts for now in the ARMAsmParser when it sees .code 16 or | Kevin Enderby | 2011-01-13 | 1 | -2/+12 |
* | Fix r123346 to handle scalar types too. | Dan Gohman | 2011-01-13 | 1 | -2/+1 |
* | Add missing space in debug output | Jakob Stoklund Olesen | 2011-01-13 | 1 | -1/+1 |
* | Change call to Error() to assert() | Jason W Kim | 2011-01-13 | 1 | -4/+1 |
* | Style clean up - break up the breaks. | Jason W Kim | 2011-01-13 | 1 | -21/+40 |
* | Apply the patch from PR8958, which allows llc to get slightly | Dan Gohman | 2011-01-12 | 1 | -1/+2 |
* | Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i... | Michael J. Spencer | 2011-01-12 | 1 | -0/+8 |
* | Try again enabling LiveDebugVariables. | Jakob Stoklund Olesen | 2011-01-12 | 1 | -1/+1 |
* | Added clarifying comment | Jason W Kim | 2011-01-12 | 1 | -0/+2 |
* | JimG sez: "The value-kinds look like masks, but they're not consistently used | Jason W Kim | 2011-01-12 | 1 | -2/+2 |
* | Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ... | Jakob Stoklund Olesen | 2011-01-12 | 1 | -1/+2 |
* | Fix braino in dominator tree walk. | Jakob Stoklund Olesen | 2011-01-12 | 1 | -1/+1 |
* | Sometimes, old virtual registers can linger on DBG_VALUE instructions. | Jakob Stoklund Olesen | 2011-01-12 | 1 | -1/+2 |
* | Teach VirtRegRewriter to update slot indexes when erasing instructions. | Jakob Stoklund Olesen | 2011-01-12 | 1 | -38/+26 |
* | Annotate VirtRegRewriter debug output with slot indexes. | Jakob Stoklund Olesen | 2011-01-12 | 1 | -2/+2 |
* | Verify slot index ordering. | Jakob Stoklund Olesen | 2011-01-12 | 1 | -0/+25 |
* | Verify that machine instruction parent pointers are consistent. | Jakob Stoklund Olesen | 2011-01-12 | 1 | -0/+5 |
* | Sort the register list based on the *actual* register numbers rather than the | Bill Wendling | 2011-01-12 | 1 | -5/+5 |
* | Use SmallVector instead of SmallPtrSet and avoid non-deterministic behavior. | Devang Patel | 2011-01-12 | 1 | -3/+3 |
* | Mostly undo r123297, but move the default case in EvaluateAsPCRel to the top | Matt Beaumont-Gay | 2011-01-12 | 1 | -3/+3 |
* | Add another note taken from the gcc bugzilla. | Nick Lewycky | 2011-01-12 | 1 | -1/+20 |
* | Implement RETURNADDR and FRAMEADDR lowering in SPARC backend. | Venkatraman Govindaraju | 2011-01-12 | 3 | -4/+85 |
* | Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to | Venkatraman Govindaraju | 2011-01-12 | 2 | -3/+5 |
* | revert 123144, reenabling the rest of memset formation. | Chris Lattner | 2011-01-12 | 1 | -3/+0 |
* | Fix SPARC backend call instruction so that arguments passed through registers | Venkatraman Govindaraju | 2011-01-12 | 2 | -11/+24 |
* | revert r123146 which disabled code that wasn't the root cause | Chris Lattner | 2011-01-12 | 1 | -2/+0 |
* | revert r123149, reenabling an improvement to memcpyopt that wasn't | Chris Lattner | 2011-01-12 | 1 | -4/+2 |
* | Prefer llvm_unreachable to assert(0) | Matt Beaumont-Gay | 2011-01-12 | 1 | -3/+3 |
* | 1. Support ELF pcrel relocations for movw/movt: | Jason W Kim | 2011-01-12 | 5 | -5/+59 |
* | Workaround for bug 8721. | Jason W Kim | 2011-01-11 | 1 | -0/+106 |
* | The world is not ready for LiveDebugVariables yet. | Jakob Stoklund Olesen | 2011-01-11 | 1 | -1/+1 |
* | Remove the PR8954 workaround. | Jakob Stoklund Olesen | 2011-01-11 | 1 | -4/+0 |
* | Fix a non-deterministic loop in llvm::MergeBlockIntoPredecessor. | Jakob Stoklund Olesen | 2011-01-11 | 1 | -2/+2 |
* | Enable LiveDebugVariables by default. | Jakob Stoklund Olesen | 2011-01-11 | 1 | -1/+1 |
* | SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC | Venkatraman Govindaraju | 2011-01-11 | 1 | -15/+19 |
* | Dial back the speculative fix for PR8954 a bit, so that we only recompute dom... | Cameron Zwarich | 2011-01-11 | 1 | -1/+3 |
* | Don't insert DBG_VALUE instructions after the first terminator. | Jakob Stoklund Olesen | 2011-01-11 | 1 | -0/+7 |
* | Clean up ARM subtarget code by using Triple ADT. | Evan Cheng | 2011-01-11 | 6 | -13/+15 |
* | Appropriately truncate debug info range in dwarf output. | Devang Patel | 2011-01-11 | 1 | -15/+5 |
* | Attempt to fix the bootstrap buildbot. Rafael says this works for him on x86-... | Cameron Zwarich | 2011-01-11 | 1 | -0/+1 |
* | McARM: Fill in GetMnemonicAcceptInfo(). | Daniel Dunbar | 2011-01-11 | 1 | -2/+17 |
* | Remove dead variable, const-ref-ize an APInt. | Owen Anderson | 2011-01-11 | 1 | -4/+1 |
* | this pass claims to preserve scev, make sure to tell it about deletions. | Chris Lattner | 2011-01-11 | 1 | -0/+1 |
* | Fix a comment: We now have intrinsics for vcvtr. | Bob Wilson | 2011-01-11 | 1 | -1/+0 |
* | some comment improvements. | Chris Lattner | 2011-01-11 | 1 | -3/+4 |
* | Fix PR8946, a missing reg/reg form of movdqu. | Chris Lattner | 2011-01-11 | 1 | -0/+4 |
* | McARM: Sketch some logic for determining when to add carry set and predicatio... | Daniel Dunbar | 2011-01-11 | 1 | -4/+48 |
* | McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out the | Daniel Dunbar | 2011-01-11 | 1 | -11/+32 |
* | FixedNumOperandTraits and VariadicOperandTraits assumed that, given a | Jay Foad | 2011-01-11 | 2 | -11/+22 |