aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-133-3/+3
* Generalize test case to handle multiple indvars modes.Andrew Trick2011-09-131-3/+6
* Generalize this test's CHECK statements to handle different indvars modes.Andrew Trick2011-09-131-2/+2
* This test only makes sense with -enable-iv-rewrite.Andrew Trick2011-09-131-3/+4
* Zap some junk from the ARM instruction descriptions.Eli Friedman2011-09-134-67/+0
* [indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick2011-09-132-13/+13
* Silence false positive uninitialized variable warnings from GCC.Benjamin Kramer2011-09-131-3/+3
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-135-306/+516
* Add comment to clarify the behavior of a helper in DSE.Eli Friedman2011-09-131-0/+2
* Correct grammar.Eli Friedman2011-09-131-1/+1
* Fix the assembler strings for a couple of atomic instructions. Doesn't reall...Eli Friedman2011-09-131-2/+2
* Tidy up a bit.Jim Grosbach2011-09-121-18/+9
* Conditionalize indvars test that relies on SCEV expansion of geps,Andrew Trick2011-09-121-4/+13
* Change testcase commandline to be more strict and silence buildbotsBruno Cardoso Lopes2011-09-121-1/+1
* Fix PR10845. SUBREG_TO_REG shouldn't be used when the input andBruno Cardoso Lopes2011-09-122-8/+22
* indvars test only relevant for -enable-iv-rewrite.Andrew Trick2011-09-121-1/+3
* Fix a failing ELF Thumb test. I _think_ this is right, but it's not totally ...Owen Anderson2011-09-121-1/+1
* Introduce a bit of a hack.Bill Wendling2011-09-121-15/+44
* gold plugin: don't report error on non-bitcode (e.g. ELF) files.Ivan Krasin2011-09-121-9/+25
* Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...Owen Anderson2011-09-122-7/+93
* Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes2011-09-123-8/+8
* Fix encoding of PC-relative LDRSHW with an immediate offset.Owen Anderson2011-09-122-11/+21
* Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick2011-09-125-25/+26
* Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman2011-09-125-19/+19
* There's no need to add additional predicate operands when converting a tB to ...Owen Anderson2011-09-121-2/+0
* Fix typo.Eric Christopher2011-09-121-1/+1
* Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes2011-09-123-9/+55
* Organize a bit the operand names for CMPPS and CMPPDBruno Cardoso Lopes2011-09-121-18/+18
* Realign BLEND patterns to match the general style for patterns in .td file.Bruno Cardoso Lopes2011-09-121-45/+42
* Fix 80-columnsBruno Cardoso Lopes2011-09-121-12/+16
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-123-0/+545
* Removing indvars tests that directly test canonical IVs and nothing else.Andrew Trick2011-09-126-137/+0
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-1211-52/+30
* Add asserts to keep front-ends honest while encoding debug info into LLVM IR ...Devang Patel2011-09-121-0/+9
* Fix mistake in test runline.Eli Friedman2011-09-121-1/+1
* Test case for r139453, WidenIV::GetExtendedOperandRecurrence.Andrew Trick2011-09-121-0/+30
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-122-0/+2
* Remove the -compact-regions flag.Jakob Stoklund Olesen2011-09-121-11/+5
* Add an interface for SplitKit complement spill modes.Jakob Stoklund Olesen2011-09-123-5/+49
* Update comments to reflect some (not so) recent changes.Jakob Stoklund Olesen2011-09-121-4/+5
* Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne2011-09-122-3/+26
* Mark LDWCP as having no side effects.Richard Osborne2011-09-121-1/+1
* Format patterns, remove unused X86blend patternsNadav Rotem2011-09-122-27/+34
* Fix disassembling of one of the register/register forms of MOVUPS/MOVUPD/MOVA...Craig Topper2011-09-112-0/+122
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-113-5/+26
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-113-3/+9
* s/SequeuentiallyConsistent/SequentiallyConsistent/gNick Lewycky2011-09-111-3/+3
* Fix verb tense agreement.Nick Lewycky2011-09-111-1/+1
* CR fixes per Bruno's request.Nadav Rotem2011-09-114-95/+53
* Really un-XFAIL the testcase, like I said I would in r139458.Eli Friedman2011-09-101-1/+0