aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* switch instructions only allow constantints for their values, be more specific.Chris Lattner2005-02-241-7/+8
* add a new method.Chris Lattner2005-02-241-1/+6
* Add new method.Chris Lattner2005-02-231-2/+7
* remove some more dead templates and a dead macro.Chris Lattner2005-02-221-33/+0
* Remove a bunch of dead templates.Chris Lattner2005-02-221-73/+0
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-191-1/+1
* Map doubles from integers, not the double itself.Chris Lattner2005-02-171-1/+1
* Add a new method to make it easy to update graphs.Chris Lattner2005-02-151-2/+10
* Move private helper function into the only .cpp file that uses it.Chris Lattner2005-02-131-18/+0
* Do not replace ostream << Module*, only ostream << Module&.Chris Lattner2005-02-131-5/+0
* Add a new replaceSymbolicValuesWithConcrete method to the SCEV class,Chris Lattner2005-02-132-5/+59
* Add some iterators that should have come in long agoChris Lattner2005-02-091-0/+10
* Hopefully fix the build on Darwin with GCC 3.3Chris Lattner2005-02-071-1/+1
* Eliminate the explicit opcode field in ConstantExpr, using the SubclassDataChris Lattner2005-02-051-13/+9
* Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinksChris Lattner2005-02-051-12/+11
* SubclassID is really a small field. Split it into half and let subclassesChris Lattner2005-02-051-1/+7
* Add some new membersChris Lattner2005-02-041-5/+16
* add new memberChris Lattner2005-02-041-0/+5
* Add a new method.Chris Lattner2005-02-031-0/+9
* remove dead methodChris Lattner2005-02-011-3/+0
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-013-118/+79
* * Make some methods more const correct.Chris Lattner2005-01-303-12/+23
* Improve spellingChris Lattner2005-01-302-4/+4
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-306-24/+24
* Adjust to ilist changes.Chris Lattner2005-01-291-13/+25
* Adjust to ilist changes.Chris Lattner2005-01-293-3/+6
* Adjust to changes in ilistChris Lattner2005-01-293-11/+15
* Rename createNode -> createSentinal.Chris Lattner2005-01-291-3/+4
* There is no reason to include ostream here, include iosfwd instead.Chris Lattner2005-01-291-14/+14
* Fix quotes.Chris Lattner2005-01-291-1/+1
* Unbreak VC++ buildJeff Cohen2005-01-291-0/+1
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-291-2/+2
* Adjust to changes in the User class.Chris Lattner2005-01-294-21/+30
* Adjust to changes in the User class. Introduce a new UnaryInstructionChris Lattner2005-01-291-21/+76
* Adjust to user changes.Chris Lattner2005-01-291-4/+3
* Many changes to cope with the User.h changes. Instructions now generallyChris Lattner2005-01-291-232/+304
* Adjust to User.h changes.Chris Lattner2005-01-292-8/+12
* Instead of storing operands as std::vector<Use>, just maintain a pointerChris Lattner2005-01-291-32/+31
* Do not clean up if the MappedFile was never used or if the client alreadyChris Lattner2005-01-281-1/+1
* Get VC++ compiling againJeff Cohen2005-01-282-8/+0
* Convert some old C-style casts to C++ style.Reid Spencer2005-01-281-2/+2
* Add some methods.Chris Lattner2005-01-242-0/+23
* `primitive' has no `a'Misha Brukman2005-01-241-1/+1
* Do not return true from isSized for things without a size (like functions andChris Lattner2005-01-241-1/+10
* This giant patch speeds up Type::isSized(). Before, this would have to searchChris Lattner2005-01-241-2/+1
* Add an accessor.Chris Lattner2005-01-231-1/+2
* Expose more information from register allocation to passes that run afterChris Lattner2005-01-231-0/+26
* Give SelectionDAG a TargetLowering instance instead of TM instance.Chris Lattner2005-01-231-4/+5
* Remove two dead methods and improve the comments for DiffFilesWithTolerance.Chris Lattner2005-01-231-26/+10
* New method.Chris Lattner2005-01-231-0/+13