aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-171-1/+1
* Fix intrinsic signature in this test.Nick Lewycky2010-04-171-1/+1
* reject forward references to functions whose type don't matchChris Lattner2010-04-171-1/+1
* doh, didn't mean to check in my hackaround lit sucking. :)Chris Lattner2010-04-171-1/+1
* fix PR6332, allowing an index of zero into a zero sized array Chris Lattner2010-04-171-0/+8
* teach the x86 asm parser how to handle segment prefixesChris Lattner2010-04-172-2/+4
* testcase for r101538, patch by Nico Schmidt!Chris Lattner2010-04-171-0/+3
* Start function numbering at 0.Dan Gohman2010-04-1734-646/+646
* a bunch of ssse3 instructions are misencoded to think they have an Chris Lattner2010-04-171-0/+7
* Add nounwind.Evan Cheng2010-04-171-6/+6
* Re-commit my previous SSAUpdater changes. The previous version naively triedBob Wilson2010-04-171-0/+46
* Minor change to make the test case comply with Vd<0> == '0' when Q == '1'.Johnny Chen2010-04-161-1/+1
* Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for aJohnny Chen2010-04-161-0/+3
* In the same spirit of r101524, which removed the assert() from printAddrMode2...Johnny Chen2010-04-161-0/+3
* Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. ChangedJohnny Chen2010-04-161-0/+3
* Revert r101455, which fails on the llvm-arm-linux buildbot.Dan Gohman2010-04-161-41/+0
* Disable inlining of recursive calls. It can complicate tailcallelim andDan Gohman2010-04-161-0/+29
* Refine the detection of seemingly infinitely recursive calls where theDan Gohman2010-04-161-1/+25
* Add JIT exception handling test.Bill Wendling2010-04-161-0/+41
* move comment.Chris Lattner2010-04-161-1/+1
* fix PR6832: we were using the alignment of a pointer when we Chris Lattner2010-04-161-0/+32
* Added another test case for am3offset operand, testing Rn, #+/-imm8.Johnny Chen2010-04-151-0/+3
* Add test case for machine-sink on critical edgesJakob Stoklund Olesen2010-04-151-0/+58