summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* switch instructions only allow constantints for their values, be more specific.Chris Lattner2005-02-24
* add a new method.Chris Lattner2005-02-24
* Add new method.Chris Lattner2005-02-23
* remove some more dead templates and a dead macro.Chris Lattner2005-02-22
* Remove a bunch of dead templates.Chris Lattner2005-02-22
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-19
* Map doubles from integers, not the double itself.Chris Lattner2005-02-17
* Add a new method to make it easy to update graphs.Chris Lattner2005-02-15
* Move private helper function into the only .cpp file that uses it.Chris Lattner2005-02-13
* Do not replace ostream << Module*, only ostream << Module&.Chris Lattner2005-02-13
* Add a new replaceSymbolicValuesWithConcrete method to the SCEV class,Chris Lattner2005-02-13
* Add some iterators that should have come in long agoChris Lattner2005-02-09
* Hopefully fix the build on Darwin with GCC 3.3Chris Lattner2005-02-07
* Eliminate the explicit opcode field in ConstantExpr, using the SubclassDataChris Lattner2005-02-05
* Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinksChris Lattner2005-02-05
* SubclassID is really a small field. Split it into half and let subclassesChris Lattner2005-02-05
* Add some new membersChris Lattner2005-02-04
* add new memberChris Lattner2005-02-04
* Add a new method.Chris Lattner2005-02-03
* remove dead methodChris Lattner2005-02-01
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-01
* * Make some methods more const correct.Chris Lattner2005-01-30
* Improve spellingChris Lattner2005-01-30
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-30
* Adjust to ilist changes.Chris Lattner2005-01-29
* Adjust to ilist changes.Chris Lattner2005-01-29
* Adjust to changes in ilistChris Lattner2005-01-29
* Rename createNode -> createSentinal.Chris Lattner2005-01-29
* There is no reason to include ostream here, include iosfwd instead.Chris Lattner2005-01-29
* Fix quotes.Chris Lattner2005-01-29
* Unbreak VC++ buildJeff Cohen2005-01-29
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-29
* Adjust to changes in the User class.Chris Lattner2005-01-29
* Adjust to changes in the User class. Introduce a new UnaryInstructionChris Lattner2005-01-29
* Adjust to user changes.Chris Lattner2005-01-29
* Many changes to cope with the User.h changes. Instructions now generallyChris Lattner2005-01-29
* Adjust to User.h changes.Chris Lattner2005-01-29
* Instead of storing operands as std::vector<Use>, just maintain a pointerChris Lattner2005-01-29
* Do not clean up if the MappedFile was never used or if the client alreadyChris Lattner2005-01-28
* Get VC++ compiling againJeff Cohen2005-01-28
* Convert some old C-style casts to C++ style.Reid Spencer2005-01-28
* Add some methods.Chris Lattner2005-01-24
* `primitive' has no `a'Misha Brukman2005-01-24
* Do not return true from isSized for things without a size (like functions andChris Lattner2005-01-24
* This giant patch speeds up Type::isSized(). Before, this would have to searchChris Lattner2005-01-24
* Add an accessor.Chris Lattner2005-01-23
* Expose more information from register allocation to passes that run afterChris Lattner2005-01-23
* Give SelectionDAG a TargetLowering instance instead of TM instance.Chris Lattner2005-01-23
* Remove two dead methods and improve the comments for DiffFilesWithTolerance.Chris Lattner2005-01-23
* New method.Chris Lattner2005-01-23