aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-113-25/+20
* It isn't necessary to explicitly clear the contents of std::vectorDan Gohman2009-02-111-7/+2
* Factor out more code for computing register live-range informationforDan Gohman2009-02-101-0/+15
* Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel2009-02-101-0/+6
* incorporate review feedbackGabor Greif2009-02-091-3/+1
* 80-column violations.Mikhail Glushenkov2009-02-092-104/+107
* make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif2009-02-091-1/+3
* These function return 'void'. Don't have 'return' return anything.Bill Wendling2009-02-092-3/+3
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-091-1/+5
* 80-column violation.Mikhail Glushenkov2009-02-081-6/+6
* Add a Sleep() function.Mikhail Glushenkov2009-02-081-5/+10
* Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng2009-02-081-0/+4
* Strengthen the previous check.Evan Cheng2009-02-081-9/+7
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng2009-02-081-0/+13
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-072-2/+2
* 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