aboutsummaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
AgeCommit message (Expand)Author
2005-09-06Add a requirement, patch contributed by Henrik Bach.Chris Lattner
2005-05-18Merged in release_15.John Criswell
2005-05-15GCC4 + IA64 = badnewsChris Lattner
2005-05-10note HP-UX supportDuraid Madina
2005-05-09Updated the list of code generators for LLVM 1.5.John Criswell
2005-05-09Little corrections.John Criswell
2005-04-22Document the --enable-targets= feature of the configure script.Reid Spencer
2005-02-13SuSE 3.3.3 is also borken.Chris Lattner
2005-02-12Add note about broken GCCChris Lattner
2005-02-09This will be moved elsewhere.Chris Lattner
2005-02-09* Use an HTML list <ol> instead of custom superscripts in the platform notesMisha Brukman
2005-02-09Turn footnotes into links, make the page validate.Chris Lattner
2005-02-09If needed, this should be in the 'how to compile the cfe' doc.Chris Lattner
2005-02-09this should be incorporated into the buildChris Lattner
2005-02-09* Separate superscript footnotes with a comma, otherwise it's a 2-digit numberMisha Brukman
2005-02-09Add instructions for MINGW, contributed by Henrik BachChris Lattner
2005-02-03* Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVSMisha Brukman
2005-02-03* Clearly mark LLVM_LIB_SEARCH_PATH as being optionalMisha Brukman
2005-02-02* Instead of fixing the version numbers before every release, mark them as x.yMisha Brukman
2004-12-26Describe the --with-llvmgccdir option to configure.Reid Spencer
2004-12-23Be specific about version of GCC and binutils on Cygwin since it matters.Reid Spencer
2004-12-23LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yetMisha Brukman
2004-12-22For PR432:Reid Spencer
2004-12-22Revert last patch until we can figure out how to build executables namedReid Spencer
2004-12-21Remove instructions to make aliases for llvmgcc and llvmg++ as the CFEReid Spencer
2004-12-15Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in theReid Spencer
2004-12-14Correct documentation to reflect the change in location of the CFE runtimeReid Spencer
2004-12-10Merged in RELEASE_14 changes.John Criswell
2004-12-09Correct the version numbers for automake, Perl, and CVS.Reid Spencer
2004-12-08Mention in the exposition that lli can JIT on PowerPC now.John Criswell
2004-12-08Add llvm-ld toolReid Spencer
2004-12-08Minor fixups.John Criswell
2004-12-08Removed QMTest referrences. Updated ordering of notes.Tanya Lattner
2004-12-08Fix spell'os.John Criswell
2004-12-08Various 1.4ish corrections and additions.Reid Spencer
2004-12-08Update the version numbers of the pre-built LLVM GCC frontends.John Criswell
2004-12-08* Change version numbers of tarballs from 1.3 to 1.4Reid Spencer
2004-12-08Add descriptions of missing top level directories.Reid Spencer
2004-12-05Suggest people run cvs up -P -d after checking out the tree so they don'tChris Lattner
2004-11-23Added remark about GCC 3.2.2. Someone with more knowledge of the problemJohn Criswell
2004-11-23We also provide a source distribution of the GCC front-endMisha Brukman
2004-11-22Fixed typo.John Criswell
2004-11-20If we're going to mention mv and cp, clearly, we also need `rm'Misha Brukman
2004-11-19* Remove disk space requirements, they vary wildly, depend on the number ofMisha Brukman
2004-11-15* Change test/projects => projects/llvm-testMisha Brukman
2004-11-15Merge content of RequiredSoftware.html into GettingStarted.htmlReid Spencer
2004-11-15* Add entry for Linux/PowerPCMisha Brukman
2004-11-15Replace the textual description with table specifying disk space requirementsMisha Brukman
2004-11-11Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer
2004-11-08Recommend that new users read the documentation before they get started,Reid Spencer