summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Verify loop info.Devang Patel2007-07-19
* Properly initialize value :)Anton Korobeynikov2007-07-19
* Set up ground work to verify preserved analysis info.Devang Patel2007-07-19
* Add constructor overloads for LoadInst and StoreInst that insert at theDan Gohman2007-07-18
* Unbreak the build by putting calls to free into the implementation file andReid Spencer2007-07-17
* Add support for walking up memory def chains, which enables finding many moreOwen Anderson2007-07-16
* Use realloc() to (potentially) resize the contents of SmallPtrSet in place.Owen Anderson2007-07-16
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-16
* Handle decrementing loops properly. Fixes PR1533.Nick Lewycky2007-07-16
* add a helper method.Chris Lattner2007-07-15
* Clarify the language. Pointed out by Duncan Sands.Nick Lewycky2007-07-14
* Long live the exception handling!Anton Korobeynikov2007-07-14
* Add alternate ConstantRange intersection algorithm.Nick Lewycky2007-07-14
* Make LCSSA a loop pass.Devang Patel2007-07-13
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-13
* Regenerate to pick up Gabor's changes.Reid Spencer2007-07-13
* Adding ability to demote phi to stack. Tanya Lattner2007-07-11
* Add FastDSE, a new algorithm for doing dead store elimination. This algorith...Owen Anderson2007-07-11
* Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...Evan Cheng2007-07-10
* Add support for finding the dependencies of call and invoke instructions.Owen Anderson2007-07-10
* Fix a bunch of things from Chris' feedbackOwen Anderson2007-07-10
* When a node value is only used by a CopyToReg, use the user's dest. This shou...Evan Cheng2007-07-10
* Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.hEvan Cheng2007-07-10
* Evidently my earlier fix did not go far enough. When resizing a zero-sizedOwen Anderson2007-07-10
* When resizing a BitVector with size 0, be sure to clear the low word before u...Owen Anderson2007-07-09
* Expose struct size threhold to allow users to tweak their own setting.Devang Patel2007-07-09
* Make the assignment operator for SmallPtrSet return a reference, and fix a lo...Owen Anderson2007-07-09
* Fix memory leak.Devang Patel2007-07-09
* work around an aparent gcc name resolution bug by Chris Lattner2007-07-09
* implement operator= for smallptrsetChris Lattner2007-07-09
* Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, andDan Gohman2007-07-09
* Fix a typo in a comment.Dan Gohman2007-07-09
* missed this oneGabor Greif2007-07-09
* fix typosGabor Greif2007-07-09
* A first stab at memory dependence analysis. This is an interface on top ofOwen Anderson2007-07-06
* Add some accessors to improve consistency.Owen Anderson2007-07-06
* Add SplitEdge and SplitBlock utility routines. Devang Patel2007-07-06
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-06
* Remove redundant declarations.Dan Gohman2007-07-06
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Fix a comment so that the element numbering match the actual elementDan Gohman2007-07-06
* Add the byval attributeRafael Espindola2007-07-06
* Add explicit keywords.Dan Gohman2007-07-05
* Make MachineFunctionPass::runOnFunction non-virtual. Subclasses overrideDan Gohman2007-07-05
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Make sure only one copy of a filter is placed in theDuncan Sands2007-07-05
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-04
* Remove unused method - getIDomBlock().Devang Patel2007-07-04
* Fix typo in assertion check.Devang Patel2007-07-04
* Remove declarations for code no longer in the tree, to avoid confusion.Dan Gohman2007-07-02