aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add some notes about mingw, patch contributed by Anton Korobeynikov.Chris Lattner2006-07-211-4/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29238 91177308-0d34-0410-b5e6-96231b3b80d8
* Answer the FAQ: "can llvm convert C++ code to C?"Chris Lattner2006-07-191-0/+57
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29212 91177308-0d34-0410-b5e6-96231b3b80d8
* Revamp this doc to be accurate w.r.t. building llvmgcc4Chris Lattner2006-07-111-52/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29113 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Devang Patel2006-07-111-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29107 91177308-0d34-0410-b5e6-96231b3b80d8
* The web site uses thisChris Lattner2006-07-061-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29006 91177308-0d34-0410-b5e6-96231b3b80d8
* fix typosJim Laskey2006-06-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28894 91177308-0d34-0410-b5e6-96231b3b80d8
* add subroutine typesJim Laskey2006-06-201-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28878 91177308-0d34-0410-b5e6-96231b3b80d8
* remove quotes for better consistencyChris Lattner2006-06-201-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28877 91177308-0d34-0410-b5e6-96231b3b80d8
* more significant moving of stuff around.Chris Lattner2006-06-201-18/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28876 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken links, remove author information, add brief summary.Chris Lattner2006-06-201-28/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28875 91177308-0d34-0410-b5e6-96231b3b80d8
* Added LLVM publications describing the LLVM compiler infrastructure.John Criswell2006-06-201-0/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28871 91177308-0d34-0410-b5e6-96231b3b80d8
* Include information of svn repository for llvm-gcc4.Jim Laskey2006-06-161-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28845 91177308-0d34-0410-b5e6-96231b3b80d8
* Include information about svn repository for llvm-gcc4.Jim Laskey2006-06-161-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28844 91177308-0d34-0410-b5e6-96231b3b80d8
* Document known xcode 2.3 issueChris Lattner2006-06-161-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28836 91177308-0d34-0410-b5e6-96231b3b80d8
* apple's compiler works tooChris Lattner2006-06-161-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28823 91177308-0d34-0410-b5e6-96231b3b80d8
* add decimal form of LLVMDebugVersionJim Laskey2006-06-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28817 91177308-0d34-0410-b5e6-96231b3b80d8
* 1. Revise vector debug support.Jim Laskey2006-06-161-55/+55
| | | | | | | | | 2. Update docs for vector debug support and new version control. 3. Simplify serialization of DebugDescInfo subclasses. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28816 91177308-0d34-0410-b5e6-96231b3b80d8
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-151-1/+6
| | | | | | | 2. Add vector support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28807 91177308-0d34-0410-b5e6-96231b3b80d8
* Decribe the "implementation" keyword.Chris Lattner2006-06-131-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28762 91177308-0d34-0410-b5e6-96231b3b80d8
* document --libfilesChris Lattner2006-06-061-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28702 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the cl::SetVersionPrinter function.Reid Spencer2006-06-051-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28690 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the LINK_LIBS_IN_SHARED control variable.Reid Spencer2006-06-031-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28676 91177308-0d34-0410-b5e6-96231b3b80d8
* Add tblgen to the indexChris Lattner2006-06-021-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28656 91177308-0d34-0410-b5e6-96231b3b80d8
* tblgen isn't related to llvm2cpp. Fix typoChris Lattner2006-06-021-5/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28655 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the -gen-inline option.Reid Spencer2006-06-011-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28646 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typoChris Lattner2006-06-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28627 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a brief description for the tblgen program. More detail is needed butReid Spencer2006-05-311-0/+119
| | | | | | | | the current author is not the person to provide it. Now that the file exists, perhaps others will chime in and embellish. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28591 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the documentation for llvm2cpp after the -gen-* options were added.Reid Spencer2006-05-311-14/+108
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28590 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the new command line arguments.Reid Spencer2006-05-301-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28569 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm2cpp program.Reid Spencer2006-05-302-1/+91
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28563 91177308-0d34-0410-b5e6-96231b3b80d8
* Describe how to add a custom test.Chris Lattner2006-05-231-3/+82
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28430 91177308-0d34-0410-b5e6-96231b3b80d8
* Wrap long lines fix typoChris Lattner2006-05-231-12/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28429 91177308-0d34-0410-b5e6-96231b3b80d8
* New calling convention I will be adding shortly.Chris Lattner2006-05-191-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28403 91177308-0d34-0410-b5e6-96231b3b80d8
* Upgrade in preparation for doxygen 1.4.4. The config file format changed,Reid Spencer2006-05-153-215/+869
| | | | | | | | there are new/different css styles to support, and the footer was woefully out of date. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28308 91177308-0d34-0410-b5e6-96231b3b80d8
* Update dox, patch by Vladimir Prus!Chris Lattner2006-05-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28306 91177308-0d34-0410-b5e6-96231b3b80d8
* Change token to match asmprinter outputChris Lattner2006-05-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28285 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR741:Reid Spencer2006-05-133-81/+29
| | | | | | | | | | Update documentation to reflect current LLVM reality: + LLVMAlpha.o, LLVMIA64.o - Skeleton, execve, ProfilePaths Also, regenerate the library dependency information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28276 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually, semantical doesn't appear to be a word.Jeff Cohen2006-04-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27983 91177308-0d34-0410-b5e6-96231b3b80d8
* Unfortunately this really isn't the place for advertisement.Chris Lattner2006-04-261-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27979 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Jeff Cohen2006-04-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27978 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some anchors.Reid Spencer2006-04-261-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27977 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some notes about the current state of source (front end) languagesReid Spencer2006-04-261-0/+43
| | | | | | | so we can point to them on llvm-dev. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27976 91177308-0d34-0410-b5e6-96231b3b80d8
* Suggest looking at the SPARC backend. How weird is that?? :)Chris Lattner2006-04-241-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27957 91177308-0d34-0410-b5e6-96231b3b80d8
* typoChris Lattner2006-04-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27936 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove more references to Burg.Reid Spencer2006-04-202-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27905 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove reference to BURG variable. It no longer exists.Reid Spencer2006-04-201-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27904 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove V9Chris Lattner2006-04-203-69/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27886 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a missing =back to eliminate error.Reid Spencer2006-04-201-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27878 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't hardcode in 1.5 for the website, just use 'CVS'.Chris Lattner2006-04-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27870 91177308-0d34-0410-b5e6-96231b3b80d8
* This is old, out of date, and isn't linked to by anything.Chris Lattner2006-04-201-180/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27869 91177308-0d34-0410-b5e6-96231b3b80d8