summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added an answer about running the tests.llvmorg-1.0.0release/1.0.xJohn Criswell2003-10-241-0/+14
| | | | llvm-svn: 9498
* Added note about multilib options.John Criswell2003-10-241-0/+5
| | | | llvm-svn: 9476
* Fixed the name of the Command Guide index.John Criswell2003-10-241-1/+1
| | | | llvm-svn: 9471
* Fixed the name of the Command Guide index.John Criswell2003-10-241-26/+49
| | | | | | Made everything into hyperlinks. llvm-svn: 9470
* HTML version of README.txtJohn Criswell2003-10-241-0/+242
| | | | llvm-svn: 9468
* Removed the reference to llvm-request since the source code will beJohn Criswell2003-10-241-2/+1
| | | | | | available for downloading. llvm-svn: 9466
* Added brief information on how to query filed bugs via BugZilla.John Criswell2003-10-241-39/+39
| | | | | | Changed all tabs to spaces to ensure that nice LLVM look and feel. llvm-svn: 9465
* Made QMTest run first to ensure that it runs.John Criswell2003-10-241-1/+6
| | | | llvm-svn: 9464
* Merged revision 1.19.John Criswell2003-10-241-0/+4
| | | | llvm-svn: 9463
* Merged revision 1.21.John Criswell2003-10-241-0/+11
| | | | llvm-svn: 9462
* Merged in revision 1.12.John Criswell2003-10-241-3/+10
| | | | llvm-svn: 9461
* Merged in revision 1.4, adjusting tabs to spaces to keep indentationJohn Criswell2003-10-241-56/+69
| | | | | | correct. llvm-svn: 9458
* Updated the design guide to be a newer paper on LLVM.John Criswell2003-10-241-2/+3
| | | | llvm-svn: 9456
* Fixed the syntax for Solaris /bin/sh.John Criswell2003-10-241-1/+2
| | | | | | | In pre-historic times, you couldn't assign and export a variable at the same time in /bin/sh. Solaris still can't. llvm-svn: 9455
* Added information on why someone would want to build the GCC front end.John Criswell2003-10-232-3/+18
| | | | | | | | 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. llvm-svn: 9454
* Added information about fixing the headers on Solaris.John Criswell2003-10-231-1/+18
| | | | llvm-svn: 9453
* Removing Release Tasks. This belongs in the web site repository.John Criswell2003-10-2316-185/+38
| | | | | | Added a link to the LLVM home page at the end of each page. llvm-svn: 9448
* Added LLVM copyright header per Vikram's request.John Criswell2003-10-231-0/+9
| | | | llvm-svn: 9447
* Removed pre-release license.John Criswell2003-10-231-34/+0
| | | | llvm-svn: 9446
* This commit was manufactured by cvs2svn to create branch 'release_1'.CVS to SVN Conversion2003-10-233-240/+38
| | | | llvm-svn: 9439
* Updated configure script.John Criswell2003-10-231-2/+1
| | | | llvm-svn: 9438
* We might as well strip off any CPRs before propagationChris Lattner2003-10-231-1/+4
| | | | llvm-svn: 9437
* Fail gracefully if we have a zero arg varargs functionChris Lattner2003-10-231-0/+6
| | | | llvm-svn: 9436
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-232-0/+7
| | | | llvm-svn: 9435
* Reformat. A few minor edits.Brian Gaeke2003-10-231-221/+297
| | | | llvm-svn: 9434
* * Eliminate `using' directiveMisha Brukman2003-10-232-52/+26
| | | | | | | | * Fix order of #includes * Make code layout more consistent * Eliminate extraneous whitespace and comment-lines llvm-svn: 9433
* * Fix order of #include filesMisha Brukman2003-10-232-21/+22
| | | | | | * Doxygen-ify method comments llvm-svn: 9432
* * Order #includes as per style guideMisha Brukman2003-10-233-46/+45
| | | | | | | * Doxygen-ify comments * Make code layout more consistent llvm-svn: 9431
* * Use C++ style comments instead of C-styleMisha Brukman2003-10-232-30/+25
| | | | | | | | * Make file description more readable * Make code layout more consistent, include comment in assert so it's visible during execution if it hits llvm-svn: 9430
* * Eliminate `using' directiveMisha Brukman2003-10-231-9/+10
| | | | | | * Order #includes as per style guide llvm-svn: 9429
* * We were forgetting to pass varargs arguments through a callChris Lattner2003-10-231-0/+18
| | | | | | * Add a work around for bug PR56, gross but necessary for now. llvm-svn: 9428
* * Eliminate `using' directiveMisha Brukman2003-10-231-106/+88
| | | | | | * Make code layout more consistent llvm-svn: 9427
* Make code layout more consistent.Misha Brukman2003-10-233-318/+259
| | | | llvm-svn: 9426
* Zero arg varargs functions are legal in LLVM, but not in C.Chris Lattner2003-10-231-0/+9
| | | | llvm-svn: 9425
* Delete unused EmitByteSwap methodChris Lattner2003-10-231-49/+43
| | | | | | Implement mul/div/rem constant expressions llvm-svn: 9424
* Check in initial version of ipcpChris Lattner2003-10-231-0/+110
| | | | llvm-svn: 9423
* Include new prototypeChris Lattner2003-10-231-0/+6
| | | | llvm-svn: 9422
* Make code layout more consistent.Misha Brukman2003-10-231-58/+54
| | | | llvm-svn: 9418
* Actually share constants local to a function!Chris Lattner2003-10-231-2/+7
| | | | llvm-svn: 9417
* * Order includes according to style guideMisha Brukman2003-10-231-105/+106
| | | | | | | * Convert tabs to spaces * Make code fit within 80 columns llvm-svn: 9416
* * Stop referring to llvmbugs mailing list, point them to BugzillaMisha Brukman2003-10-231-5/+7
| | | | | | | | * Use ASCII (c) instead of the special character, which may not display correctly for everyone * Wrap at 80 columns llvm-svn: 9415
* Update testChris Lattner2003-10-232-3/+3
| | | | llvm-svn: 9414
* document real source of bugChris Lattner2003-10-231-0/+3
| | | | llvm-svn: 9413
* Added new license information in preparation for LLVM 1.0.John Criswell2003-10-231-1/+65
| | | | llvm-svn: 9410
* fix testChris Lattner2003-10-231-0/+3
| | | | llvm-svn: 9409
* Fix testChris Lattner2003-10-232-2/+2
| | | | llvm-svn: 9408
* Fix buggy testChris Lattner2003-10-231-1/+1
| | | | llvm-svn: 9407
* Fix an assertion failure in BugpointChris Lattner2003-10-231-0/+6
| | | | llvm-svn: 9406
* Do not report errors if QMTest returns a non-zero value.John Criswell2003-10-231-2/+2
| | | | llvm-svn: 9404
* Fix bug: instcombine/2003-10-23-InstcombineNullFail.llChris Lattner2003-10-231-0/+11
| | | | llvm-svn: 9403