summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix validation problemChris Lattner2006-08-171-2/+2
| | | | llvm-svn: 29745
* remove IRC transcript. Anything still misunderstood after the faq is readChris Lattner2006-08-171-326/+0
| | | | | | can be added to the faq. llvm-svn: 29744
* Fix a thinko noticed by Chandler Carruth.Reid Spencer2006-08-161-2/+3
| | | | llvm-svn: 29724
* Add a section on how to build an RPM package as an optional releaseReid Spencer2006-08-161-7/+23
| | | | | | activity. llvm-svn: 29719
* Fixed the awkward description of the -find-bugs option for bugpoint.Patrick Jenkins2006-08-151-1/+1
| | | | llvm-svn: 29708
* Fixed the awkward description of -find-bugs in the "Advice for using ↵Patrick Jenkins2006-08-151-1/+1
| | | | | | bugpoint" section. llvm-svn: 29707
* Added option description for -find-bugs.Patrick Jenkins2006-08-151-0/+5
| | | | llvm-svn: 29706
* 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. llvm-svn: 29705
* Haste-o discovered after.Jim Laskey2006-08-151-1/+1
| | | | llvm-svn: 29702
* Hypos pointed out by Jakob Praher.Jim Laskey2006-08-151-5/+5
| | | | llvm-svn: 29701
* Typo.Jim Laskey2006-08-151-1/+1
| | | | llvm-svn: 29700
* Okay, make the prose match the example too.Reid Spencer2006-08-151-6/+7
| | | | llvm-svn: 29697
* Some more correction to the examples, thanks to Chris Lattner.Reid Spencer2006-08-151-4/+7
| | | | llvm-svn: 29696
* Fix an example.Reid Spencer2006-08-151-1/+1
| | | | llvm-svn: 29693
* Clarify the first question.Reid Spencer2006-08-151-5/+17
| | | | llvm-svn: 29692
* 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. llvm-svn: 29691
* Add a link to the GEP faq.Chris Lattner2006-08-151-2/+6
| | | | llvm-svn: 29690
* Add a link in a prominant location.Chris Lattner2006-08-151-0/+10
| | | | llvm-svn: 29689
* Fix more validation issuesChris Lattner2006-08-141-3/+4
| | | | llvm-svn: 29671
* Update the example to work with llvm-gcc4. Fix validation errors.Chris Lattner2006-08-141-5/+86
| | | | llvm-svn: 29670
* typoChris Lattner2006-08-141-1/+1
| | | | llvm-svn: 29668
* Fix a typo.Reid Spencer2006-08-141-1/+1
| | | | llvm-svn: 29667
* Fix several grammaros and a few HTML usage items.Reid Spencer2006-08-141-187/+180
| | | | llvm-svn: 29665
* Use < and >Devang Patel2006-08-141-1/+1
| | | | llvm-svn: 29662
* Fix verification failures.Devang Patel2006-08-141-14/+16
| | | | llvm-svn: 29661
* Add lto doc link.Devang Patel2006-08-141-0/+4
| | | | llvm-svn: 29660
* Add lto doc.Devang Patel2006-08-141-0/+361
| | | | llvm-svn: 29659
* Added information for the new nightly tester.Patrick Jenkins2006-08-111-19/+35
| | | | llvm-svn: 29635
* Minor cleanupsChris Lattner2006-08-111-4/+4
| | | | llvm-svn: 29605
* Fix a typo noticed by Gordon Henriksen. Thanks!Reid Spencer2006-08-101-1/+1
| | | | llvm-svn: 29597
* llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. AdjustReid Spencer2006-08-101-6/+6
| | | | | | the documentation to reflect this. llvm-svn: 29596
* Add a cleaned-up version of the IRC conversation that spurred this FAQ.Reid Spencer2006-08-101-0/+329
| | | | llvm-svn: 29595
* Answer the most frequently asked question, about GEPs. The answer isReid Spencer2006-08-102-0/+251
| | | | | | | | sufficiently long that I placed it in a separate file but it links from the FAQ page. More might need to be added to GetElementPtr.html to address additional confusion surrounding GEP. llvm-svn: 29594
* Adding notes from release experience.Tanya Lattner2006-08-101-0/+36
| | | | llvm-svn: 29591
* Fixed misspellingTanya Lattner2006-08-091-1/+1
| | | | llvm-svn: 29588
* Update from Anton KorobeynikovChris Lattner2006-08-091-0/+1
| | | | llvm-svn: 29573
* Fixes from Anton Vayvod and Gabor Greif!Chris Lattner2006-08-091-4/+4
| | | | llvm-svn: 29572
* First draft of the llvm 1.8 release notes.Chris Lattner2006-08-081-158/+73
| | | | llvm-svn: 29570
* Update the instructions for writing a pass as a loadable module per theReid Spencer2006-08-081-3/+5
| | | | | | new definition in MakefileGuilde.html and Makefile.rules. llvm-svn: 29563
* Fix an anchor name.Reid Spencer2006-08-071-1/+1
| | | | llvm-svn: 29557
* For PR780:Reid Spencer2006-08-071-2/+37
| | | | | | | | | | | | | 1. Change the usage of LOADABLE_MODULE so that it implies all the things necessary to make a loadable module. This reduces the user's burdern to get a loadable module correctly built. 2. Document the usage of LOADABLE_MODULE in the MakefileGuide 3. Adjust the makefile for lib/Transforms/Hello to use the new specification for building loadable modules 4. Adjust the sample project to not attempt to build a shared library for its little library. This was just wasteful and not instructive at all. llvm-svn: 29551
* Added how to add machine passes to command line options.Jim Laskey2006-08-041-77/+216
| | | | llvm-svn: 29528
* updated CVS server locationChris Lattner2006-08-031-4/+4
| | | | llvm-svn: 29518
* Fix HTML 4.01 Strict errors.Reid Spencer2006-08-011-8/+6
| | | | llvm-svn: 29435
* Update to include new options.Reid Spencer2006-08-011-0/+12
| | | | llvm-svn: 29426
* Update library dependency information, describe new libraries, talk aReid Spencer2006-08-013-106/+163
| | | | | | little about llvm-config as a source for help with library dependencies. llvm-svn: 29425
* Changed to a new directory for opensource checkout.Jim Laskey2006-07-312-4/+5
| | | | llvm-svn: 29418
* Fix a couple typos.Jim Laskey2006-07-312-2/+2
| | | | llvm-svn: 29416
* Correct a misunderstanding about cross-compiling. Anton's changes don'tReid Spencer2006-07-271-8/+13
| | | | | | | cause LLVM to become a cross-compiler but rather cross-compile LLVM so that it can execute on a platform other than the build host. llvm-svn: 29339
* Fix section title to use lower case.Reid Spencer2006-07-271-1/+1
| | | | llvm-svn: 29332
OpenPOWER on IntegriCloud