| Commit message (Expand) | Author | Age | Files | Lines |
* | Make linear scan's trivial coalescer slightly more aggressive. | Evan Cheng | 2009-01-20 | 1 | -0/+8 |
* | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner | 2009-01-19 | 1 | -0/+20 |
* | Move & restructure test per review. | Dale Johannesen | 2009-01-19 | 1 | -2/+2 |
* | convert this to an unfoldable potentially trapping constant expr. | Chris Lattner | 2009-01-19 | 1 | -2/+4 |
* | Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when | Dan Gohman | 2009-01-19 | 1 | -0/+8 |
* | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner | 2009-01-19 | 1 | -0/+21 |
* | compile-time fmod was done incorrectly. PR 3316. | Dale Johannesen | 2009-01-19 | 1 | -0/+77 |
* | Verify Intrinsic::dbg_declare. | Devang Patel | 2009-01-19 | 2 | -10/+3 |
* | DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea... | Evan Cheng | 2009-01-19 | 1 | -0/+7 |
* | Port this test from dejagnu to unit testing. | Nick Lewycky | 2009-01-19 | 1 | -30/+0 |
* | Temporarily revert r62487. It's causing this error during a release bootstrap of | Bill Wendling | 2009-01-19 | 1 | -0/+1 |
* | Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't | Evan Cheng | 2009-01-19 | 1 | -0/+1 |
* | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner | 2009-01-19 | 1 | -0/+30 |
* | Fix rdar://6505632, an llc crash on 483.xalancbmk | Chris Lattner | 2009-01-18 | 1 | -0/+36 |
* | Forgot this in the previous checkin: fopen now has nocapture, realloc is | Nick Lewycky | 2009-01-18 | 1 | -2/+2 |
* | Testcase for last commit. | Bill Wendling | 2009-01-17 | 1 | -0/+31 |
* | Fix MatchAddress bug that's preventing negative displacement from being folde... | Evan Cheng | 2009-01-17 | 2 | -1/+19 |
* | Simplify extract element of a scalar to vector. | Mon P Wang | 2009-01-17 | 1 | -0/+13 |
* | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng | 2009-01-16 | 1 | -0/+19 |
* | Disable the post-RA scheduler on this test, since it uses a | Dan Gohman | 2009-01-16 | 1 | -1/+2 |
* | CreateVirtualRegisters does trivial copy coalescing. If a node def is used by... | Evan Cheng | 2009-01-16 | 1 | -0/+50 |
* | Fix PR3335 by not turning a store to one address space into a store to another. | Chris Lattner | 2009-01-16 | 1 | -0/+11 |
* | Add support for non-zero __builtin_return_address values on X86. | Bill Wendling | 2009-01-16 | 1 | -0/+22 |
* | This is now passing. | Evan Cheng | 2009-01-16 | 1 | -1/+0 |
* | Clean up previous cast optimization a bit. Also make zext elimination a bit m... | Evan Cheng | 2009-01-16 | 1 | -0/+7 |
* | Do not stumble over forward declared struct member. | Devang Patel | 2009-01-16 | 1 | -0/+30 |
* | Validate dbg_* intrinsics before lowering them. | Devang Patel | 2009-01-15 | 1 | -0/+15 |
* | Added missing support to widen an operand from a bit convert. | Mon P Wang | 2009-01-15 | 1 | -0/+10 |
* | Fix Alpha test and support for private linkage. | Rafael Espindola | 2009-01-15 | 1 | -5/+5 |
* | Expand insert/extract of a <4 x i32> with a variable index. | Mon P Wang | 2009-01-15 | 1 | -0/+15 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 10 | -0/+199 |
* | Use lightweight DebugInfo objects directly. | Devang Patel | 2009-01-15 | 1 | -1/+0 |
* | Use variable's context to identify respective DbgScope. | Devang Patel | 2009-01-15 | 1 | -0/+355 |
* | - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex... | Evan Cheng | 2009-01-15 | 1 | -0/+11 |
* | Don't fold address calculations which use negative offsets into | Richard Osborne | 2009-01-15 | 1 | -0/+12 |
* | - Convert remaining i64 custom lowering into custom instruction emission | Scott Michel | 2009-01-15 | 2 | -9/+40 |
* | Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! | Chris Lattner | 2009-01-14 | 1 | -0/+28 |
* | xfail for now. | Devang Patel | 2009-01-14 | 1 | -0/+1 |
* | Add pseudo instructions to the XCore for (load|store|load address) of a | Richard Osborne | 2009-01-14 | 1 | -0/+18 |
* | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen | 2009-01-14 | 1 | -0/+39 |
* | rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary | Chris Lattner | 2009-01-14 | 1 | -0/+35 |
* | Disable the register+memory forms of the bt instructions for now. Thanks | Dan Gohman | 2009-01-13 | 1 | -1/+6 |
* | Fix testsuite regressions from recursive inlining. | Dale Johannesen | 2009-01-13 | 1 | -0/+293 |
* | The list-td and list-tdrr schedulers don't yet support physreg | Dan Gohman | 2009-01-13 | 2 | -2/+4 |
* | Make instcombine ensure that all allocas are explicitly aligned at at | Dan Gohman | 2009-01-13 | 2 | -2/+4 |
* | When replacing uses and the same node is reached | Duncan Sands | 2009-01-13 | 1 | -0/+21 |
* | Mark this XFAIL for the moment. | Duncan Sands | 2009-01-13 | 1 | -0/+1 |
* | Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, | Nick Lewycky | 2009-01-13 | 7 | -0/+7 |
* | FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ... | Evan Cheng | 2009-01-13 | 1 | -0/+84 |
* | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 3 | -4/+3 |