aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...Devang Patel2010-04-261-1/+1
* When checking whether the special handling for an addrec increment whichDan Gohman2010-04-261-1/+24
* Add a comment to this test.Dan Gohman2010-04-261-0/+3
* fix PR6921 a different way. Intead of increasing theChris Lattner2010-04-262-0/+19
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-263-21/+5
* fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner2010-04-261-2/+13
* testcase for PR6913Chris Lattner2010-04-251-0/+17
* this passes now.Chris Lattner2010-04-251-3/+2
* Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner2010-04-252-2/+19
* Generalize LSR's OptimizeMax to handle the new kinds of max expressionsDan Gohman2010-04-241-0/+32
* ScalarEvolution support for <= and >= loops.Dan Gohman2010-04-244-4/+31
* no longer xfailChris Lattner2010-04-231-2/+1
* Per Chris, fuse four trivial tests using grep (r102199) into one that uses Fi...Stuart Hastings2010-04-235-36/+45
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-231-3/+3
* Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test...Stuart Hastings2010-04-234-0/+36
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-233-4/+3
* testcase for the bug that required a patch to be reverted.Chris Lattner2010-04-231-0/+31
* Fix LSR to tolerate cases where ScalarEvolution initiallyDan Gohman2010-04-231-0/+28
* disable my previous inliner patch, it appears to be busting self-host.Chris Lattner2010-04-231-0/+1
* The inliner was choosing to not consider call sitesChris Lattner2010-04-221-2/+30
* Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfieldJim Grosbach2010-04-222-0/+56
* Remove the test for now.Devang Patel2010-04-221-38/+0
* Adjust debug range offsets for isWeakForLinker() functions.Devang Patel2010-04-221-0/+38
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-221-0/+29
* Don't attempt to analyze values which are obviously undef. This fixes someDan Gohman2010-04-221-0/+39
* Do not try to optimize a copy that has already been marked for deletion.Evan Cheng2010-04-211-0/+15
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-0/+44
* Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen2010-04-211-2/+5
* Implement (but don't enable) PR6724 and rdar://6295824. In short,Chris Lattner2010-04-211-0/+23
* - Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng2010-04-214-5/+9
* Revert r101471. For tight recursive functions which have multipleDan Gohman2010-04-211-29/+0
* Add another variant of this test which found a place whereDan Gohman2010-04-211-0/+43
* teach the x86 address matching stuff to handleChris Lattner2010-04-201-0/+47
* When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...Johnny Chen2010-04-201-0/+3
* Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into CodeGen/X86/crash.ll. AlsoBill Wendling2010-04-202-58/+21
* For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11...Johnny Chen2010-04-201-0/+3
* Add RUN:Devang Patel2010-04-201-2/+2
* Bill's change in r95336 broke empty aggregates embeddedChris Lattner2010-04-201-1/+10
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-201-0/+8
* RewriteLoopBodyWithConditionConstant can end up rewriting theChris Lattner2010-04-201-0/+19
* reapply 'reject forward references to functions whose type don't match'Chris Lattner2010-04-201-1/+1
* The visitXOR method can return the same SDNode. If so, we don't want to deleteBill Wendling2010-04-201-0/+58
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-202-0/+1
* Fix rdar://7879828 - crash in CallGraph, a self host issue.Chris Lattner2010-04-201-0/+38
* Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson2010-04-2010-94/+188
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-191-0/+24
* According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1Johnny Chen2010-04-191-0/+3
* Fix typo. add a test case.Devang Patel2010-04-191-0/+30
* ARM disassembler did not react to recent changes to the NEON instruction table.Johnny Chen2010-04-191-0/+4
* Fix declarations in a few more tests.Nick Lewycky2010-04-174-5/+5