summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Document llvm.exp and llvm.pow. Dan Gohman2011-05-231-0/+68
| | | | llvm-svn: 131921
* document thiscall, PR9101Chris Lattner2011-05-221-5/+8
| | | | llvm-svn: 131873
* insertvalue takes a variable number of arguments, document this, fixing PR9935.Chris Lattner2011-05-221-3/+4
| | | | llvm-svn: 131850
* Correct typos in TestingGuide.htmlChad Rosier2011-05-181-2/+2
| | | | llvm-svn: 131546
* Fix errors in this llvm ir example.Nick Lewycky2011-05-161-7/+7
| | | | llvm-svn: 131416
* 1. Keep lines in 80 columns.Akira Hatanaka2011-05-061-1/+1
| | | | | | | 2. Remove unused function. 3. Correct indentation. llvm-svn: 131028
* Document the automatic alias printing of InstAliases.Bill Wendling2011-05-041-0/+5
| | | | llvm-svn: 130889
* Use llvm.dbg.cu named metadata to collect compile units.Devang Patel2011-05-031-1/+3
| | | | llvm-svn: 130756
* Update instructions: LLVM.cmake is now LLVMConfig.cmakeOscar Fuentes2011-05-011-1/+1
| | | | llvm-svn: 130631
* docs/doxygen.css: Tweak padding on memdoc.NAKAMURA Takumi2011-04-291-0/+5
| | | | llvm-svn: 130493
* docs/doxygen.css: Tweak style for readability.NAKAMURA Takumi2011-04-271-0/+25
| | | | | | A few styles are brought from http://llvm.org/test-doxygen/api/api.css llvm-svn: 130333
* Regenerate.Mikhail Glushenkov2011-04-242-475/+405
| | | | llvm-svn: 130091
* Comment edit.Andrew Trick2011-04-231-1/+2
| | | | llvm-svn: 130047
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-2352-1569/+1632
| | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-221-7/+8
| | | | llvm-svn: 130028
* docs/llvm.css: Introduce cascading style <div> and <p> continued on ↵NAKAMURA Takumi2011-04-213-114/+119
| | | | | | | | | | | | | | | | | | <h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html. <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> llvm-svn: 129901
* docs/Passes.html: Fix a garbage.NAKAMURA Takumi2011-04-211-1/+1
| | | | llvm-svn: 129900
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-1855-2440/+2577
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs: Redefine Heading elements as below;NAKAMURA Takumi2011-04-185-90/+90
| | | | | | | | | H1 ... Title (and might be Chapter in future) H2 ... Section H3 ... Subsection H4 ... Sub-subsection llvm-svn: 129683
* Introduce support to encode Objective-C property information in debugging ↵Devang Patel2011-04-161-1/+6
| | | | | | information generated for an interface. llvm-svn: 129624
* Fix some broken links, from Matthieu MonrocqDouglas Gregor2011-04-151-3/+3
| | | | llvm-svn: 129609
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-1510-15/+15
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558
* Documented bugpoint --compile-custom --compile-command.Andrew Trick2011-04-141-2/+16
| | | | | | I've used it a few times to reduce unit tests and gotten one request for information on it. It's not easy to use correctly because bugpoint doesn't tell you when you're doing it wrong. llvm-svn: 129507
* Fix typo.Jay Foad2011-04-131-1/+1
| | | | llvm-svn: 129437
* Fix a hole in the definition of "dependence" used by trap values. TrapDan Gohman2011-04-121-2/+22
| | | | | | | values are also transmitted through branches which cause side effects to be skipped altogether. llvm-svn: 129404
* Document how to build a LLVM pass with CMake out of source.Oscar Fuentes2011-04-122-0/+61
| | | | | | Patch by arrowdodger! llvm-svn: 129381
* docs/CommandGuide/index.html: Fix CSS url to relative.NAKAMURA Takumi2011-04-111-1/+1
| | | | llvm-svn: 129268
* docs/CommandLine.html: &quot;ize.NAKAMURA Takumi2011-04-111-5/+5
| | | | llvm-svn: 129267
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-101-0/+20
| | | | | | Patch by arrowdodger! llvm-svn: 129247
* Reword instructions for running tests on Visual Studio.Oscar Fuentes2011-04-101-1/+3
| | | | | | Suggested by Maël Hörz. llvm-svn: 129237
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-0915-36/+38
| | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208
* docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129183
* docs: Fix some in-package URLs.NAKAMURA Takumi2011-04-093-12/+12
| | | | | | (eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-0981-96/+96
| | | | llvm-svn: 129181
* Simplify array bound checks and clarify comments. One element array can ↵Devang Patel2011-04-081-1/+2
| | | | | | have same non-zero number as lower bound as well as upper bound. llvm-svn: 129170
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-081-1/+1
| | | | | | | | If lower bound is more then upper bound then consider it is an unbounded array. An array is unbounded if non-zero lower bound is same as upper bound. If lower bound and upper bound are zero than array has one element. llvm-svn: 129156
* Missing closed tag.Bill Wendling2011-04-081-1/+1
| | | | llvm-svn: 129155
* Also add the late notes for Mips in the current release noteBruno Cardoso Lopes2011-04-081-1/+5
| | | | llvm-svn: 129122
* Fix a bit of nonsense.Jay Foad2011-04-071-2/+2
| | | | llvm-svn: 129073
* add faust tooChris Lattner2011-04-071-0/+14
| | | | llvm-svn: 129053
* add a few late stragglers.Chris Lattner2011-04-071-0/+30
| | | | llvm-svn: 129052
* Fix a typo.Roman Divacky2011-04-061-1/+1
| | | | llvm-svn: 129019
* add rubiniusChris Lattner2011-04-061-0/+13
| | | | llvm-svn: 129006
* Fix some typos. Minor tweaks to how some things were expressed.Duncan Sands2011-04-061-6/+5
| | | | llvm-svn: 128997
* Trivial typo fixes.Jay Foad2011-04-062-3/+3
| | | | llvm-svn: 128996
* Finish up the first draft of the release notes.Chris Lattner2011-04-062-118/+91
| | | | | | improvements are welcome, please commit any changes directly to SVN. llvm-svn: 128992
* continue writing.Chris Lattner2011-04-061-91/+98
| | | | llvm-svn: 128990
* add the external users that emailed me.Chris Lattner2011-04-061-0/+110
| | | | llvm-svn: 128974
* some libc++ notes.Chris Lattner2011-04-061-6/+6
| | | | llvm-svn: 128970
* some edits.Chris Lattner2011-04-061-21/+16
| | | | llvm-svn: 128969
OpenPOWER on IntegriCloud