summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/runtime
Commit message (Collapse)AuthorAgeFilesLines
* For PR1074:Reid Spencer2007-01-172-88/+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-032-12/+10
| | | | llvm-svn: 31390
* For PR786:Reid Spencer2006-06-011-0/+3
| | | | | | | | | Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-14/+14
| | | | llvm-svn: 21479
* Build a module instead of a library so main() is not missedReid Spencer2004-12-051-13/+9
| | | | llvm-svn: 18525
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-041-2/+2
| | | | llvm-svn: 16167
* Changes For Bug 352Reid Spencer2004-09-011-1/+2
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* 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-232-0/+51
llvm-svn: 10179
OpenPOWER on IntegriCloud