summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Abstract out the Nodes collection. Instead of providing a getNodes() method,Chris Lattner2004-02-07
* Actually USE isForwarding methodChris Lattner2004-02-07
* As Alkis pointed out to me, I forgot to commit this... :(Chris Lattner2004-02-07
* Use autoconf answers from config.h (FIXME, should autoconf this fileBrian Gaeke2004-02-06
* Fix grammar.Misha Brukman2004-02-06
* Modify the two address instruction pass to remove the duplicateAlkis Evlogimenos2004-02-04
* Include <iosfwd> and <string> instead of <iostream>.Brian Gaeke2004-02-04
* Check in header file I forgot before.Chris Lattner2004-02-04
* Delete the BasicBlock ctor that only takes a BasicBlock to insert before. ThisChris Lattner2004-02-04
* When an instruction like: A += B had both A and B virtual registersAlkis Evlogimenos2004-02-03
* Revert changes. Will implement this using a different set of primitivesAlkis Evlogimenos2004-02-02
* Add MachineOperand::setDef() and MachineOperand::setUse() so that theAlkis Evlogimenos2004-02-02
* Add prototype for llvm::allocatePowerPCTargetMachine().Brian Gaeke2004-02-02
* Correct the method I just added to actually return false sometimesChris Lattner2004-02-02
* Add a new method to ConstantFPChris Lattner2004-02-02
* The first half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Nega...Chris Lattner2004-02-01
* Add MRegisterInfo::getNumRegs().Alkis Evlogimenos2004-02-01
* Add commentsChris Lattner2004-02-01
* Merge safe parts from last night's buggy commit. These do not breakAlkis Evlogimenos2004-01-31
* Add two static methods to avoid having client code explicitly compare againstChris Lattner2004-01-31
* Revert last night's changes as they broke some tests. Will remerge parts of t...Alkis Evlogimenos2004-01-31
* Several performance enhancements and cleanups from Chris.Alkis Evlogimenos2004-01-31
* Add a new pointsToConstantMemory method to the AliasAnalysis interfaceChris Lattner2004-01-30
* Add a new lazily constructed mapping from Idx's the MBB they representChris Lattner2004-01-30
* Give clients of MachineFunctionPrinter the ability to specify a banner andBrian Gaeke2004-01-30
* Doxygenify comments.Misha Brukman2004-01-30
* Keep track of all of the globals inserted into the scalar mapChris Lattner2004-01-28
* Pull the ScalarMap out into something that is more structured than what we hadChris Lattner2004-01-28
* Minor tweaksChris Lattner2004-01-27
* Add comments, allow DSNode "copy ctor" to ignore outgoing links, add moreChris Lattner2004-01-27
* * cloneReachable* and clonePartiallyInto are not obsoleteChris Lattner2004-01-27
* Fix failing test cases with joined live intervals. It turns out thatAlkis Evlogimenos2004-01-23
* Add new flag, other minor modificationsChris Lattner2004-01-23
* Fix grammarChris Lattner2004-01-23
* Add option to join live intervals. Two intervals are joined if thereAlkis Evlogimenos2004-01-22
* Eliminated the CompletedNodes argument to the cloneReachable* methods. ThisChris Lattner2004-01-22
* It doesn't make sense for one side to be const, but not the other.Chris Lattner2004-01-22
* Remove const qualifier (all Value*'s are nonconst in DSA, so it's not clearChris Lattner2004-01-22
* Specialize std::swap correctlyChris Lattner2004-01-22
* To materialize a module, you need to know what functions NEED to be read andMisha Brukman2004-01-21
* If you call abort(), #include <cstdlib>Misha Brukman2004-01-21
* Regenerated using autoconf-2.57 and autoheader-2.57.Brian Gaeke2004-01-21
* Move SlotCalculator.h from include/llvm to include/llvm/AnalysisChris Lattner2004-01-20
* Moved iterators to common file.Tanya Lattner2004-01-20
* add a method proto, make a method not inlineChris Lattner2004-01-20
* Add enum for compaction table.Chris Lattner2004-01-18
* Add support for representing the "compaction table"Chris Lattner2004-01-18
* fix copy-and-pastoChris Lattner2004-01-17
* Revision of Brian's threading support library to be a bit more generic andChris Lattner2004-01-17
* Fold open interval ends handling intoAlkis Evlogimenos2004-01-16