| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -12/+12 |
| * | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng | 2008-07-03 | 1 | -2/+2 |
| * | Prune a few dependencies on MachineFunction.h. | Dan Gohman | 2008-07-01 | 1 | -0/+1 |
| * | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+2 |
| * | Fixes the last x86-64 test failure in compat.exp: | Dale Johannesen | 2008-06-26 | 1 | -5/+3 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -2/+2 |
| * | Fix typo | Anton Korobeynikov | 2008-04-23 | 1 | -1/+1 |
| * | Only allow increase of max alignment value | Anton Korobeynikov | 2008-04-23 | 1 | -1/+2 |
| * | Be over-conservative: scan for all used virtual registers and calculate maxim... | Anton Korobeynikov | 2008-04-23 | 1 | -2/+9 |
| * | Add X86 Maximal Stack Alignment Calculator Pass before RA | Anton Korobeynikov | 2008-04-23 | 1 | -8/+31 |
| * | Do proper book-keeping of offsets and prologue/epilogue code for stack realig... | Anton Korobeynikov | 2008-04-23 | 1 | -44/+81 |
| * | If stack realignment is used - incoming args will use EBP as base register an... | Anton Korobeynikov | 2008-04-23 | 1 | -9/+28 |
| * | Eastimate required stack alignment early, so we can decide, whether we will n... | Anton Korobeynikov | 2008-04-23 | 1 | -0/+19 |
| * | Cleanup | Anton Korobeynikov | 2008-04-23 | 1 | -1/+3 |
| * | Simplify | Anton Korobeynikov | 2008-04-23 | 1 | -26/+16 |
| * | Make stack alignment options global for all targets | Anton Korobeynikov | 2008-04-23 | 1 | -5/+0 |
| * | Provide option for enabling-disabling stack realignment | Anton Korobeynikov | 2008-04-23 | 1 | -2/+8 |
| * | Disable stack realignment for functions with dynamic-sized alloca's | Anton Korobeynikov | 2008-04-23 | 1 | -1/+4 |
| * | Provide convenient helpers for some operations | Anton Korobeynikov | 2008-04-23 | 1 | -64/+83 |
| * | Whitespace cleanup | Anton Korobeynikov | 2008-04-23 | 1 | -28/+26 |
| * | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray | 2008-04-16 | 1 | -1/+1 |
| * | Reverse sense of unwind-tables option. This means | Dale Johannesen | 2008-04-14 | 1 | -1/+1 |
| * | Implement new llc flag -disable-required-unwind-tables. | Dale Johannesen | 2008-04-08 | 1 | -1/+3 |
| * | Cosmetic changes per EH patch review feedback. | Dale Johannesen | 2008-04-02 | 1 | -4/+4 |
| * | Recommitting EH patch; this should answer most of the | Dale Johannesen | 2008-04-02 | 1 | -3/+4 |
| * | Revert 49006 for the moment. | Dale Johannesen | 2008-04-01 | 1 | -5/+3 |
| * | Emit exception handling info for functions which are | Dale Johannesen | 2008-03-31 | 1 | -3/+5 |
| * | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 1 | -28/+0 |
| * | Add information about callee-saved registers on Win64 | Anton Korobeynikov | 2008-03-22 | 1 | -6/+24 |
| * | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
| * | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+3 |
| * | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -1/+1 |
| * | Frame index can be negative. | Evan Cheng | 2008-02-02 | 1 | -1/+1 |
| * | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 1 | -10/+0 |
| * | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 1 | -4/+4 |
| * | Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i... | Evan Cheng | 2008-01-31 | 1 | -0/+14 |
| * | Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun... | Evan Cheng | 2008-01-30 | 1 | -4/+8 |
| * | Skip over the label which marks the beginning of the function before insertin... | Evan Cheng | 2008-01-30 | 1 | -0/+6 |
| * | Provide correct DWARF register numbering for debug information emission on x8... | Anton Korobeynikov | 2008-01-25 | 1 | -3/+6 |
| * | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
| * | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -63/+2 |
| * | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson | 2008-01-07 | 1 | -1070/+0 |
| * | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson | 2008-01-04 | 1 | -33/+0 |
| * | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 2008-01-01 | 1 | -82/+40 |
| * | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson | 2007-12-31 | 1 | -68/+0 |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -4/+7 |
| * | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 2007-12-30 | 1 | -4/+4 |
| * | More cleanups for MachineOperand: | Chris Lattner | 2007-12-30 | 1 | -1/+1 |
| * | Shrinkify the machine operand creation method names. | Chris Lattner | 2007-12-30 | 1 | -1/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |