summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* * Added pointers to the README files in emacs/ and vim/ directories.Misha Brukman2003-08-11
| | | | | | | * 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-11
| | | | 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-11
| | | | | | | | * 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-08
| | | | | | | 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-08
| | | | | | | 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-08
| | | | | | | 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
* * Fix <>'s in code to be &lt;&gt;'sChris Lattner2003-08-07
| | | | | | | * Add section describing how we prefer #includes to be ordered git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7697 91177308-0d34-0410-b5e6-96231b3b80d8
* Loop unroller doesn't necessarily need to be profile drivenChris Lattner2003-08-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7637 91177308-0d34-0410-b5e6-96231b3b80d8
* "fix" coding style stuffChris Lattner2003-08-05
| | | | | | | Change some <>'s into &lt;&gt;'s git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7623 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a bugChris Lattner2003-08-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7499 91177308-0d34-0410-b5e6-96231b3b80d8
* Update information about the new DEBUG_TYPE macroChris Lattner2003-08-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7496 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix <>'s in HTMLChris Lattner2003-08-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7488 91177308-0d34-0410-b5e6-96231b3b80d8
* Made many paragraphs fit into 80 characters per line to avoid wrapping in anMisha Brukman2003-07-28
| | | | | | | editor window. Re-worded confusing description about interdependence of modules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7374 91177308-0d34-0410-b5e6-96231b3b80d8
* Added two tasks:John Criswell2003-07-28
| | | | | | | | o Check for GCC version in configure script. o Rewrite this file without Netscape Composer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7369 91177308-0d34-0410-b5e6-96231b3b80d8
* Added comma after `i.e.'Misha Brukman2003-07-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7367 91177308-0d34-0410-b5e6-96231b3b80d8
* Change reference to assert.h to mention cassertChris Lattner2003-07-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7317 91177308-0d34-0410-b5e6-96231b3b80d8
* Brian implemented the static compiler, take it off the listChris Lattner2003-07-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7316 91177308-0d34-0410-b5e6-96231b3b80d8
* Add documentation for runOnMachineFunction()Brian Gaeke2003-07-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7237 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated from the discussion on July 21, 2003.John Criswell2003-07-21
| | | | | | | Expanded upon testing priorities. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7225 91177308-0d34-0410-b5e6-96231b3b80d8
* Added bits about MachineFunctionPassBrian Gaeke2003-07-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7192 91177308-0d34-0410-b5e6-96231b3b80d8
* The word `separate' only has one `e'.Misha Brukman2003-07-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7173 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed: </pre</p> => </pre></p>Misha Brukman2003-07-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7172 91177308-0d34-0410-b5e6-96231b3b80d8
* Corrected the Table of Contents.John Criswell2003-07-08
| | | | | | | | | | | | | | | | 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-07
| | | | 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-07
| | | | | | | 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-03
| | | | | | | 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-03
| | | | | | | 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-03
| | | | | | | | * 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-03
| | | | 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-03
| | | | | | | | | | 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
* Adding a web page on how to start a new LLVM Project.John Criswell2003-07-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7095 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated prior to the pre-release.John Criswell2003-07-02
| | | | | | | | Removed items which are done (or near completion). Added new items so that we don't forget them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7081 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a broken hyperlink.John Criswell2003-07-01
| | | | | | | 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-30
| | | | 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-30
| | | | 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-30
| | | | | | | system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7014 91177308-0d34-0410-b5e6-96231b3b80d8
* Here are the notes from our Reoptimizer meetings.Brian Gaeke2003-06-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6923 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove completed tasksChris Lattner2003-06-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6899 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify that variables must be globalChris Lattner2003-06-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6835 91177308-0d34-0410-b5e6-96231b3b80d8
* Diversify examplesChris Lattner2003-06-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6778 91177308-0d34-0410-b5e6-96231b3b80d8
* fix incorrect anchorChris Lattner2003-06-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6777 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverted back to hand-made HTML.John Criswell2003-06-12
| | | | | | | 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-11
| | | | | | | | | | 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
* Fix bug in environment settingChris Lattner2003-06-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6671 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix minor bugChris Lattner2003-06-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6569 91177308-0d34-0410-b5e6-96231b3b80d8
* * Correct titleChris Lattner2003-05-31
| | | | | | | * Give credit to John for making the page git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6475 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***John Criswell2003-05-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6474 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed http://tank... => http://llvm, and removed an extraneous mailto:.Misha Brukman2003-05-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6335 91177308-0d34-0410-b5e6-96231b3b80d8
* Suggest -save-temps instead of -S, -E.Brian Gaeke2003-05-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6318 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a problem brian identified.Chris Lattner2003-05-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6309 91177308-0d34-0410-b5e6-96231b3b80d8