summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a requirement, patch contributed by Henrik Bach.Chris Lattner2005-09-061-0/+6
| | | | llvm-svn: 23242
* Merged in release_15.John Criswell2005-05-181-18/+18
| | | | llvm-svn: 22120
* GCC4 + IA64 = badnewsChris Lattner2005-05-151-0/+2
| | | | llvm-svn: 22075
* note HP-UX supportDuraid Madina2005-05-101-0/+5
| | | | llvm-svn: 21841
* Updated the list of code generators for LLVM 1.5.John Criswell2005-05-091-0/+13
| | | | | | | Added information on getting LLVM 1.5 from CVS (hopefully readers will understand that the label will work *after* LLVM 1.5 is released). llvm-svn: 21817
* Little corrections.John Criswell2005-05-091-4/+4
| | | | llvm-svn: 21816
* Document the --enable-targets= feature of the configure script.Reid Spencer2005-04-221-0/+10
| | | | llvm-svn: 21454
* SuSE 3.3.3 is also borken.Chris Lattner2005-02-131-4/+8
| | | | llvm-svn: 20163
* Add note about broken GCCChris Lattner2005-02-121-1/+6
| | | | llvm-svn: 20138
* This will be moved elsewhere.Chris Lattner2005-02-091-8/+1
| | | | llvm-svn: 20101
* * Use an HTML list <ol> instead of custom superscripts in the platform notesMisha Brukman2005-02-091-45/+44
| | | | | | | | * Reorder software requirements list to show relative importance * Use superscripts for footnotes in software list rather than "Note 1" * Use new doc_notes class to separate footnotes from main doc text llvm-svn: 20098
* Turn footnotes into links, make the page validate.Chris Lattner2005-02-091-18/+23
| | | | llvm-svn: 20096
* If needed, this should be in the 'how to compile the cfe' doc.Chris Lattner2005-02-091-3/+1
| | | | llvm-svn: 20095
* this should be incorporated into the buildChris Lattner2005-02-091-1/+0
| | | | llvm-svn: 20094
* * Separate superscript footnotes with a comma, otherwise it's a 2-digit numberMisha Brukman2005-02-091-14/+18
| | | | | | | | | | * Make a URL into an HTML link using anchor tag * Put code in fixed-width font * Since the MinGW footnote is significantly more than the rest of the footnotes combined, it needs to have a border and background color to separate it from the regular flow of text for readability purposes. llvm-svn: 20093
* Add instructions for MINGW, contributed by Henrik BachChris Lattner2005-02-091-1/+17
| | | | llvm-svn: 20092
* * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVSMisha Brukman2005-02-031-37/+15
| | | | | | | * Remove duplicated CVS directions and refer reader to the CVS section * Clean up directions to be brief llvm-svn: 20023
* * Clearly mark LLVM_LIB_SEARCH_PATH as being optionalMisha Brukman2005-02-031-13/+7
| | | | | | * llvmgcc and llvmg++ aliases are no longer needed (binaries have llvm- prefix) llvm-svn: 20016
* * Instead of fixing the version numbers before every release, mark them as x.yMisha Brukman2005-02-021-16/+16
| | | | | | | * Eliminate the redundant "This is the..." in released file listing * Fix grammar llvm-svn: 20005
* Describe the --with-llvmgccdir option to configure.Reid Spencer2004-12-261-1/+19
| | | | llvm-svn: 19144
* Be specific about version of GCC and binutils on Cygwin since it matters.Reid Spencer2004-12-231-1/+1
| | | | llvm-svn: 19116
* LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yetMisha Brukman2004-12-231-0/+5
| | | | llvm-svn: 19115
* For PR432:Reid Spencer2004-12-221-22/+17
| | | | | | | | * llvmgcc -> llvm-gcc * llvmg++ -> llvm-g++ * remove references to --with-llvmgccdir configure option llvm-svn: 19098
* Revert last patch until we can figure out how to build executables namedReid Spencer2004-12-221-0/+2
| | | | | | llvmgcc and llvmg++ correctly. llvm-svn: 19089
* Remove instructions to make aliases for llvmgcc and llvmg++ as the CFEReid Spencer2004-12-211-2/+0
| | | | | | | Build instructions now direct the user to have the CFE generate executables with those names via the --program-prefix=llvm configure option. llvm-svn: 19084
* Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in theReid Spencer2004-12-151-22/+10
| | | | | | | GettingStarted.html document in the environment section and only as an optional feature. llvm-svn: 18944
* Correct documentation to reflect the change in location of the CFE runtimeReid Spencer2004-12-141-4/+4
| | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939
* Merged in RELEASE_14 changes.John Criswell2004-12-101-8/+33
| | | | llvm-svn: 18763
* Correct the version numbers for automake, Perl, and CVS.Reid Spencer2004-12-091-5/+5
| | | | llvm-svn: 18703
* Mention in the exposition that lli can JIT on PowerPC now.John Criswell2004-12-081-1/+1
| | | | llvm-svn: 18646
* Add llvm-ld toolReid Spencer2004-12-081-1/+11
| | | | | | Note that both llvmc and llvm-ld are experimental in 1.4 llvm-svn: 18644
* Minor fixups.John Criswell2004-12-081-12/+21
| | | | llvm-svn: 18643
* Removed QMTest referrences. Updated ordering of notes.Tanya Lattner2004-12-081-27/+4
| | | | llvm-svn: 18639
* Fix spell'os.John Criswell2004-12-081-3/+3
| | | | llvm-svn: 18638
* Various 1.4ish corrections and additions.Reid Spencer2004-12-081-43/+58
| | | | llvm-svn: 18636
* Update the version numbers of the pre-built LLVM GCC frontends.John Criswell2004-12-081-4/+4
| | | | llvm-svn: 18635
* * Change version numbers of tarballs from 1.3 to 1.4Reid Spencer2004-12-081-17/+16
| | | | | | | * Add llvm-test-1.4.tar.gz as the tarball for the llvm-test module * Highlight the tarball name a little. llvm-svn: 18632
* Add descriptions of missing top level directories.Reid Spencer2004-12-081-4/+28
| | | | llvm-svn: 18629
* Suggest people run cvs up -P -d after checking out the tree so they don'tChris Lattner2004-12-051-0/+1
| | | | | | get empty directories llvm-svn: 18543
* Added remark about GCC 3.2.2. Someone with more knowledge of the problemJohn Criswell2004-11-231-1/+2
| | | | | | can elaborate. llvm-svn: 18177
* We also provide a source distribution of the GCC front-endMisha Brukman2004-11-231-0/+4
| | | | llvm-svn: 18166
* Fixed typo.John Criswell2004-11-221-2/+2
| | | | llvm-svn: 18106
* If we're going to mention mv and cp, clearly, we also need `rm'Misha Brukman2004-11-201-0/+1
| | | | llvm-svn: 18026
* * Remove disk space requirements, they vary wildly, depend on the number ofMisha Brukman2004-11-191-30/+37
| | | | | | | | tools built, the build type, and we don't keep them up-to-date on all platforms * AIX, Linux on PowerPC aren't fully-supported systems llvm-svn: 18016
* * Change test/projects => projects/llvm-testMisha Brukman2004-11-151-2/+3
| | | | | | * Add link to complete Command Guide in the "brief intro to major tools" section llvm-svn: 17866
* Merge content of RequiredSoftware.html into GettingStarted.htmlReid Spencer2004-11-151-50/+156
| | | | | | Remove now defunct RequiredSoftware.html. llvm-svn: 17850
* * Add entry for Linux/PowerPCMisha Brukman2004-11-151-4/+14
| | | | | | | * Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB llvm-svn: 17848
* Replace the textual description with table specifying disk space requirementsMisha Brukman2004-11-151-59/+54
| | | | llvm-svn: 17819
* Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer2004-11-111-4/+4
| | | | | | just "install" in the runtime directory. llvm-svn: 17677
* Recommend that new users read the documentation before they get started,Reid Spencer2004-11-081-0/+3
| | | | | | | with a little twist of humor. This more than anything else will help people get started with LLVM. llvm-svn: 17605
OpenPOWER on IntegriCloud