summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Warn people not to use GCC 4.1.1.Chris Lattner2006-09-071-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30147 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Bill Wendling2006-09-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30145 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed my rotten Engrish grammar.Bill Wendling2006-09-071-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30144 91177308-0d34-0410-b5e6-96231b3b80d8
* cleanups and updates to the GSG, patch by B Scott Michel, thanks!Chris Lattner2006-09-071-41/+52
| | | | | | | This is PR899 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30143 91177308-0d34-0410-b5e6-96231b3b80d8
* Document getTargetTriple().Devang Patel2006-09-061-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30133 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleaned up some of the grammar in the Live Intervals section. Removed theBill Wendling2006-09-061-147/+37
| | | | | | | | huge honking FIXME comment. I'll address the "Live Intervals Analysis" section soon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30129 91177308-0d34-0410-b5e6-96231b3b80d8
* First draft of the "Live Interval Analysis" section. This is the "LiveBill Wendling2006-09-041-0/+188
| | | | | | | Variable Analysis" pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30106 91177308-0d34-0410-b5e6-96231b3b80d8
* Update this to reflect llvm-config usageChris Lattner2006-09-041-24/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30094 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo Jim pointed out, thanks!Chris Lattner2006-09-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30035 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed formatting problem.Bill Wendling2006-09-011-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30033 91177308-0d34-0410-b5e6-96231b3b80d8
* document !strconcatChris Lattner2006-09-011-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30032 91177308-0d34-0410-b5e6-96231b3b80d8
* Added documentation Fernando Magno Quintao Pereira wrote for the registerBill Wendling2006-09-011-3/+341
| | | | | | | allocator. (First draft) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30031 91177308-0d34-0410-b5e6-96231b3b80d8
* Document multiclasses and defm'sChris Lattner2006-09-011-6/+83
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30030 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about C++ -> C with libstdc++Chris Lattner2006-08-311-2/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29993 91177308-0d34-0410-b5e6-96231b3b80d8
* Spell naively with the i-Umlaut...Bill Wendling2006-08-281-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29939 91177308-0d34-0410-b5e6-96231b3b80d8
* Messed up and put a "To be written" in a section that was written.Bill Wendling2006-08-281-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29938 91177308-0d34-0410-b5e6-96231b3b80d8
* Added some preliminary text to the TargetJITInfo class section.Bill Wendling2006-08-281-300/+302
| | | | | | | | Fixed some inconsistencies with format. Corrected some of the text. Put code inside of "code" div tags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29937 91177308-0d34-0410-b5e6-96231b3b80d8
* Update to match changes in RegisterAnalysisGroup usageChris Lattner2006-08-281-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29933 91177308-0d34-0410-b5e6-96231b3b80d8
* Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer2006-08-288-113/+35
| | | | | | | where appropriate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29931 91177308-0d34-0410-b5e6-96231b3b80d8
* update doc: analyze is gone and passes should just use RegisterPassChris Lattner2006-08-271-42/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29928 91177308-0d34-0410-b5e6-96231b3b80d8
* Added link to ABI documentation, sent by Rafael Espindola.Misha Brukman2006-08-221-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29832 91177308-0d34-0410-b5e6-96231b3b80d8
* Update info on mangled names.Jim Laskey2006-08-211-2/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29804 91177308-0d34-0410-b5e6-96231b3b80d8
* Update debugging documents.Jim Laskey2006-08-211-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29800 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix validation problemChris Lattner2006-08-171-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29745 91177308-0d34-0410-b5e6-96231b3b80d8
* remove IRC transcript. Anything still misunderstood after the faq is readChris Lattner2006-08-171-326/+0
| | | | | | | can be added to the faq. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29744 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a thinko noticed by Chandler Carruth.Reid Spencer2006-08-161-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29724 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a section on how to build an RPM package as an optional releaseReid Spencer2006-08-161-7/+23
| | | | | | | activity. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29719 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the awkward description of the -find-bugs option for bugpoint.Patrick Jenkins2006-08-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29708 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the awkward description of -find-bugs in the "Advice for using ↵Patrick Jenkins2006-08-151-1/+1
| | | | | | bugpoint" section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29707 91177308-0d34-0410-b5e6-96231b3b80d8
* Added option description for -find-bugs.Patrick Jenkins2006-08-151-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29706 91177308-0d34-0410-b5e6-96231b3b80d8
* This commit mentions -find-bugs under the advice for using bugpoints section ↵Patrick Jenkins2006-08-151-0/+6
| | | | | | of the bugpoint design and usage document. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29705 91177308-0d34-0410-b5e6-96231b3b80d8
* Haste-o discovered after.Jim Laskey2006-08-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29702 91177308-0d34-0410-b5e6-96231b3b80d8
* Hypos pointed out by Jakob Praher.Jim Laskey2006-08-151-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29701 91177308-0d34-0410-b5e6-96231b3b80d8
* Typo.Jim Laskey2006-08-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29700 91177308-0d34-0410-b5e6-96231b3b80d8
* Okay, make the prose match the example too.Reid Spencer2006-08-151-6/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29697 91177308-0d34-0410-b5e6-96231b3b80d8
* Some more correction to the examples, thanks to Chris Lattner.Reid Spencer2006-08-151-4/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29696 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix an example.Reid Spencer2006-08-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29693 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify the first question.Reid Spencer2006-08-151-5/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29692 91177308-0d34-0410-b5e6-96231b3b80d8
* Rearrange things for clarity, don't talk about "dereferencing" when weReid Spencer2006-08-151-48/+90
| | | | | | | | shouldn't, and add a better example for one of the questions. Thanks to Chris Lattner for these suggestions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29691 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to the GEP faq.Chris Lattner2006-08-151-2/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29690 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link in a prominant location.Chris Lattner2006-08-151-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29689 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix more validation issuesChris Lattner2006-08-141-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29671 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the example to work with llvm-gcc4. Fix validation errors.Chris Lattner2006-08-141-5/+86
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29670 91177308-0d34-0410-b5e6-96231b3b80d8
* typoChris Lattner2006-08-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29668 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.Reid Spencer2006-08-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29667 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix several grammaros and a few HTML usage items.Reid Spencer2006-08-141-187/+180
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29665 91177308-0d34-0410-b5e6-96231b3b80d8
* Use < and >Devang Patel2006-08-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29662 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix verification failures.Devang Patel2006-08-141-14/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29661 91177308-0d34-0410-b5e6-96231b3b80d8
* Add lto doc link.Devang Patel2006-08-141-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29660 91177308-0d34-0410-b5e6-96231b3b80d8
* Add lto doc.Devang Patel2006-08-141-0/+361
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29659 91177308-0d34-0410-b5e6-96231b3b80d8