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