aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
* Add a link to the CFE build instrs next to the CFE download instructionsChris Lattner2004-06-281-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14465 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention a note about having gccas and gccld in the path when running llvm-gcc.Misha Brukman2004-06-221-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14328 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some broken linksChris Lattner2004-06-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14306 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix relative link to the CVS mirrors.Misha Brukman2004-06-181-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14239 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to the CVS mirror hosted by ReidChris Lattner2004-06-181-1/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14238 91177308-0d34-0410-b5e6-96231b3b80d8
* Update to include llc on x86 and other systemsChris Lattner2004-06-021-6/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13967 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-6/+9
| | | | | | they said. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
* Make file standard-compliant once again.Misha Brukman2004-05-121-21/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13504 91177308-0d34-0410-b5e6-96231b3b80d8
* Add comment about optimizationsChris Lattner2004-05-011-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13298 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_12.John Criswell2004-03-291-13/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8
* Add note about setting up linux systems to directly execute LLVM bytecode filesChris Lattner2004-03-251-4/+34
| | | | | | | Fixes PR303 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12516 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12340 91177308-0d34-0410-b5e6-96231b3b80d8
* Updates for the C backend's movementChris Lattner2004-02-141-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11428 91177308-0d34-0410-b5e6-96231b3b80d8
* Document automake as a build dependency because we use aclocalBrian Gaeke2004-02-081-2/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11187 91177308-0d34-0410-b5e6-96231b3b80d8
* Now with HTML 4.01 comliance flavor.Misha Brukman2004-01-201-48/+46
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10919 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_11.John Criswell2003-12-181-26/+83
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10516 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch to the standard footer. This page is not yet W3C-compliant.Misha Brukman2003-11-221-5/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10158 91177308-0d34-0410-b5e6-96231b3b80d8
* Completely hacked apart the file and put it back together using stylesheets.Misha Brukman2003-11-071-958/+1006
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9786 91177308-0d34-0410-b5e6-96231b3b80d8
* No wonder noone can set up LLVMGCCDIR correctly!Chris Lattner2003-11-061-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9756 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-271-7/+37
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8
* Recommend using -z3Chris Lattner2003-10-231-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9445 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9352 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9290 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the name of a hyperlink.John Criswell2003-10-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9088 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed information on common build problems. That is now documented inJohn Criswell2003-10-131-60/+3
| | | | | | | the FAQ (FAQ.html). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9087 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed spelling.John Criswell2003-10-101-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9034 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9006 91177308-0d34-0410-b5e6-96231b3b80d8
* 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9003 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8900 91177308-0d34-0410-b5e6-96231b3b80d8
* Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.Misha Brukman2003-08-281-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8195 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7739 91177308-0d34-0410-b5e6-96231b3b80d8
* Geez, this misha guy is a _horrible_ speller. :)Chris Lattner2003-08-111-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7736 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7735 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed information on the Pool Allocator as it is no longer available.John Criswell2003-08-081-3/+2
| | | | | | | Fixed a spelling error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7705 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a FAQ about how to clean the directory if it fails to build after anJohn Criswell2003-08-081-0/+13
| | | | | | | update. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7704 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7703 91177308-0d34-0410-b5e6-96231b3b80d8
* 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7132 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the directions for building the C front end.John Criswell2003-07-071-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7117 91177308-0d34-0410-b5e6-96231b3b80d8
* Added information about how to unpack the distribution for those who do notJohn Criswell2003-07-071-2/+46
| | | | | | | have access to CVS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7116 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgotJohn Criswell2003-07-031-2/+2
| | | | | | | that <> denotes a tag). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7100 91177308-0d34-0410-b5e6-96231b3b80d8
* Added information on software requirements for unpacking the archives that weJohn Criswell2003-07-031-1/+14
| | | | | | | will eventually distribute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7099 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7098 91177308-0d34-0410-b5e6-96231b3b80d8
* Added another remark on how building the C front end is optional.John Criswell2003-07-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7097 91177308-0d34-0410-b5e6-96231b3b80d8
* Performed a major update for the pre-release.John Criswell2003-07-031-153/+457
| | | | | | | | | | Attempted to better structure and order the document. Added more information about autoconf, the build system, and how to build LLVM. Added directions on how to build the C front end. Added a section on common problems and their solutions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7096 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a broken hyperlink.John Criswell2003-07-011-3/+3
| | | | | | | Moved commas outside of hyperlinks in the contributors list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7049 91177308-0d34-0410-b5e6-96231b3b80d8
* Added John Criswell to the contributors list.John Criswell2003-06-301-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7021 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the --enable-profiling and --enable-verbose options.John Criswell2003-06-301-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7020 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-37/+160
| | | | | | | system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7014 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverted back to hand-made HTML.John Criswell2003-06-121-455/+467
| | | | | | | Added in updates for new Makefile variables and corrected some punctuation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6687 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated the documentation to reflect changes in the Makefiles for buildingJohn Criswell2003-06-111-464/+455
| | | | | | | | | | projects. Fixed some small grammatical errors. Using Netscape Composer seems to have added stuff that makes the page look exactly the same. Bah! Curse my laziness! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6685 91177308-0d34-0410-b5e6-96231b3b80d8