summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker
Commit message (Collapse)AuthorAgeFilesLines
* For PR1074:Reid Spencer2007-01-1794-43676/+0
| | | | | | | Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
* relax typeChris Lattner2007-01-071-1/+1
| | | | llvm-svn: 32993
* For PR950:Reid Spencer2006-12-311-44/+44
| | | | | | Convert signed integer types to signless. llvm-svn: 32786
* For PR950:Reid Spencer2006-12-231-25/+25
| | | | | | | | This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
* switch statistic over, remove misspelt comment.Chris Lattner2006-12-191-6/+2
| | | | llvm-svn: 32704
* Update for llvm-gcc4 build.Reid Spencer2006-12-131-1/+1
| | | | llvm-svn: 32533
* Change createInferredCast calls to more accurate cast creation calls.Reid Spencer2006-12-131-14/+18
| | | | llvm-svn: 32520
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
| | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298
* Detemplatize the Statistic class.Devang Patel2006-12-061-1/+1
| | | | llvm-svn: 32283
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-5/+6
| | | | | | | adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990
* For PR950:Reid Spencer2006-11-271-17/+19
| | | | | | | | | | The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931
* For PR950:Reid Spencer2006-11-081-1/+1
| | | | | | | | This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not dependent on the sign of their operands. llvm-svn: 31542
* Don't check variables before they are set.Reid Spencer2006-11-051-2/+3
| | | | | | Be careful about blanks when checking LLVMGCC variable. llvm-svn: 31455
* Make Stacker Runtime -pedantic clean.Reid Spencer2006-11-032-12/+10
| | | | llvm-svn: 31390
* For PR786:Reid Spencer2006-11-021-1/+0
| | | | | | | | | | Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380
* For PR950:Reid Spencer2006-11-021-1/+1
| | | | | | Replace the REM instruction with UREM, SREM and FREM. llvm-svn: 31369
* For PR950:Reid Spencer2006-10-261-2/+2
| | | | | | | | Make necessary changes to support DIV -> [SUF]Div. This changes llvm to have three division instructions: signed, unsigned, floating point. The bytecode and assembler are bacwards compatible, however. llvm-svn: 31195
* For PR950:Reid Spencer2006-10-201-8/+8
| | | | | | | | This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063
* Don't build the runtime library if LLVMGCC is not configured.Reid Spencer2006-10-021-0/+5
| | | | llvm-svn: 30691
* Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner2006-08-251-0/+1
| | | | llvm-svn: 29873
* For PR797:Reid Spencer2006-08-183-4/+7
| | | | | | Update to reflect ParseException becoming ParseError (from Parser.h) llvm-svn: 29766
* Drop the -s2048 option, it is specified incorrectly and the correctReid Spencer2006-08-181-2/+2
| | | | | | specification can't be handled by llvmc (= confuses it) llvm-svn: 29764
* Stacker uses EH.Chris Lattner2006-07-072-0/+2
| | | | llvm-svn: 29032
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
| | | | llvm-svn: 28831
* Fix build on systems with broken bisonChris Lattner2006-06-021-0/+5
| | | | llvm-svn: 28658
* 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
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-3/+3
| | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
* Avoid defining dead resultChris Lattner2006-05-121-1/+1
| | | | llvm-svn: 28246
* Distribute the Stacker samples directory.Reid Spencer2006-04-131-1/+1
| | | | llvm-svn: 27648
* Distribute the lex/yacc files from the cvs version.Reid Spencer2006-04-121-0/+2
| | | | llvm-svn: 27628
* Ignore generated files.Reid Spencer2006-03-232-0/+8
| | | | llvm-svn: 27015
* Convert over to the new way of handling lex/bison checked into cvsChris Lattner2006-02-155-0/+419
| | | | llvm-svn: 26209
* unbreak the build againChris Lattner2005-10-271-1/+1
| | | | llvm-svn: 24041
* Make sure to build things in the right order, build with the .o file, not theChris Lattner2005-10-271-2/+2
| | | | | | .a file to unbreak the build after john's change llvm-svn: 24024
* use archives when possibleChris Lattner2005-10-241-2/+2
| | | | llvm-svn: 23932
* Implement PR614:Reid Spencer2005-08-274-2/+4308
| | | | | | | | | | These changes modify the makefiles so that the output of flex and bison are placed in the SRC directory, not the OBJ directory. It is intended that they be checked in as any other LLVM source so that platforms without convenient access to flex/bison can be compiled. From now on, if you change a .y or .l file you *must* also commit the generated .cpp and .h files. llvm-svn: 23115
* Make the value to -s not be interpreted as a file nameReid Spencer2005-05-191-2/+2
| | | | llvm-svn: 22134
* Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2005-05-192-1/+65
| | | | | | programs to benefit from the optimization capabilities of the llvmc. llvm-svn: 22133
* The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer2005-05-131-4/+1
| | | | | | | | a target at this level of build. There shouldn't be a problem with building the runtime library without llvm-gcc because the Makefile.rules checks for an empty LLVMGCC variable before building bytecode modules. llvm-svn: 21942
* Don't build runtime if tools-only :)Reid Spencer2005-05-131-1/+4
| | | | llvm-svn: 21938
* WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer2005-05-041-1/+1
| | | | | | clear in the applicable comment. llvm-svn: 21682
* Eliminate tabs and trailing spacesJeff Cohen2005-04-234-1070/+1070
| | | | llvm-svn: 21479
* Remove trailing whitespaceMisha Brukman2005-04-213-203/+203
| | | | llvm-svn: 21427
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-281-1/+1
| | | | | | | createPromoteMemoryToRegisterPass() to be consistent with other pass creation functions. llvm-svn: 20885
* Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer2005-02-141-2/+2
| | | | | | | required by changes to the Makefile.rules. Patch contributed by Vladimir Merzliakov. llvm-svn: 20175
* Update per new Makefile requirements for projectsReid Spencer2005-01-161-17/+10
| | | | llvm-svn: 19594
* Ignore some filesReid Spencer2005-01-011-0/+2
| | | | llvm-svn: 19221
* Clean up some autoconf cruftReid Spencer2004-12-272-33/+37
| | | | | | | | * Make the source detection use a file unique to Stacker * Configure Makefile.common.in with AC_CONFIG_FILES not AC_CONFIG_MAKEFILE * Use new autoconf format for invoking AC_OUTPUT llvm-svn: 19165
* Correct build script for stkr_runtime moduleReid Spencer2004-12-051-1/+1
| | | | llvm-svn: 18526
* Build a module instead of a library so main() is not missedReid Spencer2004-12-051-13/+9
| | | | llvm-svn: 18525
OpenPOWER on IntegriCloud