Enable CPU detection when using MS VS 2k8 too.
[oota-llvm.git] / test /
2009-12-12 Benjamin KramerFix some CHECK lines which were ignored by accident.
2009-12-11 Bob WilsonRevise scalar replacement to be more flexible about...
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Dan GohmanChange this to the correct PR number.
2009-12-11 Dan GohmanMake getUniqueExitBlocks's precondition assert more...
2009-12-11 Dan GohmanFix the result type of SELECT nodes lowered from Select...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-11 Evan ChengTests for 91103 and 91104.
2009-12-10 Eric ChristopherAdd a test for the fix in revision 91009.
2009-12-10 Evan ChengIt's not safe to coalesce a move where src and dst...
2009-12-10 Chris LattnerFix PR5744, a case where we were getting the pointer...
2009-12-09 Evan ChengFix test.
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-09 Chris Lattnerfix hte last remaining known (by me) phi translation...
2009-12-09 Chris LattnerAdd a minor optimization: if we haven't changed the...
2009-12-09 Chris Lattnerfix PR5733, a case where we'd replace an add with a...
2009-12-09 Chris Lattnermerge crash-2.ll into crash.ll
2009-12-09 Chris Lattnerthe code in GVN that tries to forward large loads to...
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-09 Devang PatelRemove tests that are not suitable anymore. Plus they...
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-12-08 Daniel DunbarCMake/lit: Add llvm_{unit_,}site_config parameters...
2009-12-08 Devang PatelDo not try to push dead variable's debug info into...
2009-12-08 Duncan SandsTeach GlobalOpt to delete aliases with internal linkage...
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-12-07 Evan ChengTest case for 90787.
2009-12-07 David GreeneUse FileCheck and set nounwind on calls.
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-12-06 Anton KorobeynikovDynamic stack realignment use of sp register as source...
2009-12-06 Chris Lattnerfix PR5698
2009-12-06 Chris Lattnerconstant fold loads from memcpy's from global constants...
2009-12-06 Chris Lattneradd support for forwarding mem intrinsic values to...
2009-12-06 Chris Lattnergvn is optimizing this better now.
2009-12-06 Chris LattnerHandle forwarding local memsets to loads. For example...
2009-12-06 Chris Lattnermerge two tests.
2009-12-05 Bill WendlingTemporarily revert r90502. It was causing the llvm...
2009-12-05 Nick LewyckyGeneralize this optimization to work on equality compar...
2009-12-05 Dan GohmanFix this code to use DIScope instead of DICompileUnit...
2009-12-05 Dan GohmanRemove now-redundant llvm-as invocations.
2009-12-04 Bill WendlingAdd testcase for PR4262.
2009-12-04 Bill WendlingTemporarily revert r72620 because r72619 was reverted.
2009-12-04 Chris LattnerFix PR5551 by not ignoring the top level constantexpr...
2009-12-04 Chris LattnerSmall and carefully crafted testcase showing a miscompi...
2009-12-04 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-03 Nate BegemanDon't pull vector sext through both hands of a logical...
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-12-03 Owen AndersonFix this crasher, and add a FIXME for a missed optimiza...
2009-12-03 Chris Lattneradd a failing testcase.
2009-12-03 Chris Lattnerfix PR5673 by being more careful about pointers to...
2009-12-02 Bill WendlingRemove unnecessary check.
2009-12-02 Owen AndersonCleanup/remove some parts of the lifetime region handli...
2009-12-02 Chris Lattnermerge sext-2 into sext.ll
2009-12-02 Chris Lattnerrename test
2009-12-02 Chris Lattnerfilecheckize
2009-12-02 Mon P WangFixed an assertion failure for tracking sext of a vecto...
2009-12-01 Evan ChengFix PR5391: support early clobber physical register...
2009-12-01 Jim Grosbachtest case for IV-Users simplification loop improvement
2009-12-01 Devang PatelClear function specific containers while processing...
2009-12-01 Chris Lattnerminimize this a bit more.
2009-12-01 Chris Lattnermerge 2009-11-29-ReverseMap.ll into crash.ll
2009-12-01 Chris Lattnerfix PR5640 by tracking whether a block is the header...
2009-12-01 Jakob Stoklund OlesenUse CFG connectedness as a secondary sort key when...
2009-12-01 Dan GohmanAdd a comment about A[i+(j+1)].
2009-12-01 Evan ChengFix PR5614: parts of a physical register def may be...
2009-12-01 Devang PatelTest case for r90175.
2009-11-30 Jakob Stoklund OlesenNew virtual registers created for spill intervals shoul...
2009-11-30 Bill WendlingDebug info is disabled on PPC Darwin.
2009-11-30 Nick LewyckyAdd a testcase for the current llvm-gcc build failure.
2009-11-30 Mon P WangAdd test case for r90108
2009-11-30 Nick LewyckyFix this test on 64-bit systems which seem to use i64...
2009-11-30 Nick LewyckyCommit r90099 made LLVM simplify one of these constant...
2009-11-29 Nick LewyckyTeach ConstantFolding to do a better job when folding...
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-29 Chris Lattneradd PR#
2009-11-29 Chris LattnerAdd a testcase for:
2009-11-29 Chris Lattneradd a testcase for
2009-11-29 Chris LattnerImplement PR5634.
2009-11-28 Nick LewyckyTeach memdep to look for memory use intrinsics during...
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-28 Chris Lattnerimplement a FIXME: limit the depth that DecomposeGEPExp...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris LattnerI accidentally implemented this :)
2009-11-27 Chris Lattneradd support for recursive phi translation and phi
2009-11-27 Chris Lattneradd two simple test cases we now optimize (to one load...
2009-11-27 Chris Lattnerfix PR5436 by making the 'simple' case of SRoA not...
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Duncan SandsWhile this test is testing a problem in the generic...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris Lattneradd some tests for memdep phi translation + PRE.
2009-11-27 Chris Lattnerthis test is failing, and is expected to.
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Chris Lattnerrename test.
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerredisable this, my bootstrap worked because it wasn...
2009-11-27 Chris Lattnertry again.
2009-11-27 Chris Lattnerthis is causing buildbot failures, disable for now.
next