summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-14
* Move files.Chris Lattner2001-09-14
* Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/SparcChris Lattner2001-09-14
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-14
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-14
* Updates to use local header files.Chris Lattner2001-09-14
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-12
* * Clean up InstrForestChris Lattner2001-09-12
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-11
* Eliminate MainTreeNode functionChris Lattner2001-09-11
* Remove irrelevant gross K&R CismsChris Lattner2001-09-11
* Handle subtract in expression classifierChris Lattner2001-09-11
* Use the correct style castsChris Lattner2001-09-10
* Use correct style castsChris Lattner2001-09-10
* Use correct style castsChris Lattner2001-09-10
* Use type checking predicatesChris Lattner2001-09-10
* Use correct castsChris Lattner2001-09-10
* Use predicate for Value type testChris Lattner2001-09-10
* Use predicate for Value type testChris Lattner2001-09-10
* ModuleTyID doesn't exist anyymoreChris Lattner2001-09-10
* getMethodType is now just getTypeChris Lattner2001-09-10
* Add support for printing globalsChris Lattner2001-09-10
* Update to use correct type castChris Lattner2001-09-10
* Add support for global variablesChris Lattner2001-09-10
* Fix a bug I introduced (assertion failed: Unknown operand type), and convert ...Chris Lattner2001-09-10
* Implement global variable supportChris Lattner2001-09-10
* Add support for external methodsChris Lattner2001-09-10
* Genericize support for calling functions a bitChris Lattner2001-09-10
* Remove the definitions of 3 global functions that don't belong in the coreChris Lattner2001-09-09
* Implement the subset of the GetConstantValueAsSignedInt function that is need...Chris Lattner2001-09-09
* Implement the subset of the GetConstantValueAsSignedInt function that is need...Chris Lattner2001-09-09
* Rename contype to subtypeChris Lattner2001-09-09
* Make ADCE more robust, it still has problems, but it's getting closerChris Lattner2001-09-09
* Fix problems with freeing memory twiceChris Lattner2001-09-09
* Rename file to be consistent with header nameChris Lattner2001-09-09
* Clean up Type class by removing mutable ConstRules member and use annotations...Chris Lattner2001-09-09
* Clean up ConstRules stuff to use annotations instead of a mutable member in TypeChris Lattner2001-09-09
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-09
* Handle cast float-to-float or cast double-to-double.Vikram S. Adve2001-09-09
* Fix build breakage. :(Chris Lattner2001-09-09
* I really don't like it when people break the build.Chris Lattner2001-09-09
* Committed for compliation. Not yet final.Ruchira Sasanka2001-09-08
* --RuchiraRuchira Sasanka2001-09-08
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* Updates to work with new lack of constant poolChris Lattner2001-09-07
* Remove unneeded #includesChris Lattner2001-09-07
* Remove unnecesary #include add dump calls pulled out of .h fileChris Lattner2001-09-07
* * Remove lots of #includesChris Lattner2001-09-07
* Add tags so emacs knows these are C++ filesChris Lattner2001-09-07
* Moved functionality into the other constant pool stuffChris Lattner2001-09-07