summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Added another remark on how building the C front end is optional.John Criswell2003-07-031-1/+1
| | | | llvm-svn: 7097
* 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. llvm-svn: 7096
* Fixed a broken hyperlink.John Criswell2003-07-011-3/+3
| | | | | | Moved commas outside of hyperlinks in the contributors list. llvm-svn: 7049
* Added John Criswell to the contributors list.John Criswell2003-06-301-1/+2
| | | | llvm-svn: 7021
* Removed the --enable-profiling and --enable-verbose options.John Criswell2003-06-301-5/+0
| | | | llvm-svn: 7020
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-37/+160
| | | | | | system. llvm-svn: 7014
* Reverted back to hand-made HTML.John Criswell2003-06-121-455/+467
| | | | | | Added in updates for new Makefile variables and corrected some punctuation. llvm-svn: 6687
* 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! llvm-svn: 6685
* Fix bug in environment settingChris Lattner2003-06-081-2/+2
| | | | llvm-svn: 6671
* Changed http://tank... => http://llvm, and removed an extraneous mailto:.Misha Brukman2003-05-261-2/+1
| | | | llvm-svn: 6335
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-201-1/+1
| | | | llvm-svn: 6251
* Add info about the LLVM_LIB_SEARCH_PATH envvarChris Lattner2003-05-111-1/+11
| | | | llvm-svn: 6096
* Clarify the Makefile.config settingsChris Lattner2003-02-141-5/+7
| | | | llvm-svn: 5563
* * Burg is no longer configured in Makefile.configChris Lattner2002-09-191-27/+26
| | | | | | | | * CXX now is configured in Makefile.config (optionally) * The GCC command is now no longer bin/gcc, it's bin/llvm-gcc * Minor cleanups llvm-svn: 3831
* Commit Vikram's changes for 426 classChris Lattner2002-09-061-71/+146
| | | | llvm-svn: 3593
* Updated GettingStarted guide to be accurate now that binaries are in /sharedChris Lattner2002-08-131-10/+33
| | | | llvm-svn: 3305
* * Document the BUILD_ROOT changes and optionChris Lattner2002-08-091-29/+44
| | | | | | * Convert directories to <tt> like they should be llvm-svn: 3270
* Make the background white, add a "By" section.Chris Lattner2002-07-241-3/+6
| | | | llvm-svn: 3047
* Major changes, expansions, clarifications and corrections.Chris Lattner2002-07-241-118/+323
| | | | llvm-svn: 3046
* *** empty log message ***Guochun Shi2002-07-171-0/+146
llvm-svn: 2941
OpenPOWER on IntegriCloud