| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generalize the handling of call and return arguments, | Duncan Sands | 2008-02-11 | 1 | -136/+85 |
| * | 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 |
| * | From Chris' review: use cast instead of dyn_cast with an assert. | Dan Gohman | 2008-02-11 | 1 | -8/+4 |
| * | From Chris' review: fix 80 column violations | Dan Gohman | 2008-02-11 | 1 | -5/+10 |
| * | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek | 2008-02-11 | 1 | -3/+3 |
| * | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands | 2008-02-11 | 3 | -11/+11 |
| * | Determine whether a spill kills the register it's spilling before insertion r... | Evan Cheng | 2008-02-11 | 1 | -8/+3 |
| * | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 34 | -417/+422 |
| * | Add truncate and AssertZext result expansion. | Duncan Sands | 2008-02-10 | 3 | -0/+33 |
| * | Return "(c1 + c2)" instead of yet another ADD node (which made this a | Bill Wendling | 2008-02-10 | 1 | -1/+1 |
| * | add anote | Chris Lattner | 2008-02-10 | 1 | -0/+7 |
| * | Remove unused hidden option. | Evan Cheng | 2008-02-09 | 1 | -6/+1 |
| * | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman | 2008-02-08 | 1 | -3/+10 |
| * | Forgot these files. | Evan Cheng | 2008-02-08 | 3 | -4/+4 |
| * | Also print alignment. | Evan Cheng | 2008-02-08 | 1 | -1/+1 |
| * | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -2/+2 |
| * | Remove remnant of load folding in local register allocator. Patch by Holger S... | Evan Cheng | 2008-02-07 | 1 | -7/+1 |
| * | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 3 | -24/+24 |
| * | Don't abort if a MemOperand is missing a SourceValue; just print it | Dan Gohman | 2008-02-07 | 1 | -9/+13 |
| * | Don't make up new directives. (".set_foobar") | Nick Lewycky | 2008-02-07 | 1 | -1/+1 |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 6 | -50/+243 |
| * | Fix a number of local register allocator issues: PR1609. | Evan Cheng | 2008-02-06 | 1 | -14/+16 |
| * | RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f... | Evan Cheng | 2008-02-06 | 1 | -1/+3 |
| * | Fix PR1975: dag isel emitter produces patterns that isel wrong flag result. | Evan Cheng | 2008-02-05 | 1 | -4/+0 |
| * | If a vr is already marked alive in a bb, then it has PHI uses that are visite... | Evan Cheng | 2008-02-05 | 1 | -2/+3 |
| * | Typo. | Evan Cheng | 2008-02-04 | 1 | -1/+1 |
| * | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -4/+7 |
| * | I don't see how NodeUpdated can be called with a | Duncan Sands | 2008-02-04 | 1 | -5/+10 |
| * | Fix typo | Chris Lattner | 2008-02-03 | 1 | -1/+1 |
| * | handle the case where a node can become ready to process | Chris Lattner | 2008-02-03 | 2 | -3/+4 |
| * | Use the new infrastructure for listening to node updates to | Chris Lattner | 2008-02-03 | 2 | -31/+34 |
| * | the world doesn't need my debugging code. | Chris Lattner | 2008-02-03 | 1 | -1/+0 |
| * | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner | 2008-02-03 | 2 | -162/+209 |
| * | Generalize the SDOperand->SDOperand form of | Chris Lattner | 2008-02-03 | 1 | -17/+16 |
| * | add a -view-legalize-types-dags option, for viewing the dags going into legal... | Chris Lattner | 2008-02-03 | 1 | -0/+13 |
| * | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 1 | -3/+3 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 7 | -16/+51 |
| * | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 5 | -35/+24 |
| * | Rename RecordLabel to RecordSourceLine because that's what it is doing. | Evan Cheng | 2008-02-01 | 2 | -4/+4 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 6 | -223/+48 |
| * | 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 | 8 | -22/+51 |
| * | Add more thorough error checking for NULL register classes. | Christopher Lamb | 2008-01-31 | 1 | -1/+2 |
| * | MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula... | Evan Cheng | 2008-01-31 | 1 | -1/+2 |
| * | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 3 | -3/+3 |
| * | Also avoid adding callee save code before debug labels. | Evan Cheng | 2008-01-31 | 1 | -1/+9 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 5 | -48/+190 |
| * | Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val... | Evan Cheng | 2008-01-30 | 1 | -3/+3 |
| * | Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun... | Evan Cheng | 2008-01-30 | 1 | -4/+4 |