summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor format tweask for tables.Reid Spencer2004-11-011-7/+2
| | | | llvm-svn: 17394
* HTML 4.01 STRICT compliance.Reid Spencer2004-09-051-116/+150
| | | | | | | Added missing definitions Noted the difference between llvm/test and llvm-test llvm-svn: 16193
* Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs)Misha Brukman2004-08-231-0/+6
| | | | llvm-svn: 16004
* Bytecode libraries are installed with `make install-bytecode'Misha Brukman2004-08-211-9/+8
| | | | llvm-svn: 15989
* Merged in release_13 branch.John Criswell2004-08-161-19/+21
| | | | llvm-svn: 15819
* Add note about AIX/PowerPC with disk space requirements. Wrap long line.Misha Brukman2004-08-091-4/+16
| | | | llvm-svn: 15588
* Refer would-be llvm-gcc source users/hackers to the compilation guide.Misha Brukman2004-07-201-2/+1
| | | | llvm-svn: 15046
* Add note about GCC 3.3.2 being completely brokenChris Lattner2004-07-181-14/+50
| | | | llvm-svn: 14978
* Add a link to the CFE build instrs next to the CFE download instructionsChris Lattner2004-06-281-1/+5
| | | | llvm-svn: 14465
* Mention a note about having gccas and gccld in the path when running llvm-gcc.Misha Brukman2004-06-221-0/+3
| | | | llvm-svn: 14328
* Fix some broken linksChris Lattner2004-06-211-1/+1
| | | | llvm-svn: 14306
* Fix relative link to the CVS mirrors.Misha Brukman2004-06-181-2/+3
| | | | llvm-svn: 14239
* Add link to the CVS mirror hosted by ReidChris Lattner2004-06-181-1/+16
| | | | llvm-svn: 14238
* Update to include llc on x86 and other systemsChris Lattner2004-06-021-6/+7
| | | | llvm-svn: 13967
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-6/+9
| | | | | | they said. llvm-svn: 13675
* Make file standard-compliant once again.Misha Brukman2004-05-121-21/+10
| | | | llvm-svn: 13504
* Add comment about optimizationsChris Lattner2004-05-011-1/+3
| | | | llvm-svn: 13298
* Merged in RELEASE_12.John Criswell2004-03-291-13/+26
| | | | llvm-svn: 12532
* Add note about setting up linux systems to directly execute LLVM bytecode filesChris Lattner2004-03-251-4/+34
| | | | | | Fixes PR303 llvm-svn: 12516
* Updated to LLVM 1.2.John Criswell2004-03-121-14/+37
| | | | | | | | Added information on getting the LLVM GCC front end from CVS. Added new configure script options. Made other minor corrections and modifications. llvm-svn: 12340
* Updates for the C backend's movementChris Lattner2004-02-141-4/+4
| | | | llvm-svn: 11428
* Document automake as a build dependency because we use aclocalBrian Gaeke2004-02-081-2/+5
| | | | llvm-svn: 11187
* Now with HTML 4.01 comliance flavor.Misha Brukman2004-01-201-48/+46
| | | | llvm-svn: 10919
* Merged in RELEASE_11.John Criswell2003-12-181-26/+83
| | | | llvm-svn: 10516
* Switch to the standard footer. This page is not yet W3C-compliant.Misha Brukman2003-11-221-5/+4
| | | | llvm-svn: 10158
* Completely hacked apart the file and put it back together using stylesheets.Misha Brukman2003-11-071-958/+1006
| | | | llvm-svn: 9786
* No wonder noone can set up LLVMGCCDIR correctly!Chris Lattner2003-11-061-6/+6
| | | | llvm-svn: 9756
* Merged in RELEASE_1.John Criswell2003-10-271-7/+37
| | | | llvm-svn: 9538
* Recommend using -z3Chris Lattner2003-10-231-4/+4
| | | | llvm-svn: 9445
* Added the name of the public CVS repository.John Criswell2003-10-211-13/+8
| | | | | | | Removed the use of CVSROOTDIR as it is no longer used. Fixed some word wrapping. llvm-svn: 9352
* Made the Requirements information its own major section and moved itJohn Criswell2003-10-201-140/+119
| | | | | | | | | | between the "Getting Started Quickly" and "Getting Started Slowly" sections. :) Removed some of the nit-picky requirements information (i.e. GNU tar and GNU zip). Attempted to compact the requirements information so that it is less scary. llvm-svn: 9290
* Fixed the name of a hyperlink.John Criswell2003-10-131-1/+1
| | | | llvm-svn: 9088
* Removed information on common build problems. That is now documented inJohn Criswell2003-10-131-60/+3
| | | | | | the FAQ (FAQ.html). llvm-svn: 9087
* Fixed spelling.John Criswell2003-10-101-3/+3
| | | | llvm-svn: 9034
* Removed information about compiling the GCC front end. This will be in aJohn Criswell2003-10-101-149/+60
| | | | | | | | | | | | | separate document that we will provide to people who request the source. Updated the support architecture information to be a little more precise. Added hyperlinks for all of the tools which are required for building LLVM. This should make it easier for people to find and install these required tools. Italicized some of the "variables" that we use in place of absolute paths. Added the --enable-spec2000 option to the quick start section. Other minor changes/corrections/clarifications. llvm-svn: 9006
* Re-did some of the text wrapping (sorry).John Criswell2003-10-101-143/+167
| | | | | | | | | | | | | Made the "Getting Started Quickly" material its own section. I think this makes the document easier to read. Added bars after every major section heading (to distinguish them more easily from sub-section headings). Renamed C front end to GCC front end, as we now support C and C++. Updated material to reflect the new autoconf-style object root. Added material about the llvm/runtime directory and the fact that you need to install the GCC front end before building LLVM (before, it was optional). llvm-svn: 9003
* * Alphabetized order of toolsMisha Brukman2003-10-061-23/+37
| | | | | | | | | * Added blurb about `bugpoint' * Fixed some grammar issues * Added blurb about `llvm-link' * Took out the part about the `lli debugger' which disappeared llvm-svn: 8900
* Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.Misha Brukman2003-08-281-7/+7
| | | | llvm-svn: 8195
* * Added pointers to the README files in emacs/ and vim/ directories.Misha Brukman2003-08-111-6/+8
| | | | | | * Added slashes to distinguish directories and tools from simple scripts. llvm-svn: 7739
* Geez, this misha guy is a _horrible_ speller. :)Chris Lattner2003-08-111-2/+2
| | | | llvm-svn: 7736
* * Added a section describing the hidden gems in llvm/utilsMisha Brukman2003-08-111-11/+82
| | | | | | | * Converted some tabs to spaces * Made lines fit within 80 columns llvm-svn: 7735
* Removed information on the Pool Allocator as it is no longer available.John Criswell2003-08-081-3/+2
| | | | | | Fixed a spelling error. llvm-svn: 7705
* Added a FAQ about how to clean the directory if it fails to build after anJohn Criswell2003-08-081-0/+13
| | | | | | update. llvm-svn: 7704
* Updated for the 1.1 pre-release.John Criswell2003-08-081-2/+23
| | | | | | Attempted to explain how OBJ_ROOT=. and OBJ_ROOT=`pwd` are not the same thing. llvm-svn: 7703
* Corrected the Table of Contents.John Criswell2003-07-081-153/+238
| | | | | | | | | | | | | | | Corrected capitalization of subheadings. Created a new subsection for compiling the C front end and moved all references to it there. Updated the disk space requirements to reflect the need for the binary C front end and the optional C front end source. Added information on unpacking the distribution to the summary section. Moved autoconf environment variables to the autoconf section. Changed make to gmake. Removed some of the precise directions for unpacking the archives. Fixed some formatting inconsistencies (headings that were not centered). llvm-svn: 7132
* Fixed the directions for building the C front end.John Criswell2003-07-071-4/+4
| | | | llvm-svn: 7117
* Added information about how to unpack the distribution for those who do notJohn Criswell2003-07-071-2/+46
| | | | | | have access to CVS. llvm-svn: 7116
* Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgotJohn Criswell2003-07-031-2/+2
| | | | | | that <> denotes a tag). llvm-svn: 7100
* Added information on software requirements for unpacking the archives that weJohn Criswell2003-07-031-1/+14
| | | | | | will eventually distribute. llvm-svn: 7099
* * Reworded a bit about JITs (I don't like acronyms followed by 's)Misha Brukman2003-07-031-5/+7
| | | | | | | * Added JIT capability to the LLI description section * LLC is quasi-x86-capable llvm-svn: 7098
OpenPOWER on IntegriCloud