summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-13
* Remove non-DebugLoc versions of BuildMI.Dale Johannesen2009-02-13
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-12
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-12
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-12
* Add a utility function to LoopInfo to return the exit blockDan Gohman2009-02-12
* Add operator->, patch by Ben Laurie!Chris Lattner2009-02-12
* Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...Ted Kremenek2009-02-12
* Fill in a glaring omission in derived User classes, namelyGabor Greif2009-02-11
* Add FoldingSet profile method for bools. Patch by Ben Laurie!Ted Kremenek2009-02-11
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-11
* It isn't necessary to explicitly clear the contents of std::vectorDan Gohman2009-02-11
* Factor out more code for computing register live-range informationforDan Gohman2009-02-10
* Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel2009-02-10
* incorporate review feedbackGabor Greif2009-02-09
* 80-column violations.Mikhail Glushenkov2009-02-09
* make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif2009-02-09
* These function return 'void'. Don't have 'return' return anything.Bill Wendling2009-02-09
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* 80-column violation.Mikhail Glushenkov2009-02-08
* Add a Sleep() function.Mikhail Glushenkov2009-02-08
* Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng2009-02-08
* Strengthen the previous check.Evan Cheng2009-02-08
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng2009-02-08
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-07
* Change several SmallPtrSetImpl members from public to protected,Dan Gohman2009-02-07
* Simplify some code by using blocks_begin(), blocks_end(), andDan Gohman2009-02-07
* Add an API for strings with possible NULLs in the middle. Refactor the otherNick Lewycky2009-02-07
* Make SDNode constructors take a DebugLoc always.Dale Johannesen2009-02-07
* Deleted one line too many. oops.Dale Johannesen2009-02-07
* Remove now-unused constructors.Dale Johannesen2009-02-07
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-07
* Constify operators.Bill Wendling2009-02-06
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-06
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-06
* Add comparison operators to DebugLoc.Bill Wendling2009-02-06
* Make Mutex's constructor explicit, and tidy up whitespace.Dan Gohman2009-02-06
* Deallocate() methods now take a 'const void*' instead of a 'void *', matching...Ted Kremenek2009-02-06
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-06
* Rename SelectionDAGISel::Schedule toDan Gohman2009-02-06
* We don't really need the abort here. This unbreak x86_64 linux build.Evan Cheng2009-02-06
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-06
* Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman2009-02-06
* Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s...Evan Cheng2009-02-06
* Change -1 => negative number.Evan Cheng2009-02-06
* Move ScheduleDAGInstrs.h to be a private header. Front-endsDan Gohman2009-02-06
* Document the meaning of -1 for getCopyCost.Evan Cheng2009-02-06
* Tidy up the ScheduleDAG class definition a little. Make a fewDan Gohman2009-02-06
* Don't pass BitVectors by value, pass them by reference.Roman Levenstein2009-02-06
* Correct strange whitespace.Nick Lewycky2009-02-06