summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-08
* Don't check variables before they are set.Reid Spencer2006-11-05
* Make Stacker Runtime -pedantic clean.Reid Spencer2006-11-03
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26
* For PR950:Reid Spencer2006-10-20
* Don't build the runtime library if LLVMGCC is not configured.Reid Spencer2006-10-02
* Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner2006-08-25
* For PR797:Reid Spencer2006-08-18
* Stacker uses EH.Chris Lattner2006-07-07
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Fix build on systems with broken bisonChris Lattner2006-06-02
* For PR786:Reid Spencer2006-06-01
* Avoid defining dead resultChris Lattner2006-05-12
* Distribute the lex/yacc files from the cvs version.Reid Spencer2006-04-12
* Ignore generated files.Reid Spencer2006-03-23
* Convert over to the new way of handling lex/bison checked into cvsChris Lattner2006-02-15
* Implement PR614:Reid Spencer2005-08-27
* The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer2005-05-13
* Don't build runtime if tools-only :)Reid Spencer2005-05-13
* WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer2005-05-04
* Eliminate tabs and trailing spacesJeff Cohen2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-28
* Build a module instead of a library so main() is not missedReid Spencer2004-12-05
* Get rid of drivel.Reid Spencer2004-10-28
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman2004-10-11
* Fix file header commentMisha Brukman2004-10-11
* This pass is not needed, as there is only ever one global: the stackChris Lattner2004-10-07
* Stacker compiler library doesn't need to be shared and it can causeReid Spencer2004-09-15
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-04
* Make the StackerCompiler and optimizing translator by running specificReid Spencer2004-09-04
* Unbreak buildBrian Gaeke2004-09-02
* Changes For Bug 352Reid Spencer2004-09-01
* Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer2004-08-24
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Add support for dos-style filesChris Lattner2004-05-27
* Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke2004-05-11
* Unbreak the build on X86.Chris Lattner2004-05-11
* Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke2004-05-11
* Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke2004-05-11
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-09
* If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman2004-04-15
* Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner2004-03-31
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-15
* Fix apparent copy-and-paste-o.Brian Gaeke2003-12-10
* Add a missing semi colon, which breaks bison 1.5Chris Lattner2003-12-08