| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Use a faster priority comparison function if -fast. | Evan Cheng | 2008-07-02 | 1 | -134/+139 |
| * | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -1/+8 |
| * | Remove a redundant return. | Dan Gohman | 2008-06-21 | 1 | -2/+0 |
| * | Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId | Dan Gohman | 2008-06-21 | 1 | -11/+15 |
| * | Add a priority queue class, which is a wrapper around std::priority_queue | Dan Gohman | 2008-06-21 | 1 | -1/+0 |
| * | Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > | Dan Gohman | 2008-06-21 | 1 | -15/+20 |
| * | Clean up some uses of std::distance, now that we have allnodes_size. | Dan Gohman | 2008-06-20 | 1 | -2/+2 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -3/+3 |
| * | Use a better idiom to silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -20/+5 |
| * | Really silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -5/+20 |
| * | Silence some compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -1/+8 |
| * | Switch to using Simplified ConstantFP::get API. | Chris Lattner | 2008-04-20 | 1 | -2/+1 |
| * | Ongoing work on improving the instruction selection infrastructure: | Roman Levenstein | 2008-04-16 | 1 | -8/+8 |
| * | Treat EntryToken nodes as "passive" so that they aren't added to the | Dan Gohman | 2008-04-15 | 1 | -2/+5 |
| * | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman | 2008-04-07 | 1 | -2/+2 |
| * | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein | 2008-04-07 | 1 | -14/+14 |
| * | Start of a series of patches related to implicit_def. | Evan Cheng | 2008-04-03 | 1 | -37/+70 |
| * | Backing out 48222 temporarily. | Evan Cheng | 2008-04-03 | 1 | -13/+13 |
| * | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein | 2008-03-26 | 1 | -13/+13 |
| * | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -4/+4 |
| * | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb | 2008-03-16 | 1 | -47/+28 |
| * | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -3/+8 |
| * | Livein copy scheduling fixes: do not coalesce physical register copies, corre... | Evan Cheng | 2008-03-14 | 1 | -112/+42 |
| * | Experimental scheduler change to schedule / coalesce the copies added for fun... | Evan Cheng | 2008-03-12 | 1 | -23/+181 |
| * | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb | 2008-03-11 | 1 | -16/+14 |
| * | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng | 2008-03-11 | 1 | -6/+5 |
| * | variadic instructions don't have operand info for variadic arguments. | Chris Lattner | 2008-03-11 | 1 | -1/+2 |
| * | If a register operand comes from the variadic part of a node, don't | Chris Lattner | 2008-03-11 | 1 | -4/+6 |
| * | Correctly clone FlaggedNodes. | Dan Gohman | 2008-03-10 | 1 | -2/+1 |
| * | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 1 | -15/+15 |
| * | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb | 2008-03-10 | 1 | -15/+15 |
| * | teach X86InstrInfo::copyRegToReg how to copy into ST(0) from | Chris Lattner | 2008-03-09 | 1 | -15/+23 |
| * | Add ScheduleDAG support for copytoreg where the src/dst register are | Chris Lattner | 2008-03-09 | 1 | -16/+19 |
| * | fix 80 col violation | Chris Lattner | 2008-03-09 | 1 | -1/+2 |
| * | Some improvements related to the computation of heights, depths of SUnits. | Roman Levenstein | 2008-03-04 | 1 | -21/+93 |
| * | Rename isOperand() to isOperandOf() (and other similar methods). It always co... | Evan Cheng | 2008-03-04 | 1 | -1/+1 |
| * | Keep track how many commutes are performed by the scheduler. | Evan Cheng | 2008-02-28 | 1 | -0/+4 |
| * | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman | 2008-02-16 | 1 | -12/+9 |
| * | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -0/+5 |
| * | From Chris' review: use isa instead of explicitly using classof. | Dan Gohman | 2008-02-11 | 1 | -1/+1 |
| * | From Chris' review: minor corrections in comments. | Dan Gohman | 2008-02-11 | 1 | -2/+3 |
| * | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -22/+23 |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -3/+25 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 |
| * | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 1 | -22/+1 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -25/+3 |
| * | Add a comment for a nasty short term hack. | Evan Cheng | 2008-01-31 | 1 | -0/+4 |
| * | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 1 | -8/+6 |
| * | Add more thorough error checking for NULL register classes. | Christopher Lamb | 2008-01-31 | 1 | -1/+2 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -3/+25 |