summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* For PR1074:Reid Spencer2007-01-171-21/+0
| | | | | | | Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
* Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner2006-08-251-0/+1
| | | | llvm-svn: 29873
* Stacker uses EH.Chris Lattner2006-07-071-0/+1
| | | | llvm-svn: 29032
* Fix build on systems with broken bisonChris Lattner2006-06-021-0/+5
| | | | llvm-svn: 28658
* Distribute the lex/yacc files from the cvs version.Reid Spencer2006-04-121-0/+2
| | | | llvm-svn: 27628
* Implement PR614:Reid Spencer2005-08-271-2/+1
| | | | | | | | | | 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
* Get rid of drivel.Reid Spencer2004-10-281-12/+3
| | | | | | | Ensure the lex/yacc output are specified as BUILT_SOURCES so they get built first. llvm-svn: 17290
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-0/+2
| | | | llvm-svn: 17167
* Stacker compiler library doesn't need to be shared and it can causeReid Spencer2004-09-151-1/+0
| | | | | | problems on some platforms (like Solaris). llvm-svn: 16365
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-041-2/+2
| | | | llvm-svn: 16167
* Initial stacker checkinChris Lattner2003-11-231-0/+21
llvm-svn: 10178
OpenPOWER on IntegriCloud