aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if...Bill Wendling2009-02-081-0/+0
* The 'false.c' test must depend on llvm-g++.Mikhail Glushenkov2009-02-082-11/+26
* Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng2009-02-081-0/+22
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng2009-02-081-0/+491
* Revert r63999. It was breaking self-hosting builds.Bill Wendling2009-02-082-2/+2
* testcase for r64049 of llvm-gcc.Chris Lattner2009-02-071-0/+7
* Instrcombine should not change load(cast p) to cast(load p) if the castMon P Wang2009-02-071-0/+19
* Enable machine sinking pass in non-fast mode.Evan Cheng2009-02-072-2/+2
* Ignore DbgInfoIntrinsics.Devang Patel2009-02-061-0/+71
* fix PR3489, use bits instead of bytes.Chris Lattner2009-02-061-0/+20
* Fix test. It produces unexpected code if sse4.1 is on.Evan Cheng2009-02-061-3/+3
* Ignore dbg intrinsics while propagating conditional expression info. Take 2.Devang Patel2009-02-051-0/+45
* isAsCheapAsMove instructions can have register src operands. Check if they ar...Evan Cheng2009-02-051-0/+12
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-051-45/+0
* Remove dead blocks in the end.Devang Patel2009-02-051-0/+1
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-051-0/+45
* testcase for rdar://6551276 and llvm-gcc r63873Chris Lattner2009-02-051-0/+11
* Turn on machine LICM in non-fast mode.Evan Cheng2009-02-052-4/+4
* if we have a large GEP offset on a 32-bit or other target, makeChris Lattner2009-02-051-0/+9
* Ignore dbg intrinsics while folding switch instruction.Devang Patel2009-02-051-0/+58
* Ignore dbg intrinsics.Devang Patel2009-02-041-0/+122
* Add test case for r63760.Mon P Wang2009-02-041-0/+15
* Remove now-incorrect test.Nate Begeman2009-02-041-9/+0
* Allow the inverse transform x86_fp80 -> i80 (alsoDuncan Sands2009-02-041-0/+5
* Fix PR3468: a crash when constant folding a bitcast ofDuncan Sands2009-02-041-0/+7
* Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...Owen Anderson2009-02-041-0/+14
* Fixes a case where we generate an incorrect mask for pshfhw in the presenceMon P Wang2009-02-041-0/+23
* While folding vallue comparison terminators ignore dbg intrinsics.Devang Patel2009-02-041-0/+49
* Ignore dbg intrinsics while hoisting common code in the two blocks up into th...Devang Patel2009-02-041-0/+33
* Do not let dbg intrinsic block folding of two entry phi node.Devang Patel2009-02-031-0/+28
* teach "convert from scalar" to handle loads of fca's.Chris Lattner2009-02-031-0/+9
* make scalar conversion handle stores of first classChris Lattner2009-02-031-0/+12
* Make SROA produce a vector only when the alloca is actually Chris Lattner2009-02-031-0/+19
* this produces an undefined result, just check that the alloca is goneChris Lattner2009-02-031-1/+1
* Fix PR3411. When replacing values, nodes are analyzedDuncan Sands2009-02-031-0/+30
* APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ...Evan Cheng2009-02-031-0/+19
* add another case of undefined behavior without crashing, PR3466.Chris Lattner2009-02-031-0/+9
* Revert r63600. It didn't fix the bug, it just moved it a bit.Nick Lewycky2009-02-031-32/+0
* Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky2009-02-031-0/+32
* fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner2009-02-031-0/+8
* Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner2009-02-031-0/+18
* Delete these two tests. They are specific to x86-64, and there's noDan Gohman2009-02-032-42/+0
* rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner2009-02-032-1/+10
* this test produces an undefined value, we don't careChris Lattner2009-02-031-1/+1
* It fails on Linux. XFAIL that machine.Bill Wendling2009-02-031-2/+2
* This is passing for us. Should it have been reenabled?Bill Wendling2009-02-031-2/+1
* Add explicit -march=x86 to these tests so that they don'tDan Gohman2009-02-031-2/+2
* Fix another test to not use -mcpu=yonah with 64-bit code.Dan Gohman2009-02-021-2/+2
* Yonah does not support x86-64. Change the -mcpu value to one that does.Dan Gohman2009-02-021-1/+1
* Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-023-1/+12