aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Change several SmallPtrSetImpl members from public to protected,Dan Gohman2009-02-071-8/+11
* Simplify some code by using blocks_begin(), blocks_end(), andDan Gohman2009-02-071-9/+5
* Add an API for strings with possible NULLs in the middle. Refactor the otherNick Lewycky2009-02-071-0/+1
* Make SDNode constructors take a DebugLoc always.Dale Johannesen2009-02-072-53/+36
* Deleted one line too many. oops.Dale Johannesen2009-02-071-0/+1
* Remove now-unused constructors.Dale Johannesen2009-02-071-85/+0
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-4/+6
* Constify operators.Bill Wendling2009-02-061-2/+2
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-9/+13
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-8/+0
* Add comparison operators to DebugLoc.Bill Wendling2009-02-061-0/+3
* Make Mutex's constructor explicit, and tidy up whitespace.Dan Gohman2009-02-061-3/+3
* Deallocate() methods now take a 'const void*' instead of a 'void *', matching...Ted Kremenek2009-02-061-4/+3
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-061-20/+0
* Rename SelectionDAGISel::Schedule toDan Gohman2009-02-061-3/+5
* We don't really need the abort here. This unbreak x86_64 linux build.Evan Cheng2009-02-061-1/+0
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-062-14/+7
* Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman2009-02-061-161/+0
* Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s...Evan Cheng2009-02-061-4/+3
* Change -1 => negative number.Evan Cheng2009-02-061-2/+2
* Move ScheduleDAGInstrs.h to be a private header. Front-endsDan Gohman2009-02-061-82/+0
* Document the meaning of -1 for getCopyCost.Evan Cheng2009-02-061-1/+2
* Tidy up the ScheduleDAG class definition a little. Make a fewDan Gohman2009-02-061-22/+20
* Don't pass BitVectors by value, pass them by reference.Roman Levenstein2009-02-061-2/+2
* Correct strange whitespace.Nick Lewycky2009-02-061-1/+1
* get rid of some non-DebugLoc getTargetNode variants.Dale Johannesen2009-02-061-17/+0
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-4/+0
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-051-9/+2
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-051-2/+0
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-051-8/+0
* Delete some trailing whiespaces.Dan Gohman2009-02-051-15/+15
* Remove 3 non-DebugLoc variants of getNode.Dale Johannesen2009-02-051-3/+0
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-051-0/+8
* Clarify comments.Evan Cheng2009-02-051-3/+4
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-056-2/+64
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-051-7/+0
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-2/+0
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-27/+0
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-046-64/+2
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-11/+0
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-046-2/+64
* Since I'm obliged to work with a development OS that currently doesn'tStuart Hastings2009-02-041-0/+4
* Regenerate.Nick Lewycky2009-02-041-0/+6
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-041-11/+0
* fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z) Chris Lattner2009-02-041-9/+16
* add a friend needed by a stringmap change.Chris Lattner2009-02-041-1/+3
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-041-29/+0
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-34/+5
* Constify and don't return a reference.Bill Wendling2009-02-041-1/+1
* DebugLoc propagation; adjustment to things omittedDale Johannesen2009-02-031-0/+6