aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfail this for now, will fix shortly.Chris Lattner2009-02-021-0/+1
* update testChris Lattner2009-02-021-1/+1
* Fix a bug which caused us to miscompile a couple of AdaChris Lattner2009-02-021-0/+16
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-021-0/+103
* Make this test case smaller.Devang Patel2009-02-021-86/+16
* This passes on x86-32 linux at least.Duncan Sands2009-02-021-1/+0
* Make the XFAIL line actually match x86-32 targets.Duncan Sands2009-02-021-1/+1
* Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit...Evan Cheng2009-02-021-0/+23
* Fix PR3372Chris Lattner2009-02-021-0/+6
* reduce testcase.Chris Lattner2009-02-021-480/+18
* add 2 more testcases for -mattr=-sse (r63495).Edwin Török2009-02-012-0/+66
* Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack forEdwin Török2009-02-012-2/+46
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-011-0/+32
* Reinstate this optimization to fold icmp of xor when possible. Don't try toNick Lewycky2009-01-312-1/+22
* Fix PR3452 (an infinite loop bootstrapping) by disabling the recentChris Lattner2009-01-312-0/+485
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-313-0/+51
* now that all the pieces are in place, teach instcombine'sChris Lattner2009-01-311-0/+24