| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -4/+6 |
* | Constify operators. | Bill Wendling | 2009-02-06 | 1 | -2/+2 |
* | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen | 2009-02-06 | 1 | -9/+13 |
* | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -8/+0 |
* | Add comparison operators to DebugLoc. | Bill Wendling | 2009-02-06 | 1 | -0/+3 |
* | Make Mutex's constructor explicit, and tidy up whitespace. | Dan Gohman | 2009-02-06 | 1 | -3/+3 |
* | Deallocate() methods now take a 'const void*' instead of a 'void *', matching... | Ted Kremenek | 2009-02-06 | 1 | -4/+3 |
* | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen | 2009-02-06 | 1 | -20/+0 |
* | Rename SelectionDAGISel::Schedule to | Dan Gohman | 2009-02-06 | 1 | -3/+5 |
* | We don't really need the abort here. This unbreak x86_64 linux build. | Evan Cheng | 2009-02-06 | 1 | -1/+0 |
* | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng | 2009-02-06 | 2 | -14/+7 |
* | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -161/+0 |
* | Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s... | Evan Cheng | 2009-02-06 | 1 | -4/+3 |
* | Change -1 => negative number. | Evan Cheng | 2009-02-06 | 1 | -2/+2 |
* | Move ScheduleDAGInstrs.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -82/+0 |
* | Document the meaning of -1 for getCopyCost. | Evan Cheng | 2009-02-06 | 1 | -1/+2 |
* | Tidy up the ScheduleDAG class definition a little. Make a few | Dan Gohman | 2009-02-06 | 1 | -22/+20 |
* | Don't pass BitVectors by value, pass them by reference. | Roman Levenstein | 2009-02-06 | 1 | -2/+2 |
* | Correct strange whitespace. | Nick Lewycky | 2009-02-06 | 1 | -1/+1 |
* | get rid of some non-DebugLoc getTargetNode variants. | Dale Johannesen | 2009-02-06 | 1 | -17/+0 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -4/+0 |
* | Refactor my previous change to maintain the distinction between AliasAnalysis... | Owen Anderson | 2009-02-05 | 1 | -9/+2 |
* | Remove a non-DebugLoc version of getNode. | Dale Johannesen | 2009-02-05 | 1 | -2/+0 |
* | Revert rev. 63876. It is causing llvm-gcc bootstrap failure. | Devang Patel | 2009-02-05 | 1 | -8/+0 |
* | Delete some trailing whiespaces. | Dan Gohman | 2009-02-05 | 1 | -15/+15 |
* | Remove 3 non-DebugLoc variants of getNode. | Dale Johannesen | 2009-02-05 | 1 | -3/+0 |
* | Ignore dbg intrinsics while propagating conditional expression info. | Devang Patel | 2009-02-05 | 1 | -0/+8 |
* | Clarify comments. | Evan Cheng | 2009-02-05 | 1 | -3/+4 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 6 | -2/+64 |
* | Get rid of 3 non-DebugLoc getNode variants. | Dale Johannesen | 2009-02-05 | 1 | -7/+0 |
* | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen | 2009-02-05 | 1 | -2/+0 |
* | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -27/+0 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 6 | -64/+2 |
* | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -11/+0 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 6 | -2/+64 |
* | Since I'm obliged to work with a development OS that currently doesn't | Stuart Hastings | 2009-02-04 | 1 | -0/+4 |
* | Regenerate. | Nick Lewycky | 2009-02-04 | 1 | -0/+6 |
* | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen | 2009-02-04 | 1 | -11/+0 |
* | fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z) | Chris Lattner | 2009-02-04 | 1 | -9/+16 |
* | add a friend needed by a stringmap change. | Chris Lattner | 2009-02-04 | 1 | -1/+3 |
* | Remove some more non-DebugLoc versions of construction | Dale Johannesen | 2009-02-04 | 1 | -29/+0 |
* | Remove a few non-DebugLoc versions of node creation | Dale Johannesen | 2009-02-04 | 1 | -34/+5 |
* | Constify and don't return a reference. | Bill Wendling | 2009-02-04 | 1 | -1/+1 |
* | DebugLoc propagation; adjustment to things omitted | Dale Johannesen | 2009-02-03 | 1 | -0/+6 |
* | Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. | Bill Wendling | 2009-02-03 | 1 | -2/+5 |
* | Add getter for the index. | Bill Wendling | 2009-02-03 | 1 | -0/+2 |
* | Add some DL propagation to places that didn't | Dale Johannesen | 2009-02-03 | 2 | -3/+55 |
* | Remove dead code. | Devang Patel | 2009-02-03 | 1 | -28/+0 |
* | add a method to BumpPtrAllocator that allows allocating elements | Chris Lattner | 2009-02-03 | 1 | -0/+14 |
* | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman | 2009-02-03 | 1 | -1/+9 |