aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman2011-09-024-0/+18
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-022-12/+75
* Better fix for this testcase. Update it to the new EH scheme entirely.Bill Wendling2011-09-021-6/+7
* Update for new EH stuff. (I'm not sure if this is 100% correct.)Bill Wendling2011-09-021-1/+1
* Test case update for unroll-scev.Andrew Trick2011-09-022-8/+13
* Comment and clarifying assert.Andrew Trick2011-09-022-2/+4
* No need to get fancy inserting a PHI node when the values are stored in stackBill Wendling2011-09-021-43/+15
* Make RecordVal Name an InitDavid Greene2011-09-022-3/+16
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-023-1/+92
* Tidy up. Formatting.Jim Grosbach2011-09-024-16/+18
* Update comments to reflect reality.Bill Wendling2011-09-022-4/+2
* Tidy up. 80 columns.Jim Grosbach2011-09-021-4/+8
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-022-1/+38
* Simplify by using isFullCopy().Jakob Stoklund Olesen2011-09-021-3/+1
* Revert r138826 until PR10834 can be fixed.Bill Wendling2011-09-021-1/+8
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-022-9/+30
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-025-10/+40
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-022-2/+8
* Tests for Thumb2 AND (immediate) instruction.Jim Grosbach2011-09-022-4/+12
* Extra CHECK-NOT to make sure that GVN transform works properly.Jakub Staszak2011-09-021-0/+1
* -unroll-scev flag removalAndrew Trick2011-09-024-4/+4
* Enable SCEV-based unrolling by default.Andrew Trick2011-09-021-3/+3
* Add FIXME. Thumb2 ADR encoding choice is non-trivial.Jim Grosbach2011-09-021-0/+6
* Return undef value (instead of arbitrary) for wrong or undef index inJakub Staszak2011-09-021-4/+4
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-022-0/+33
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-022-2/+19
* Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.Kalle Raiskila2011-09-022-3/+14
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-022-26/+26
* Perform the upgrading of the old EH to the new EH in a more sane manner.Bill Wendling2011-09-021-34/+113
* Update to new EH scheme.Bill Wendling2011-09-021-95/+34
* Merge the ARM disassembler header into the implementation file, since it is n...Owen Anderson2011-09-012-85/+54
* Fix 80 columns violations.Owen Anderson2011-09-011-449/+655
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-015-52/+56
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-0119-38/+80
* Null-initialize to shut up -Wuninitialized warnings.Eli Friedman2011-09-011-1/+1
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-012-21/+36
* Reduce indentation. No functionality change.Bill Wendling2011-09-011-17/+18
* Change worklist driven deletion to be an iterative process.Bill Wendling2011-09-012-42/+12
* Fix test; sorry for any inconvenience.Eli Friedman2011-09-011-2/+2
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-012-7/+22
* Add missing newline.Eli Friedman2011-09-011-1/+1
* Fix the build for us -Werror users.Nick Lewycky2011-09-012-37/+24
* Make isSafeToSpeculativelyExecute() return the right answer for some new inst...Eli Friedman2011-09-011-0/+4
* XFAIL this test on arm until the backend is fixed.Benjamin Kramer2011-09-011-0/+3
* This test depends on cmov being available.Benjamin Kramer2011-09-011-1/+1
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-012-5/+34
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-012-1/+3
* Fix vbroadcast matching logic to early unmatch if the node doesn't haveBruno Cardoso Lopes2011-09-012-1/+15
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-014-615/+630
* t2Bcc is allowed to have a predicate without a preceding IT instruction.Owen Anderson2011-09-012-1/+8