summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)AuthorFilesLines
2006-12-23For PR950:Reid Spencer1-25/+25
2006-12-19switch statistic over, remove misspelt comment.Chris Lattner1-6/+2
2006-12-13Update for llvm-gcc4 build.Reid Spencer1-1/+1
2006-12-13Change createInferredCast calls to more accurate cast creation calls.Reid Spencer1-14/+18
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-4/+4
2006-12-06Detemplatize the Statistic class.Devang Patel1-1/+1
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling1-5/+6
2006-11-27For PR950:Reid Spencer1-17/+19
2006-11-08For PR950:Reid Spencer1-1/+1
2006-11-05Don't check variables before they are set.Reid Spencer1-2/+3
2006-11-03Make sample project -pedantic clean.Reid Spencer2-5/+3
2006-11-03Make Stacker Runtime -pedantic clean.Reid Spencer2-12/+10
2006-11-02For PR786:Reid Spencer1-1/+0
2006-11-02For PR950:Reid Spencer1-1/+1
2006-10-26For PR950:Reid Spencer1-2/+2
2006-10-20For PR950:Reid Spencer1-8/+8
2006-10-02Don't build the runtime library if LLVMGCC is not configured.Reid Spencer1-0/+5
2006-09-30Stacker doesn't build universal right.Chris Lattner1-0/+6
2006-08-25Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner1-0/+1
2006-08-18For PR797:Reid Spencer3-4/+7
2006-08-18Drop the -s2048 option, it is specified incorrectly and the correctReid Spencer1-2/+2
2006-08-07For PR780:Reid Spencer2-5/+3
2006-07-07Stacker uses EH.Chris Lattner2-0/+2
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner1-1/+1
2006-06-02Fix build on systems with broken bisonChris Lattner1-0/+5
2006-06-01For PR786:Reid Spencer2-0/+5
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-3/+3
2006-05-12Avoid defining dead resultChris Lattner1-1/+1
2006-04-18Have the AutoRegen.sh script prompt the user for the LLVM src and objReid Spencer2-4/+29
2006-04-13Distribute the Stacker samples directory.Reid Spencer1-1/+1
2006-04-12Distribute the lex/yacc files from the cvs version.Reid Spencer1-0/+2
2006-03-23Ignored generated files.Reid Spencer1-0/+4
2006-03-23Ignore generated files.Reid Spencer2-0/+8
2006-02-15Convert over to the new way of handling lex/bison checked into cvsChris Lattner5-0/+419
2006-01-06Fixed Makefile so it does, indeed, build a dynamic library.Robert Bocchino1-1/+2
2005-10-27unbreak the build againChris Lattner1-1/+1
2005-10-27Make sure to build things in the right order, build with the .o file, not theChris Lattner1-2/+2
2005-10-24use archives when possibleChris Lattner1-2/+2
2005-08-27Implement PR614:Reid Spencer4-2/+4308
2005-07-05oopsAndrew Lenharth2-2/+2
2005-07-05updatesAndrew Lenharth2-2/+2
2005-05-19Make the value to -s not be interpreted as a file nameReid Spencer1-2/+2
2005-05-19Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2-1/+65
2005-05-13The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer1-4/+1
2005-05-13Don't build runtime if tools-only :)Reid Spencer1-1/+4
2005-05-04WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer1-1/+1
2005-04-23Eliminate tabs and trailing spacesJeff Cohen7-1078/+1078
2005-04-21Remove trailing whitespaceMisha Brukman3-203/+203
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos1-1/+1
2005-02-24Update to reflect various changes in the autoconf directory. THeReid Spencer1-34/+38