aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-24Added an answer about running the tests.release_1John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9498 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Added note about multilib options.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9476 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Fixed the name of the Command Guide index.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9471 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Fixed the name of the Command Guide index.John Criswell
Made everything into hyperlinks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9470 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24HTML version of README.txtJohn Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9468 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Removed the reference to llvm-request since the source code will beJohn Criswell
available for downloading. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9466 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Added brief information on how to query filed bugs via BugZilla.John Criswell
Changed all tabs to spaces to ensure that nice LLVM look and feel. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9465 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Made QMTest run first to ensure that it runs.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9464 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Merged revision 1.19.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9463 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Merged revision 1.21.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9462 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Merged in revision 1.12.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9461 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Merged in revision 1.4, adjusting tabs to spaces to keep indentationJohn Criswell
correct. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9458 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Updated the design guide to be a newer paper on LLVM.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9456 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24Fixed the syntax for Solaris /bin/sh.John Criswell
In pre-historic times, you couldn't assign and export a variable at the same time in /bin/sh. Solaris still can't. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9455 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Added information on why someone would want to build the GCC front end.John Criswell
Added a link to this information from the Getting Started Guide. Changed the word "wicked" to "elite." The original sounds much cooler, but I fear the PR police when I take off my tinfoil hat. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9454 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Added information about fixing the headers on Solaris.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9453 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Removing Release Tasks. This belongs in the web site repository.John Criswell
Added a link to the LLVM home page at the end of each page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9448 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Added LLVM copyright header per Vikram's request.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9447 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Removed pre-release license.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9446 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23This commit was manufactured by cvs2svn to create branch 'release_1'.cvs2svn
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9439 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Updated configure script.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9438 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23We might as well strip off any CPRs before propagationChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9437 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Fail gracefully if we have a zero arg varargs functionChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9436 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Turn on the IPCP pass by default. It has passed all of the testsChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9435 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Reformat. A few minor edits.Brian Gaeke
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9434 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Eliminate `using' directiveMisha Brukman
* Fix order of #includes * Make code layout more consistent * Eliminate extraneous whitespace and comment-lines git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9433 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Fix order of #include filesMisha Brukman
* Doxygen-ify method comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9432 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Order #includes as per style guideMisha Brukman
* Doxygen-ify comments * Make code layout more consistent git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9431 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Use C++ style comments instead of C-styleMisha Brukman
* Make file description more readable * Make code layout more consistent, include comment in assert so it's visible during execution if it hits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9430 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Eliminate `using' directiveMisha Brukman
* Order #includes as per style guide git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9429 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* We were forgetting to pass varargs arguments through a callChris Lattner
* Add a work around for bug PR56, gross but necessary for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9428 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Eliminate `using' directiveMisha Brukman
* Make code layout more consistent git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9427 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Make code layout more consistent.Misha Brukman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9426 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Zero arg varargs functions are legal in LLVM, but not in C.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9425 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Delete unused EmitByteSwap methodChris Lattner
Implement mul/div/rem constant expressions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9424 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Check in initial version of ipcpChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9423 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Include new prototypeChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9422 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Make code layout more consistent.Misha Brukman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9418 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Actually share constants local to a function!Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9417 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Order includes according to style guideMisha Brukman
* Convert tabs to spaces * Make code fit within 80 columns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9416 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23* Stop referring to llvmbugs mailing list, point them to BugzillaMisha Brukman
* Use ASCII (c) instead of the special character, which may not display correctly for everyone * Wrap at 80 columns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9415 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Update testChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9414 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23document real source of bugChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9413 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Added new license information in preparation for LLVM 1.0.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9410 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23fix testChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9409 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Fix testChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9408 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Fix buggy testChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9407 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Fix an assertion failure in BugpointChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9406 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Do not report errors if QMTest returns a non-zero value.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9404 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-23Fix bug: instcombine/2003-10-23-InstcombineNullFail.llChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9403 91177308-0d34-0410-b5e6-96231b3b80d8