Age | Commit message (Expand) | Author | Files | Lines |
2006-12-23 | For PR950: | Reid Spencer | 1 | -25/+25 |
2006-12-19 | switch statistic over, remove misspelt comment. | Chris Lattner | 1 | -6/+2 |
2006-12-13 | Update for llvm-gcc4 build. | Reid Spencer | 1 | -1/+1 |
2006-12-13 | Change createInferredCast calls to more accurate cast creation calls. | Reid Spencer | 1 | -14/+18 |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 1 | -4/+4 |
2006-12-06 | Detemplatize the Statistic class. | Devang Patel | 1 | -1/+1 |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 1 | -5/+6 |
2006-11-27 | For PR950: | Reid Spencer | 1 | -17/+19 |
2006-11-08 | For PR950: | Reid Spencer | 1 | -1/+1 |
2006-11-05 | Don't check variables before they are set. | Reid Spencer | 1 | -2/+3 |
2006-11-03 | Make sample project -pedantic clean. | Reid Spencer | 2 | -5/+3 |
2006-11-03 | Make Stacker Runtime -pedantic clean. | Reid Spencer | 2 | -12/+10 |
2006-11-02 | For PR786: | Reid Spencer | 1 | -1/+0 |
2006-11-02 | For PR950: | Reid Spencer | 1 | -1/+1 |
2006-10-26 | For PR950: | Reid Spencer | 1 | -2/+2 |
2006-10-20 | For PR950: | Reid Spencer | 1 | -8/+8 |
2006-10-02 | Don't build the runtime library if LLVMGCC is not configured. | Reid Spencer | 1 | -0/+5 |
2006-09-30 | Stacker doesn't build universal right. | Chris Lattner | 1 | -0/+6 |
2006-08-25 | Fix a race condition in the makefile that broke grawp's tester last night. | Chris Lattner | 1 | -0/+1 |
2006-08-18 | For PR797: | Reid Spencer | 3 | -4/+7 |
2006-08-18 | Drop the -s2048 option, it is specified incorrectly and the correct | Reid Spencer | 1 | -2/+2 |
2006-08-07 | For PR780: | Reid Spencer | 2 | -5/+3 |
2006-07-07 | Stacker uses EH. | Chris Lattner | 2 | -0/+2 |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 1 | -1/+1 |
2006-06-02 | Fix build on systems with broken bison | Chris Lattner | 1 | -0/+5 |
2006-06-01 | For PR786: | Reid Spencer | 2 | -0/+5 |
2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 1 | -3/+3 |
2006-05-12 | Avoid defining dead result | Chris Lattner | 1 | -1/+1 |
2006-04-18 | Have the AutoRegen.sh script prompt the user for the LLVM src and obj | Reid Spencer | 2 | -4/+29 |
2006-04-13 | Distribute the Stacker samples directory. | Reid Spencer | 1 | -1/+1 |
2006-04-12 | Distribute the lex/yacc files from the cvs version. | Reid Spencer | 1 | -0/+2 |
2006-03-23 | Ignored generated files. | Reid Spencer | 1 | -0/+4 |
2006-03-23 | Ignore generated files. | Reid Spencer | 2 | -0/+8 |
2006-02-15 | Convert over to the new way of handling lex/bison checked into cvs | Chris Lattner | 5 | -0/+419 |
2006-01-06 | Fixed Makefile so it does, indeed, build a dynamic library. | Robert Bocchino | 1 | -1/+2 |
2005-10-27 | unbreak the build again | Chris Lattner | 1 | -1/+1 |
2005-10-27 | Make sure to build things in the right order, build with the .o file, not the | Chris Lattner | 1 | -2/+2 |
2005-10-24 | use archives when possible | Chris Lattner | 1 | -2/+2 |
2005-08-27 | Implement PR614: | Reid Spencer | 4 | -2/+4308 |
2005-07-05 | oops | Andrew Lenharth | 2 | -2/+2 |
2005-07-05 | updates | Andrew Lenharth | 2 | -2/+2 |
2005-05-19 | Make the value to -s not be interpreted as a file name | Reid Spencer | 1 | -2/+2 |
2005-05-19 | Add an llvmc specification file for the "st" suffix. This allows Stacker | Reid Spencer | 2 | -1/+65 |
2005-05-13 | The previous hack didn't work because tools-only isn't defined and isn't | Reid Spencer | 1 | -4/+1 |
2005-05-13 | Don't build runtime if tools-only :) | Reid Spencer | 1 | -1/+4 |
2005-05-04 | WHILE does not "pop" a value, it "examines" to top of stack. Make this | Reid Spencer | 1 | -1/+1 |
2005-04-23 | Eliminate tabs and trailing spaces | Jeff Cohen | 7 | -1078/+1078 |
2005-04-21 | Remove trailing whitespace | Misha Brukman | 3 | -203/+203 |
2005-03-28 | Rename createPromoteMemoryToRegister() to | Alkis Evlogimenos | 1 | -1/+1 |
2005-02-24 | Update to reflect various changes in the autoconf directory. THe | Reid Spencer | 1 | -34/+38 |