summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke2004-05-111-0/+1
| | | | llvm-svn: 13456
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-095-42/+37
| | | | | | | around the problem with Stacker on Solaris because the Stack can handle 64-bit entries (pointer sized). llvm-svn: 13441
* If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman2004-04-151-2/+2
| | | | | | @parameter line documentation that way, too. llvm-svn: 12966
* Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner2004-03-313-9/+9
| | | | llvm-svn: 12566
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-151-7/+7
| | | | llvm-svn: 11463
* Fix apparent copy-and-paste-o.Brian Gaeke2003-12-101-4/+2
| | | | | | Get rid of %debug - Mac OS X bison doesn't have it. sigh. llvm-svn: 10352
* Add a missing semi colon, which breaks bison 1.5Chris Lattner2003-12-081-1/+1
| | | | llvm-svn: 10325
* * Squelch warning on SunChris Lattner2003-11-271-6/+6
| | | | | | | * stdlib and friends are system headers * 'long long' is the type that consistently turns into the LLVM 'long' type. llvm-svn: 10241
* Apply patches from PR136Brian Gaeke2003-11-242-17/+46
| | | | llvm-svn: 10192
* Fix these assertions:Chris Lattner2003-11-232-2/+22
| | | | | | | | | | | stkrc -e -f -o testing.bc testing.st Global is external, but doesn't have external linkage! [1024 x int]* %_stack_ Global is external, but doesn't have external linkage! long* %_index_ Broken module found, compilation aborted! llvm-svn: 10185
* Adjust file headerChris Lattner2003-11-231-1/+1
| | | | llvm-svn: 10180
* Initial checkin of stacker runtimeChris Lattner2003-11-232-0/+51
| | | | llvm-svn: 10179
* Initial stacker checkinChris Lattner2003-11-236-0/+2417
llvm-svn: 10178
OpenPOWER on IntegriCloud