| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete the EdgeMapping variable itself. | Dan Gohman | 2010-05-01 | 2 | -5/+0 |
| * | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 30 | -160/+79 |
| * | Fix a typo. | Dan Gohman | 2010-04-30 | 1 | -1/+1 |
| * | Dan recently disabled recursive inlining within a function, but we | Chris Lattner | 2010-04-30 | 1 | -1/+9 |
| * | EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the | Bill Wendling | 2010-04-30 | 1 | -8/+13 |
| * | Remove this debug output. The MachineFunction will be printed once all of | Dan Gohman | 2010-04-30 | 1 | -3/+0 |
| * | The local register allocator has to spill dirty callee saved registers before a | Jakob Stoklund Olesen | 2010-04-30 | 1 | -6/+33 |
| * | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel | 2010-04-30 | 1 | -0/+6 |
| * | Make this code less confusing. Instead of reassigning BB, just operate | Dan Gohman | 2010-04-30 | 1 | -7/+3 |
| * | Attach AT_APPLE_optimized attribute to optimized function's debug info. | Devang Patel | 2010-04-30 | 2 | -10/+23 |
| * | EmitDbgValue doesn't need its EdgeMapping argument. | Dan Gohman | 2010-04-30 | 3 | -12/+10 |
| * | Set isSigned to true when creating an all-ones integer constant, even | Dan Gohman | 2010-04-30 | 1 | -4/+4 |
| * | Silence compiler warnings. | Dan Gohman | 2010-04-30 | 1 | -4/+4 |
| * | Add lint checks for invalid uses of memory. | Dan Gohman | 2010-04-30 | 1 | -19/+59 |
| * | Remove the -disable-16bit command-line option, which is now obsolete. | Dan Gohman | 2010-04-30 | 3 | -53/+7 |
| * | Don't use floating point in SimpleRegisterCoalescing. | Jakob Stoklund Olesen | 2010-04-30 | 1 | -15/+10 |
| * | Apply a patch from Jan Sjodin to fix a compiler abort on vector | Dan Gohman | 2010-04-30 | 1 | -9/+24 |
| * | Another sibcall bug. If caller and callee calling conventions differ, then it... | Evan Cheng | 2010-04-30 | 1 | -3/+35 |
| * | Temporarily disable SelectionDAG kill flags, which are causing trouble. | Dan Gohman | 2010-04-30 | 1 | -0/+4 |
| * | Fix the OProfileJITEventListener build after r101844 removed | Jeffrey Yasskin | 2010-04-30 | 1 | -19/+36 |
| * | Set register kill flags on the SelectionDAG path, at least in the | Dan Gohman | 2010-04-30 | 1 | -1/+12 |
| * | Reject really weird coalescer case when trying to merge identical subregisters | Jakob Stoklund Olesen | 2010-04-29 | 1 | -0/+7 |
| * | Don't leave Base.FrameIndex uninitialized, so that it doesn't | Dan Gohman | 2010-04-29 | 1 | -34/+33 |
| * | Fix typos in assertion strings. | Dan Gohman | 2010-04-29 | 1 | -2/+2 |
| * | Slightly verboser debug spew from coalescer | Jakob Stoklund Olesen | 2010-04-29 | 2 | -26/+25 |
| * | Refactor. | Devang Patel | 2010-04-29 | 2 | -4/+13 |
| * | Make naked functions work on PPC. | Dale Johannesen | 2010-04-29 | 2 | -1/+11 |
| * | Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. | Devang Patel | 2010-04-29 | 2 | -0/+4 |
| * | Remove DBG_VALUE which reference dead stack slots. | Evan Cheng | 2010-04-29 | 1 | -2/+19 |
| * | DO not push DBG_VALUE machine instructions for inlined fuction arguments in e... | Devang Patel | 2010-04-29 | 1 | -0/+7 |
| * | Verify metadata harder. In particular, check that module | Duncan Sands | 2010-04-29 | 1 | -39/+60 |
| * | Add comment. | Evan Cheng | 2010-04-29 | 1 | -0/+2 |
| * | Re-enable 102565 with fixes. | Evan Cheng | 2010-04-29 | 2 | -14/+8 |
| * | Load folding tail call should not use ebp / rbp after it's popped. PEI | Evan Cheng | 2010-04-29 | 1 | -5/+15 |
| * | Add support for assemblers that don't support periods in a name | Mon P Wang | 2010-04-29 | 2 | -5/+9 |
| * | Temporarily disable my changes to unbreak the build. | Evan Cheng | 2010-04-29 | 2 | -0/+8 |
| * | Do not generate duplicate dbg_value instructions for function arguments. | Evan Cheng | 2010-04-29 | 2 | -9/+11 |
| * | Fix missing #include. | Dan Gohman | 2010-04-29 | 1 | -0/+1 |
| * | Avoid emitting a dbg_value machineinstr that's not going to be inserted into ... | Evan Cheng | 2010-04-29 | 2 | -2/+2 |
| * | Frame index can be negative. | Evan Cheng | 2010-04-29 | 6 | -6/+6 |
| * | Check Reg against zero. | Evan Cheng | 2010-04-29 | 2 | -1/+3 |
| * | - Really preserve dbg_value instructions when the register is spilled. | Evan Cheng | 2010-04-28 | 1 | -2/+3 |
| * | tidy up. | Devang Patel | 2010-04-28 | 1 | -8/+2 |
| * | Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the | Kevin Enderby | 2010-04-28 | 1 | -4/+6 |
| * | Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc... | Evan Cheng | 2010-04-28 | 6 | -33/+77 |
| * | Add sizes non-floating point versions for the eh sjlj intrinsic expansions. | Jim Grosbach | 2010-04-28 | 1 | -1/+2 |
| * | fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), | Chris Lattner | 2010-04-28 | 1 | -2/+15 |
| * | Pretty print DBG_VALUE machine instructions. | Evan Cheng | 2010-04-28 | 1 | -1/+9 |
| * | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 1 | -19/+37 |
| * | While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc... | Devang Patel | 2010-04-28 | 1 | -11/+11 |