summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Add explicit doInitialization/doFinalization methods instead of makingChris Lattner2006-09-04
* Eliminate target name.Chris Lattner2006-09-03
* Avoid beating on the mi2i map when we know the answer already.Chris Lattner2006-09-03
* Move two methods out of line, make them work when the record for a machineChris Lattner2006-09-03
* Fix a typo pointed out by GaborChris Lattner2006-09-02
* add a prototypeChris Lattner2006-09-02
* Iteration is required for some cases, even if they don't occur in crafty.Chris Lattner2006-09-02
* new methodChris Lattner2006-09-02
* remove some particularly expensive assertionsChris Lattner2006-09-01
* add a simple reserve method.Chris Lattner2006-09-01
* Iterative coallescing doesn't buy us anything (we get identical results onChris Lattner2006-09-01
* avoid calling the virtual isMoveInstr method endlessly by caching its results.Chris Lattner2006-08-31
* Restore source-level compatibility with clients of these functions.Chris Lattner2006-08-30
* fix 80 column issueChris Lattner2006-08-30
* Instantiate Statistic<> in one place, not in every .o file that uses it.Chris Lattner2006-08-30
* Teach the coallescer to coallesce live intervals joined by an arbitraryChris Lattner2006-08-29
* Do not rely on std::sort and std::erase to get list of uniqueDevang Patel2006-08-29
* Move isCommutativeBinOp from SelectionDAG.cpp and DAGCombiner.cpp out. Make i...Evan Cheng2006-08-29
* Add PredicateSimplifier pass. Collapses equal variables into one formNick Lewycky2006-08-28
* Add 2nd form of resizeChris Lattner2006-08-28
* remove extraneous spaceChris Lattner2006-08-28
* Back out last revision which should not have been committed (yet).Reid Spencer2006-08-28
* For PR387:Reid Spencer2006-08-28
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* Silence -Woverloaded-virtual warnings.Chris Lattner2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* We no longer care whether something is an opt vs analysis pass, only whetherChris Lattner2006-08-27
* Remove a dead class.Chris Lattner2006-08-27
* add directive to disable inliningChris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-27
* New place to put compiler-specific functionality. This replaces Visibility.h,Chris Lattner2006-08-27
* Eliminate SelectNodeTo() and getTargetNode() variants which take more thanEvan Cheng2006-08-27
* make optional pointer really optionalChris Lattner2006-08-27
* Properly size the string table, and emit symbol table and string tableNate Begeman2006-08-26
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-26
* Completely change the way that joining with physregs is implemented. ThisChris Lattner2006-08-25
* Tidy up.Jim Laskey2006-08-25
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-25
* Consolidate callee saved register information so that it can me used by debugJim Laskey2006-08-25
* For PR797:Reid Spencer2006-08-25
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-25
* For PR797:Reid Spencer2006-08-24
* Take advantage of the recent improvements to the liveintervals set (trackingChris Lattner2006-08-24
* Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platformsReid Spencer2006-08-24
* update some commentsChris Lattner2006-08-24
* Correctly attribute file author & remote tabsNate Begeman2006-08-23