| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document ADT/PackedVector.h in "Programmer's Manual" doc. | Argyrios Kyrtzidis | 2011-06-15 | 1 | -0/+39 |
| | | | | | llvm-svn: 133077 | ||||
| * | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes | 2011-06-14 | 1 | -3/+5 |
| | | | | | | | | or instruction cache access. Update the targets to match it and also teach autoupgrade. llvm-svn: 132976 | ||||
| * | mention graph vis isn't available in Release builds. | Chris Lattner | 2011-06-13 | 1 | -0/+4 |
| | | | | | llvm-svn: 132916 | ||||
| * | Typo. | Chad Rosier | 2011-06-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 132730 | ||||
| * | Corrections and additional information for "Creating and LLVM Project" | Andrew Trick | 2011-06-03 | 1 | -6/+34 |
| | | | | | | | documentation. This should now reflect the current state of LLVM Makefiles. llvm-svn: 132527 | ||||
| * | whitespace | Andrew Trick | 2011-06-03 | 1 | -10/+10 |
| | | | | | llvm-svn: 132526 | ||||
| * | Fix html formatting. | Devang Patel | 2011-05-31 | 1 | -1/+1 |
| | | | | | llvm-svn: 132345 | ||||
| * | Clarify documentation and remove guarantees that are not fulfilled. | Devang Patel | 2011-05-31 | 1 | -9/+2 |
| | | | | | llvm-svn: 132344 | ||||
| * | replace the intro tutorial from 2004 with a more recent work. | Chris Lattner | 2011-05-30 | 1 | -3/+2 |
| | | | | | llvm-svn: 132310 | ||||
| * | Implement and document the llvm.eh.resume intrinsic, which is | John McCall | 2011-05-28 | 1 | -39/+97 |
| | | | | | | | | | | | | | | | | | | transformed by the inliner into a branch to the enclosing landing pad (when inlined through an invoke). If not so optimized, it is lowered DWARF EH preparation into a call to _Unwind_Resume (or _Unwind_SjLj_Resume as appropriate). Its chief advantage is that it takes both the exception value and the selector value as arguments, meaning that there is zero effort in recovering these; however, the frontend is required to pass these down, which is not actually particularly difficult. Also document the behavior of landing pads a bit better, and make it clearer that it's okay that personality functions don't always land at landing pads. This is just a fact of life. Don't write optimizations that rely on pushing things over an unwind edge. llvm-svn: 132253 | ||||
| * | Clean out the 2.9 Release Notes. Mostly limited to What's New in LLVM | Chad Rosier | 2011-05-27 | 1 | -265/+53 |
| | | | | | | | and enhancements in sub-project status updates. llvm-svn: 132227 | ||||
| * | Add change of crc32 intrinsic to release notes | Chad Rosier | 2011-05-27 | 1 | -0/+6 |
| | | | | | llvm-svn: 132212 | ||||
| * | Fix copy+pastos. | Dan Gohman | 2011-05-27 | 1 | -2/+2 |
| | | | | | llvm-svn: 132168 | ||||
| * | Update documentation: -basicaa does chaining these days. | Dan Gohman | 2011-05-24 | 1 | -3/+3 |
| | | | | | llvm-svn: 132010 | ||||
| * | Document llvm.exp and llvm.pow. | Dan Gohman | 2011-05-23 | 1 | -0/+68 |
| | | | | | llvm-svn: 131921 | ||||
| * | document thiscall, PR9101 | Chris Lattner | 2011-05-22 | 1 | -5/+8 |
| | | | | | llvm-svn: 131873 | ||||
| * | insertvalue takes a variable number of arguments, document this, fixing PR9935. | Chris Lattner | 2011-05-22 | 1 | -3/+4 |
| | | | | | llvm-svn: 131850 | ||||
| * | Correct typos in TestingGuide.html | Chad Rosier | 2011-05-18 | 1 | -2/+2 |
| | | | | | llvm-svn: 131546 | ||||
| * | Fix errors in this llvm ir example. | Nick Lewycky | 2011-05-16 | 1 | -7/+7 |
| | | | | | llvm-svn: 131416 | ||||
| * | 1. Keep lines in 80 columns. | Akira Hatanaka | 2011-05-06 | 1 | -1/+1 |
| | | | | | | | | 2. Remove unused function. 3. Correct indentation. llvm-svn: 131028 | ||||
| * | Document the automatic alias printing of InstAliases. | Bill Wendling | 2011-05-04 | 1 | -0/+5 |
| | | | | | llvm-svn: 130889 | ||||
| * | Use llvm.dbg.cu named metadata to collect compile units. | Devang Patel | 2011-05-03 | 1 | -1/+3 |
| | | | | | llvm-svn: 130756 | ||||
| * | Update instructions: LLVM.cmake is now LLVMConfig.cmake | Oscar Fuentes | 2011-05-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 130631 | ||||
| * | docs/doxygen.css: Tweak padding on memdoc. | NAKAMURA Takumi | 2011-04-29 | 1 | -0/+5 |
| | | | | | llvm-svn: 130493 | ||||
| * | docs/doxygen.css: Tweak style for readability. | NAKAMURA Takumi | 2011-04-27 | 1 | -0/+25 |
| | | | | | | | A few styles are brought from http://llvm.org/test-doxygen/api/api.css llvm-svn: 130333 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2011-04-24 | 2 | -475/+405 |
| | | | | | llvm-svn: 130091 | ||||
| * | Comment edit. | Andrew Trick | 2011-04-23 | 1 | -1/+2 |
| | | | | | llvm-svn: 130047 | ||||
| * | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 52 | -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 Patel | 2011-04-22 | 1 | -7/+8 |
| | | | | | llvm-svn: 130028 | ||||
| * | docs/llvm.css: Introduce cascading style <div> and <p> continued on ↵ | NAKAMURA Takumi | 2011-04-21 | 3 | -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 Takumi | 2011-04-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 129900 | ||||
| * | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 55 | -2440/+2577 |
| | | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
| * | docs: Redefine Heading elements as below; | NAKAMURA Takumi | 2011-04-18 | 5 | -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 Patel | 2011-04-16 | 1 | -1/+6 |
| | | | | | | | information generated for an interface. llvm-svn: 129624 | ||||
| * | Fix some broken links, from Matthieu Monrocq | Douglas Gregor | 2011-04-15 | 1 | -3/+3 |
| | | | | | llvm-svn: 129609 | ||||
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 10 | -15/+15 |
| | | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558 | ||||
| * | Documented bugpoint --compile-custom --compile-command. | Andrew Trick | 2011-04-14 | 1 | -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 Foad | 2011-04-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 129437 | ||||
| * | Fix a hole in the definition of "dependence" used by trap values. Trap | Dan Gohman | 2011-04-12 | 1 | -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 Fuentes | 2011-04-12 | 2 | -0/+61 |
| | | | | | | | Patch by arrowdodger! llvm-svn: 129381 | ||||
| * | docs/CommandGuide/index.html: Fix CSS url to relative. | NAKAMURA Takumi | 2011-04-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 129268 | ||||
| * | docs/CommandLine.html: "ize. | NAKAMURA Takumi | 2011-04-11 | 1 | -5/+5 |
| | | | | | llvm-svn: 129267 | ||||
| * | CMake: support for using LLVM from client projects with find_package. | Oscar Fuentes | 2011-04-10 | 1 | -0/+20 |
| | | | | | | | Patch by arrowdodger! llvm-svn: 129247 | ||||
| * | Reword instructions for running tests on Visual Studio. | Oscar Fuentes | 2011-04-10 | 1 | -1/+3 |
| | | | | | | | Suggested by Maël Hörz. llvm-svn: 129237 | ||||
| * | docs/*.html: Make W3C HTML 4.01 Strict more compliant. | NAKAMURA Takumi | 2011-04-09 | 15 | -36/+38 |
| | | | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208 | ||||
| * | docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 129183 | ||||
| * | docs: Fix some in-package URLs. | NAKAMURA Takumi | 2011-04-09 | 3 | -12/+12 |
| | | | | | | | (eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182 | ||||
| * | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 81 | -96/+96 |
| | | | | | llvm-svn: 129181 | ||||
| * | Simplify array bound checks and clarify comments. One element array can ↵ | Devang Patel | 2011-04-08 | 1 | -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 Patel | 2011-04-08 | 1 | -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 | ||||

