summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* This is now passing.Evan Cheng2009-01-16
* Clean up previous cast optimization a bit. Also make zext elimination a bit m...Evan Cheng2009-01-16
* Do not stumble over forward declared struct member. Devang Patel2009-01-16
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-15
* Added missing support to widen an operand from a bit convert.Mon P Wang2009-01-15
* Fix Alpha test and support for private linkage.Rafael Espindola2009-01-15
* Expand insert/extract of a <4 x i32> with a variable index.Mon P Wang2009-01-15
* Add the private linkage.Rafael Espindola2009-01-15
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-15
* Use variable's context to identify respective DbgScope.Devang Patel2009-01-15
* - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex...Evan Cheng2009-01-15
* Don't fold address calculations which use negative offsets intoRichard Osborne2009-01-15
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-15
* Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner2009-01-14
* xfail for now.Devang Patel2009-01-14
* Add pseudo instructions to the XCore for (load|store|load address) of aRichard Osborne2009-01-14
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2009-01-14
* rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporaryChris Lattner2009-01-14
* Disable the register+memory forms of the bt instructions for now. ThanksDan Gohman2009-01-13
* Fix testsuite regressions from recursive inlining.Dale Johannesen2009-01-13
* The list-td and list-tdrr schedulers don't yet support physregDan Gohman2009-01-13
* Make instcombine ensure that all allocas are explicitly aligned at atDan Gohman2009-01-13
* When replacing uses and the same node is reachedDuncan Sands2009-01-13
* Mark this XFAIL for the moment.Duncan Sands2009-01-13
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-13
* FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...Evan Cheng2009-01-13
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-13
* Enable recursive inlining. Reduce inlining thresholdDale Johannesen2009-01-12
* Second test is only valid in 32-bit mode.Evan Cheng2009-01-12
* Test for r62076.Evan Cheng2009-01-12
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-12
* This is a dup of pr2659.ll.Evan Cheng2009-01-10
* Duplicated node may produce a non-physical register def.Evan Cheng2009-01-09
* Add test case from PR2659.Evan Cheng2009-01-09
* Fix PR3304Chris Lattner2009-01-09
* PR2659 was fixed by r61847. Add the testcase as a regression test.Dan Gohman2009-01-09
* Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner2009-01-09
* Fix PR3298, a crash in Jump Threading. Apparently even Chris Lattner2009-01-09
* this doesn't depend on the gcc early inliner anymore.Chris Lattner2009-01-09
* PR3290 is now fixed.Chris Lattner2009-01-09
* Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible.Chris Lattner2009-01-09
* this test should not run opt -std-compile-opts, it should run Chris Lattner2009-01-09
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-08
* ValueTracker can't assume that an alloca with no specified alignment Chris Lattner2009-01-08
* this testcase is huge and hasn't regressed ever, I don't think it is worth ke...Chris Lattner2009-01-08
* the new scalarrepl changes are optimizing away a temporary alloca in Chris Lattner2009-01-08
* This implements the second half of the fix for PR3290, handlingChris Lattner2009-01-08
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-07
* Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands2009-01-07
* Implement the first half of PR3290: if there is a store of an Chris Lattner2009-01-07