aboutsummaryrefslogtreecommitdiff
path: root/llvm/projects
AgeCommit message (Expand)AuthorFilesLines
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2-8/+2
2004-07-10Group the hidden command line arguments.Reid Spencer1-7/+6
2004-07-04Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer2-0/+2
2004-05-27Add support for dos-style filesChris Lattner1-1/+1
2004-05-27Header movedChris Lattner1-1/+1
2004-05-11Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke1-2/+1
2004-05-11Unbreak the build on X86.Chris Lattner1-0/+1
2004-05-11Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke1-2/+2
2004-05-11Do not hardcode the name of gcc, because its full pathname may have beenBrian Gaeke1-1/+1
2004-05-11Do not depend on the path to bashBrian Gaeke1-1/+1
2004-05-11Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke1-0/+1
2004-05-09Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer5-42/+37
2004-04-15If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman1-2/+2
2004-03-31Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner3-9/+9
2004-02-15Remove dependence on the return type of ConstantArray::getChris Lattner1-7/+7
2003-12-10Fix apparent copy-and-paste-o.Brian Gaeke1-4/+2
2003-12-08Add a missing semi colon, which breaks bison 1.5Chris Lattner1-1/+1
2003-12-08Makefile updates contributed by ReidChris Lattner2-14/+24
2003-11-27* Squelch warning on SunChris Lattner1-6/+6
2003-11-25Adjusted the projects Makefile so that it picks up the name of projectsJohn Criswell1-2/+4
2003-11-25Configure script for ModuleMaker.John Criswell1-0/+2210
2003-11-25Auto-confed ModuleMaker.John Criswell8-0/+15771
2003-11-25Auto-conf'ed the ModuleMaker code.John Criswell1-0/+0
2003-11-24Apply patches from PR136Brian Gaeke7-44/+178
2003-11-23Add a script I missedChris Lattner1-0/+19
2003-11-23Checkin testsChris Lattner55-0/+464
2003-11-23Disable test.Chris Lattner1-1/+3
2003-11-23Fix these assertions:Chris Lattner2-2/+22
2003-11-23Checkin the stacker compilerChris Lattner2-0/+181
2003-11-23Fix file headerChris Lattner1-2/+2
2003-11-23Initial checkinChris Lattner1-0/+20
2003-11-23Initial checkin of stacker samplesChris Lattner5-0/+236
2003-11-23Adjust file headerChris Lattner1-1/+1
2003-11-23Initial checkin of stacker runtimeChris Lattner2-0/+51
2003-11-23Initial stacker checkinChris Lattner6-0/+2417
2003-11-23Update file headerChris Lattner1-1/+1
2003-11-23initial checkin of stacker makefileChris Lattner1-0/+20
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+2
2003-10-21Removed LLVM copyright from sample Makefile.John Criswell4-28/+4
2003-10-21Removed LLVM copyright notice from sample Makefile.John Criswell1-8/+2
2003-10-20Added LLVM copyrights to Makefiles.John Criswell9-0/+72
2003-10-17Adding license information for the sample project.John Criswell1-0/+24
2003-10-17Modified the Makefile so that the sample library is linked dynamically.John Criswell1-1/+2
2003-10-16Adding autoconf support to the sample project.John Criswell1-0/+2234
2003-10-16Adding autoconf support for the sample project.John Criswell3-39/+28
2003-10-16Adding autoconf support for the sample project.John Criswell7-0/+15751
2003-09-06Checkin of autoconf-style object root.John Criswell3-9/+35
2003-08-21Initial checkinChris Lattner1-0/+9
2003-08-21Initial checkin of ModuleMaker projectChris Lattner5-0/+117
2003-08-21Remove commented out declarationChris Lattner1-6/+0