summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* this passes now.Chris Lattner2010-04-25
* Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner2010-04-25
* Generalize LSR's OptimizeMax to handle the new kinds of max expressionsDan Gohman2010-04-24
* ScalarEvolution support for <= and >= loops.Dan Gohman2010-04-24
* no longer xfailChris Lattner2010-04-23
* Per Chris, fuse four trivial tests using grep (r102199) into one that uses Fi...Stuart Hastings2010-04-23
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-23
* Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test...Stuart Hastings2010-04-23
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-23
* testcase for the bug that required a patch to be reverted.Chris Lattner2010-04-23
* Fix LSR to tolerate cases where ScalarEvolution initiallyDan Gohman2010-04-23
* disable my previous inliner patch, it appears to be busting self-host.Chris Lattner2010-04-23
* The inliner was choosing to not consider call sitesChris Lattner2010-04-22
* Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfieldJim Grosbach2010-04-22
* Remove the test for now.Devang Patel2010-04-22
* Adjust debug range offsets for isWeakForLinker() functions.Devang Patel2010-04-22
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-22
* Don't attempt to analyze values which are obviously undef. This fixes someDan Gohman2010-04-22
* Do not try to optimize a copy that has already been marked for deletion.Evan Cheng2010-04-21
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen2010-04-21
* Implement (but don't enable) PR6724 and rdar://6295824. In short,Chris Lattner2010-04-21
* - Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng2010-04-21
* Revert r101471. For tight recursive functions which have multipleDan Gohman2010-04-21
* Add another variant of this test which found a place whereDan Gohman2010-04-21
* teach the x86 address matching stuff to handleChris Lattner2010-04-20
* When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...Johnny Chen2010-04-20
* Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into CodeGen/X86/crash.ll. AlsoBill Wendling2010-04-20
* For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11...Johnny Chen2010-04-20
* Add RUN:Devang Patel2010-04-20
* Bill's change in r95336 broke empty aggregates embeddedChris Lattner2010-04-20
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-20
* RewriteLoopBodyWithConditionConstant can end up rewriting theChris Lattner2010-04-20
* reapply 'reject forward references to functions whose type don't match'Chris Lattner2010-04-20
* The visitXOR method can return the same SDNode. If so, we don't want to deleteBill Wendling2010-04-20
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-20
* Fix rdar://7879828 - crash in CallGraph, a self host issue.Chris Lattner2010-04-20
* Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson2010-04-20
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-19
* According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1Johnny Chen2010-04-19
* Fix typo. add a test case.Devang Patel2010-04-19
* ARM disassembler did not react to recent changes to the NEON instruction table.Johnny Chen2010-04-19
* Fix declarations in a few more tests.Nick Lewycky2010-04-17
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-17
* Fix intrinsic signature in this test.Nick Lewycky2010-04-17
* reject forward references to functions whose type don't matchChris Lattner2010-04-17
* doh, didn't mean to check in my hackaround lit sucking. :)Chris Lattner2010-04-17
* fix PR6332, allowing an index of zero into a zero sized array Chris Lattner2010-04-17
* teach the x86 asm parser how to handle segment prefixesChris Lattner2010-04-17
* testcase for r101538, patch by Nico Schmidt!Chris Lattner2010-04-17