Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR1074: | Reid Spencer | 2007-01-17 | 1 | -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 Spencer | 2006-11-03 | 1 | -9/+10 |
| | | | | llvm-svn: 31390 | ||||
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 1 | -14/+14 |
| | | | | llvm-svn: 21479 | ||||
* | Use inttypes.h, which exists on all of Linux, Solaris and Darwin. | Brian Gaeke | 2004-05-11 | 1 | -2/+1 |
| | | | | llvm-svn: 13461 | ||||
* | Unbreak the build on X86. | Chris Lattner | 2004-05-11 | 1 | -0/+1 |
| | | | | llvm-svn: 13460 | ||||
* | Squash warnings on Solaris/sparc... the test suite is not working for me so I | Brian Gaeke | 2004-05-11 | 1 | -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 Gaeke | 2004-05-11 | 1 | -0/+1 |
| | | | | llvm-svn: 13456 | ||||
* | Changes to make the Stacker Stack use 64 bit values. This *should* get | Reid Spencer | 2004-05-09 | 1 | -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 Sun | Chris Lattner | 2003-11-27 | 1 | -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 PR136 | Brian Gaeke | 2003-11-24 | 1 | -0/+38 |
| | | | | llvm-svn: 10192 | ||||
* | Adjust file header | Chris Lattner | 2003-11-23 | 1 | -1/+1 |
| | | | | llvm-svn: 10180 | ||||
* | Initial checkin of stacker runtime | Chris Lattner | 2003-11-23 | 1 | -0/+34 |
llvm-svn: 10179 |