aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-01-17Fix MatchAddress bug that's preventing negative displacement from being folde...Evan Cheng
2009-01-17Simplify extract element of a scalar to vector.Mon P Wang
2009-01-16Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng
2009-01-16Disable the post-RA scheduler on this test, since it uses aDan Gohman
2009-01-16CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...Evan Cheng
2009-01-16Fix PR3335 by not turning a store to one address space into a store to another.Chris Lattner
2009-01-16Add support for non-zero __builtin_return_address values on X86.Bill Wendling
2009-01-16This is now passing.Evan Cheng
2009-01-16Clean up previous cast optimization a bit. Also make zext elimination a bit m...Evan Cheng
2009-01-16Do not stumble over forward declared struct member. Devang Patel
2009-01-15Validate dbg_* intrinsics before lowering them.Devang Patel
2009-01-15Added missing support to widen an operand from a bit convert.Mon P Wang
2009-01-15Fix Alpha test and support for private linkage.Rafael Espindola
2009-01-15Expand insert/extract of a <4 x i32> with a variable index.Mon P Wang
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15Use lightweight DebugInfo objects directly.Devang Patel
2009-01-15Use variable's context to identify respective DbgScope.Devang Patel
2009-01-15- Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex...Evan Cheng
2009-01-15Don't fold address calculations which use negative offsets intoRichard Osborne
2009-01-15- Convert remaining i64 custom lowering into custom instruction emissionScott Michel
2009-01-14Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner
2009-01-14xfail for now.Devang Patel
2009-01-14Add pseudo instructions to the XCore for (load|store|load address) of aRichard Osborne
2009-01-14Fix the time regression I introduced in 464.h264ref withDale Johannesen
2009-01-14rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporaryChris Lattner
2009-01-13Disable the register+memory forms of the bt instructions for now. ThanksDan Gohman
2009-01-13Fix testsuite regressions from recursive inlining.Dale Johannesen
2009-01-13The list-td and list-tdrr schedulers don't yet support physregDan Gohman
2009-01-13Make instcombine ensure that all allocas are explicitly aligned at atDan Gohman
2009-01-13When replacing uses and the same node is reachedDuncan Sands
2009-01-13Mark this XFAIL for the moment.Duncan Sands
2009-01-13Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky
2009-01-13FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...Evan Cheng
2009-01-13Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel
2009-01-12Enable recursive inlining. Reduce inlining thresholdDale Johannesen
2009-01-12Second test is only valid in 32-bit mode.Evan Cheng
2009-01-12Test for r62076.Evan Cheng
2009-01-12Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng
2009-01-10This is a dup of pr2659.ll.Evan Cheng
2009-01-09Duplicated node may produce a non-physical register def.Evan Cheng
2009-01-09Add test case from PR2659.Evan Cheng
2009-01-09Fix PR3304Chris Lattner
2009-01-09PR2659 was fixed by r61847. Add the testcase as a regression test.Dan Gohman
2009-01-09Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner
2009-01-09Fix PR3298, a crash in Jump Threading. Apparently even Chris Lattner
2009-01-09this doesn't depend on the gcc early inliner anymore.Chris Lattner
2009-01-09PR3290 is now fixed.Chris Lattner
2009-01-09Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible.Chris Lattner
2009-01-09this test should not run opt -std-compile-opts, it should run Chris Lattner
2009-01-08Do not inline functions with (dynamic) alloca intoDale Johannesen