Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit...
[oota-llvm.git] / test /
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-05 Scott MichelCellSPU: Add new directory under tests/CodeGen/CellSPU...
2008-12-04 Devang PatelRewrite code that 1) filters loops and 2) calculates...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Evan ChengUse mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
2008-12-03 Rafael EspindolaFix some tests. The grep for "il" was matching "file".
2008-12-03 Richard OsborneAdd support for ISD::TRAP to the XCore backend
2008-12-03 Evan ChengFix test.
2008-12-03 Chris Lattnertestcase for br undef folding.
2008-12-03 Chris LattnerTeach jump threading some more simple tricks:
2008-12-03 Chris Lattnerdon't spew tons of stuff to the output. This testcase...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Bill WendlingChange label to 'carry' for unsigned adds.
2008-12-03 Dan GohmanFix byval arguments in the fastcc calling convention...
2008-12-03 Dan GohmanAdd nounwind attributes to this test.
2008-12-03 Dale Johannesentestcases for recent dag combiner changes
2008-12-02 Evan ChengRemove a (what appears to be) overly strict assertion...
2008-12-02 Scott MichelCellSPU:
2008-12-02 Chris LattnerImplement PRE of loads in the GVN pass with a pretty...
2008-12-02 Owen AndersonAdd a test for my previous PRE fix.
2008-12-02 Evan ChengFix PR3124: overly strict assert.
2008-12-02 Bill WendlingSecond stab at target-dependent lowering of everyone...
2008-12-01 Chris LattnerAdd rdar reference, make this actually fail when the...
2008-12-01 Dale JohannesenConsider only references to an IV within the loop when
2008-12-01 Scott MichelCellSPU:
2008-12-01 Bill WendlingUse m_Specific() instead of double matching.
2008-12-01 Chris Lattnersimplify these patterns using m_Specific. No need...
2008-12-01 Chris LattnerTeach inst combine to merge GEPs through PHIs. This...
2008-12-01 Chris Lattnertestcase for my previous commit.
2008-12-01 Bill WendlingImplement ((A|B)&1)|(B&-2) -> (A&1) | B transformation...
2008-11-30 Bill WendlingAdd instruction combining for ((A&~B)|(~A&B)) -> A...
2008-11-30 Bill WendlingImplement (A&((~A)|B)) -> A&B transformation in the...
2008-11-30 Bill WendlinggetSExtValue() doesn't work for ConstantInts with bitwi...
2008-11-30 Eli FriedmanOptimize memmove and memset into the LLVM builtins...
2008-11-30 Eli FriedmanFollowup to r60283: optimize arbitrary width signed...
2008-11-30 Eli FriedmanFix for PR2164: allow transforming arbitrary-width...
2008-11-30 Eli FriedmanAPIntify a test which is potentially unsafe otherwise...
2008-11-30 Bill WendlingStrengthen check for div inst-combining.
2008-11-30 Bill WendlingInstcombine was illegally transforming -X/C into X...
2008-11-29 Chris Lattnerdon't require GVN to work on dead values, just make the
2008-11-29 Chris LattnerFix a thinko that manifested as a crash on clamav last...
2008-11-28 Chris LattnerFix PR3141 by ensuring that MemoryDependenceAnalysis...
2008-11-28 Chris Lattnerdon't call MergeBasicBlockIntoOnlyPred on a block whose...
2008-11-27 Nick LewyckyChris prefers icmp/select over udiv!
2008-11-27 Nick LewyckyAdd a couple of missed optimizations on integer vectors...
2008-11-27 Chris LattnerFix PR3138: if we merge the entry block into another...
2008-11-27 Bill WendlingXFAil test due to reverting of patch.
2008-11-27 Chris LattnerMake jump threading substantially more powerful, in...
2008-11-27 Evan ChengAvoid inserting noop's in the middle of a loop.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-27 Evan ChengAdd -march=x86.
2008-11-26 Bill WendlingAdd x86-specific test for add-with-overflow intrinsics.
2008-11-26 Chris LattnerTurn on my codegen prepare heuristic by default. It...
2008-11-26 Duncan SandsCheck that running the DAG combiner between type
2008-11-26 Bill WendlingAdd test for rdar://6394879.
2008-11-26 Chris LattnerThis adds in some code (currently disabled unless you...
2008-11-26 Chris LattnerTeach CodeGenPrepare to look through Bitcast instructio...
2008-11-26 Chris Lattnerfix an over-reduced test.
2008-11-26 Chris Lattnerthis doesn't need EH
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-11-25 Evan ChengconvertToSignExtendedInteger should return opInvalidOp...
2008-11-25 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: test should use shlqby, not shlqbyi
2008-11-25 Bill WendlingXFAIL this test. A recent CellSPU check-in broke it.
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-24 Bill WendlingTestcase for constant CFStrings.
2008-11-24 Chris Lattnerreenable test
2008-11-24 Bill WendlingTemporarily XFAIL this test. r59976 and r59972 broke it.
2008-11-24 Chris LattnerFix 3113: If we have a dead cyclic PHI, replace the...
2008-11-24 Scott MichelCellSPU:
2008-11-24 Scott MichelCellSPU:
2008-11-24 Bill WendlingTest add-with-overflow with fast ISel.
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-11-24 Bill WendlingAdd support for llvm.uadd.with.overflow.
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-21 Nick LewyckyOptimize (x/y)*y into x-(x%y) in general. Div and rem...
2008-11-21 Scott MichelCellSPU:
2008-11-21 Bill WendlingAdd generic test for add with overflow.
2008-11-20 Dan GohmanTest -pre-RA-sched=fast too, for completeness.
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
2008-11-19 Devang PatelIf there are two consecutive llvm.dbg.stoppoint calls...
2008-11-19 Dan GohmanRevert r59640. It broke this test for builds that aren't
2008-11-19 Dan GohmanUse %llvmgcc -xassembler instead of invoking as directl...
2008-11-19 Owen AndersonAdd support for rematerialization in pre-alloc-splitting.
2008-11-19 Daniel DunbarLLVMC2: -emit-llvm stops compilation.
2008-11-19 Daniel DunbarLLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
2008-11-18 Evan ChengRegister scavenger should process early clobber defs...
2008-11-18 Nick LewyckyAdd a utility function that detects whether a loop...
2008-11-18 Duncan SandsReapply r59464, this time using the correct type
2008-11-18 Bill WendlingA simple test for stack protectors. This should be...
2008-11-18 Bill WendlingRevert r59464. It was causing this failure:
2008-11-18 Devang PatelGive SIToFPInst preference over UIToFPInst because...
2008-11-17 Devang PatelWhile handling floating point IVs lift restrictions...
2008-11-17 Duncan SandsAdd soft float support for a bunch more operations...
2008-11-17 Dale JohannesenRemove these, which test for optimizations that
2008-11-17 Richard OsborneDon't produce ADDC/ADDE when expanding SHL unless they...
2008-11-16 Lang HamesRemoved 2008-10-17-SpillerBug.ll as it does not provide...
2008-11-16 Lang Hames2008-10-17-SpillerBug.ll is currently failing, but...
2008-11-16 Mon P WangImproved shuffle normalization to avoid using extract...
next