summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* add another case of undefined behavior without crashing, PR3466.Chris Lattner2009-02-03
* Revert r63600. It didn't fix the bug, it just moved it a bit.Nick Lewycky2009-02-03
* Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky2009-02-03
* fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner2009-02-03
* Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner2009-02-03
* Delete these two tests. They are specific to x86-64, and there's noDan Gohman2009-02-03
* rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner2009-02-03
* this test produces an undefined value, we don't careChris Lattner2009-02-03
* It fails on Linux. XFAIL that machine.Bill Wendling2009-02-03
* This is passing for us. Should it have been reenabled?Bill Wendling2009-02-03
* Add explicit -march=x86 to these tests so that they don'tDan Gohman2009-02-03
* Fix another test to not use -mcpu=yonah with 64-bit code.Dan Gohman2009-02-02
* Yonah does not support x86-64. Change the -mcpu value to one that does.Dan Gohman2009-02-02
* Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-02
* xfail this for now, will fix shortly.Chris Lattner2009-02-02
* update testChris Lattner2009-02-02
* Fix a bug which caused us to miscompile a couple of AdaChris Lattner2009-02-02
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-02
* Make this test case smaller.Devang Patel2009-02-02
* This passes on x86-32 linux at least.Duncan Sands2009-02-02
* Make the XFAIL line actually match x86-32 targets.Duncan Sands2009-02-02
* Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit...Evan Cheng2009-02-02
* Fix PR3372Chris Lattner2009-02-02
* reduce testcase.Chris Lattner2009-02-02
* add 2 more testcases for -mattr=-sse (r63495).Torok Edwin2009-02-01
* Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack forTorok Edwin2009-02-01
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-01
* Reinstate this optimization to fold icmp of xor when possible. Don't try toNick Lewycky2009-01-31
* Fix PR3452 (an infinite loop bootstrapping) by disabling the recentChris Lattner2009-01-31
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-31
* now that all the pieces are in place, teach instcombine'sChris Lattner2009-01-31
* make sure to set Changed=true when instcombine hacks on the code,Chris Lattner2009-01-31
* Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c -...Mon P Wang2009-01-31
* If unsafe FP optimization is not set, don't allow -(A-B) => B-A becauseMon P Wang2009-01-31
* Simplify and generalize the SROA "convert to scalar" transformation toChris Lattner2009-01-31
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-30
* This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng2009-01-30
* Enable target tripple.Devang Patel2009-01-30
* Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel2009-01-30
* Add DW_AT_declaration for class methods.Devang Patel2009-01-30
* XFAIL this test. It only worked before because of a bug in the spill point s...Owen Anderson2009-01-29
* Local register allocator shouldn't assume only the entry and landing pad basi...Evan Cheng2009-01-29
* In the case of an extractelement on an insertelement value,Dan Gohman2009-01-29
* Add a always_inline test case.Evan Cheng2009-01-29
* Add a test case for Chris lvalue alignment fixes.Evan Cheng2009-01-29
* Exit with nice warnings when register allocator run out of registers.Evan Cheng2009-01-29
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-29
* Fixed lowering of v816 shuffles.Mon P Wang2009-01-28
* Make test platform agnostic.Bill Wendling2009-01-28
* Give this test an explicit target, to make it host-independent.Dan Gohman2009-01-28