| Age | Commit message (Expand) | Author |
| 2010-05-27 | back out 104862/104869. Can reuse stacksave after all. Very cool. | Jim Grosbach |
| 2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
| 2010-05-27 | hook ISD::STACKADDR to an intrinsic | Jim Grosbach |
| 2010-05-27 | inlined function's arguments need a label to mark the start point because the... | Devang Patel |
| 2010-05-27 | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings |
| 2010-05-26 | Simplify. Eliminate unneeded debug_loc entry. | Devang Patel |
| 2010-05-26 | Add FIXME comment to remove this. | Bill Wendling |
| 2010-05-26 | MC: Add TargetMachine support for setting the value of MCRelaxAll with | Daniel Dunbar |
| 2010-05-26 | There is no need to force an line number entry (using previous location) for ... | Devang Patel |
| 2010-05-26 | Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list of | Bill Wendling |
| 2010-05-26 | Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in | Jim Grosbach |
| 2010-05-26 | Update debug info when live-in reg is copied into a vreg. | Devang Patel |
| 2010-05-26 | Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by | Bill Wendling |
| 2010-05-26 | Identify instructions, that needs a label to mark debug info entity, in advan... | Devang Patel |
| 2010-05-26 | Eliminate the use of PriorityQueue and just use a std::vector, | Dan Gohman |
| 2010-05-26 | Delete an unused function. | Dan Gohman |
| 2010-05-26 | Remove dead code. | Devang Patel |
| 2010-05-26 | Do not construct location list backword! | Devang Patel |
| 2010-05-26 | Temporarily revert r104655 as it's breaking the bots. | Eric Christopher |
| 2010-05-26 | Change push_all to a non-virtual function and implement it in the | Dan Gohman |
| 2010-05-26 | Trim #include. | Dan Gohman |
| 2010-05-26 | Dale and Evan suggested putting the "check for setjmp" much earlier in the | Bill Wendling |
| 2010-05-25 | First cut at supporting .debug_loc section. | Devang Patel |
| 2010-05-25 | Constify function. | Bill Wendling |
| 2010-05-25 | Do one map lookup instead of two. | Dan Gohman |
| 2010-05-25 | Move the verbose asm output up a bit so it can be used in the special cases | Eric Christopher |
| 2010-05-25 | Okay, bear with me here... | Bill Wendling |
| 2010-05-25 | Add support for initialized global data for darwin tls. Update comments | Eric Christopher |
| 2010-05-25 | Print symbolic SubRegIndex names on machine operands. | Jakob Stoklund Olesen |
| 2010-05-25 | Fix another variant of PR 7191. Also add a testcase | Dale Johannesen |
| 2010-05-25 | Fix PR 7191. I have been unable to create a .ll file that fails, sorry. | Dale Johannesen |
| 2010-05-25 | Disable invalid coalescer assertion. | Jakob Stoklund Olesen |
| 2010-05-24 | Print out the name of the function during SSC. | Bill Wendling |
| 2010-05-24 | Avoid adding duplicate function live-in's. | Evan Cheng |
| 2010-05-24 | Do not emit line number entries for unknown debug values. | Devang Patel |
| 2010-05-24 | Encode the Caml frametable by following what the comment says: the number of ... | Nicolas Geoffray |
| 2010-05-23 | MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches. | Daniel Dunbar |
| 2010-05-22 | Implement @llvm.returnaddress. rdar://8015977. | Evan Cheng |
| 2010-05-22 | Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit. | Jim Grosbach |
| 2010-05-22 | Add full bss data support for darwin tls variables. | Eric Christopher |
| 2010-05-22 | Collect variable information during endFunction() instead of beginFunction(). | Devang Patel |
| 2010-05-21 | Clean up extra whitespace. | Bob Wilson |
| 2010-05-21 | Make this LookAheadLimit, not the uninitialized LookAheadLeft. | Eric Christopher |
| 2010-05-21 | Allow machine cse to cse instructions which define physical registers. Contro... | Evan Cheng |
| 2010-05-21 | Change CodeGen/ARM/2009-11-02-NegativeLane.ll to use 16-bit vector elements | Bob Wilson |
| 2010-05-21 | - Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs | Evan Cheng |
| 2010-05-21 | Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction | Jakob Stoklund Olesen |
| 2010-05-21 | Simplify | Devang Patel |
| 2010-05-21 | constify accessor. | Chris Lattner |
| 2010-05-21 | Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist... | Jakob Stoklund Olesen |