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