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