aboutsummaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
AgeCommit message (Collapse)Author
2005-09-06Add a requirement, patch contributed by Henrik Bach.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23242 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-18Merged in release_15.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22120 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-15GCC4 + IA64 = badnewsChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22075 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-10note HP-UX supportDuraid Madina
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21841 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-09Updated the list of code generators for LLVM 1.5.John Criswell
Added information on getting LLVM 1.5 from CVS (hopefully readers will understand that the label will work *after* LLVM 1.5 is released). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21817 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-09Little corrections.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21816 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-22Document the --enable-targets= feature of the configure script.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21454 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-13SuSE 3.3.3 is also borken.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20163 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-12Add note about broken GCCChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20138 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-09This will be moved elsewhere.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20101 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-09* Use an HTML list <ol> instead of custom superscripts in the platform notesMisha Brukman
* 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20098 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-09Turn footnotes into links, make the page validate.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20096 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-09If needed, this should be in the 'how to compile the cfe' doc.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20095 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-09this should be incorporated into the buildChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20094 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-09* Separate superscript footnotes with a comma, otherwise it's a 2-digit numberMisha Brukman
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20093 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-09Add instructions for MINGW, contributed by Henrik BachChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20092 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-03* Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVSMisha Brukman
* Remove duplicated CVS directions and refer reader to the CVS section * Clean up directions to be brief git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20023 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-03* Clearly mark LLVM_LIB_SEARCH_PATH as being optionalMisha Brukman
* llvmgcc and llvmg++ aliases are no longer needed (binaries have llvm- prefix) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20016 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-02* Instead of fixing the version numbers before every release, mark them as x.yMisha Brukman
* Eliminate the redundant "This is the..." in released file listing * Fix grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20005 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-26Describe the --with-llvmgccdir option to configure.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19144 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-23Be specific about version of GCC and binutils on Cygwin since it matters.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19116 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-23LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yetMisha Brukman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19115 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-22For PR432:Reid Spencer
* llvmgcc -> llvm-gcc * llvmg++ -> llvm-g++ * remove references to --with-llvmgccdir configure option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19098 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-22Revert last patch until we can figure out how to build executables namedReid Spencer
llvmgcc and llvmg++ correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19089 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-21Remove instructions to make aliases for llvmgcc and llvmg++ as the CFEReid Spencer
Build instructions now direct the user to have the CFE generate executables with those names via the --program-prefix=llvm configure option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19084 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-15Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in theReid Spencer
GettingStarted.html document in the environment section and only as an optional feature. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18944 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-14Correct documentation to reflect the change in location of the CFE runtimeReid Spencer
libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18939 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-10Merged in RELEASE_14 changes.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18763 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-09Correct the version numbers for automake, Perl, and CVS.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18703 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Mention in the exposition that lli can JIT on PowerPC now.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18646 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Add llvm-ld toolReid Spencer
Note that both llvmc and llvm-ld are experimental in 1.4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18644 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Minor fixups.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18643 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Removed QMTest referrences. Updated ordering of notes.Tanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18639 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Fix spell'os.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18638 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Various 1.4ish corrections and additions.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18636 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Update the version numbers of the pre-built LLVM GCC frontends.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18635 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08* Change version numbers of tarballs from 1.3 to 1.4Reid Spencer
* Add llvm-test-1.4.tar.gz as the tarball for the llvm-test module * Highlight the tarball name a little. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18632 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08Add descriptions of missing top level directories.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18629 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-05Suggest people run cvs up -P -d after checking out the tree so they don'tChris Lattner
get empty directories git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18543 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-23Added remark about GCC 3.2.2. Someone with more knowledge of the problemJohn Criswell
can elaborate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18177 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-23We also provide a source distribution of the GCC front-endMisha Brukman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18166 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-22Fixed typo.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18106 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-20If we're going to mention mv and cp, clearly, we also need `rm'Misha Brukman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18026 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-19* Remove disk space requirements, they vary wildly, depend on the number ofMisha Brukman
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18016 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15* Change test/projects => projects/llvm-testMisha Brukman
* Add link to complete Command Guide in the "brief intro to major tools" section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17866 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15Merge content of RequiredSoftware.html into GettingStarted.htmlReid Spencer
Remove now defunct RequiredSoftware.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17850 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15* Add entry for Linux/PowerPCMisha Brukman
* Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17848 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15Replace the textual description with table specifying disk space requirementsMisha Brukman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17819 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-11Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer
just "install" in the runtime directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17677 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-08Recommend that new users read the documentation before they get started,Reid Spencer
with a little twist of humor. This more than anything else will help people get started with LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17605 91177308-0d34-0410-b5e6-96231b3b80d8