aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib
AgeCommit message (Expand)Author
2004-09-04Make the StackerCompiler and optimizing translator by running specificReid Spencer
2004-09-02Unbreak buildBrian Gaeke
2004-09-01Changes For Bug 352Reid Spencer
2004-08-24Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-05-27Add support for dos-style filesChris Lattner
2004-05-11Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke
2004-05-11Unbreak the build on X86.Chris Lattner
2004-05-11Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke
2004-05-11Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke
2004-05-09Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer
2004-04-15If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman
2004-03-31Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner
2004-02-15Remove dependence on the return type of ConstantArray::getChris Lattner
2003-12-10Fix apparent copy-and-paste-o.Brian Gaeke
2003-12-08Add a missing semi colon, which breaks bison 1.5Chris Lattner
2003-11-27* Squelch warning on SunChris Lattner
2003-11-24Apply patches from PR136Brian Gaeke
2003-11-23Fix these assertions:Chris Lattner
2003-11-23Adjust file headerChris Lattner
2003-11-23Initial checkin of stacker runtimeChris Lattner
2003-11-23Initial stacker checkinChris Lattner