summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/runtime/stacker_rt.c
Commit message (Collapse)AuthorAgeFilesLines
* For PR1074:Reid Spencer2007-01-171-74/+0
| | | | | | | Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
* Make Stacker Runtime -pedantic clean.Reid Spencer2006-11-031-9/+10
| | | | llvm-svn: 31390
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-14/+14
| | | | llvm-svn: 21479
* Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke2004-05-111-2/+1
| | | | llvm-svn: 13461
* Unbreak the build on X86.Chris Lattner2004-05-111-0/+1
| | | | llvm-svn: 13460
* Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke2004-05-111-2/+2
| | | | | | can't be sure if these are OK, but they look OK. llvm-svn: 13459
* 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-091-5/+5
| | | | | | | around the problem with Stacker on Solaris because the Stack can handle 64-bit entries (pointer sized). llvm-svn: 13441
* * 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-241-0/+38
| | | | llvm-svn: 10192
* Adjust file headerChris Lattner2003-11-231-1/+1
| | | | llvm-svn: 10180
* Initial checkin of stacker runtimeChris Lattner2003-11-231-0/+34
llvm-svn: 10179
OpenPOWER on IntegriCloud