aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-24Added an answer about running the tests.release_1John Criswell
2003-10-24Added note about multilib options.John Criswell
2003-10-24Fixed the name of the Command Guide index.John Criswell
2003-10-24Fixed the name of the Command Guide index.John Criswell
2003-10-24HTML version of README.txtJohn Criswell
2003-10-24Removed the reference to llvm-request since the source code will beJohn Criswell
2003-10-24Added brief information on how to query filed bugs via BugZilla.John Criswell
2003-10-24Made QMTest run first to ensure that it runs.John Criswell
2003-10-24Merged revision 1.19.John Criswell
2003-10-24Merged revision 1.21.John Criswell
2003-10-24Merged in revision 1.12.John Criswell
2003-10-24Merged in revision 1.4, adjusting tabs to spaces to keep indentationJohn Criswell
2003-10-24Updated the design guide to be a newer paper on LLVM.John Criswell
2003-10-24Fixed the syntax for Solaris /bin/sh.John Criswell
2003-10-23Added information on why someone would want to build the GCC front end.John Criswell
2003-10-23Added information about fixing the headers on Solaris.John Criswell
2003-10-23Removing Release Tasks. This belongs in the web site repository.John Criswell
2003-10-23Added LLVM copyright header per Vikram's request.John Criswell
2003-10-23Removed pre-release license.John Criswell
2003-10-23This commit was manufactured by cvs2svn to create branch 'release_1'.cvs2svn
2003-10-23Updated configure script.John Criswell
2003-10-23We might as well strip off any CPRs before propagationChris Lattner
2003-10-23Fail gracefully if we have a zero arg varargs functionChris Lattner
2003-10-23Turn on the IPCP pass by default. It has passed all of the testsChris Lattner
2003-10-23Reformat. A few minor edits.Brian Gaeke
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-23* Fix order of #include filesMisha Brukman
2003-10-23* Order #includes as per style guideMisha Brukman
2003-10-23* Use C++ style comments instead of C-styleMisha Brukman
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-23* We were forgetting to pass varargs arguments through a callChris Lattner
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-23Make code layout more consistent.Misha Brukman
2003-10-23Zero arg varargs functions are legal in LLVM, but not in C.Chris Lattner
2003-10-23Delete unused EmitByteSwap methodChris Lattner
2003-10-23Check in initial version of ipcpChris Lattner
2003-10-23Include new prototypeChris Lattner
2003-10-23Make code layout more consistent.Misha Brukman
2003-10-23Actually share constants local to a function!Chris Lattner
2003-10-23* Order includes according to style guideMisha Brukman
2003-10-23* Stop referring to llvmbugs mailing list, point them to BugzillaMisha Brukman
2003-10-23Update testChris Lattner
2003-10-23document real source of bugChris Lattner
2003-10-23Added new license information in preparation for LLVM 1.0.John Criswell
2003-10-23fix testChris Lattner
2003-10-23Fix testChris Lattner
2003-10-23Fix buggy testChris Lattner
2003-10-23Fix an assertion failure in BugpointChris Lattner
2003-10-23Do not report errors if QMTest returns a non-zero value.John Criswell
2003-10-23Fix bug: instcombine/2003-10-23-InstcombineNullFail.llChris Lattner