summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Minor edits to the llvm-cov documentation.Bob Wilson1-9/+9
2015-04-18docs: Update Kaleidoscope for recent DI changesDuncan P. N. Exon Smith1-26/+26
2015-04-17[LangRef] Remove redundant and inconsistent condition.Sean Silva1-1/+1
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das1-0/+13
2015-04-16Editorial changes in the programmers manual.Charlie Turner1-4/+5
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith1-9/+3
2015-04-14Correct 'teh' and other typos / repeated words.Ed Maste7-10/+10
2015-04-13[docs] Update outdated ExtendingLLVM.rstDavid Blaikie1-37/+60
2015-04-10[lib/Fuzzer] Section: How good is my fuzzer?Kostya Serebryany1-0/+15
2015-04-10[lib/Fuzzer] explain compatibility with AFLKostya Serebryany1-0/+10
2015-04-08[lib/Fuzzer] show how to find Heartbleed with LibFuzzerKostya Serebryany1-0/+63
2015-04-08R600/SI: Initial support for assembler and inline assemblyTom Stellard1-7/+53
2015-04-06Use a comma after the unique keyword.Rafael Espindola1-2/+2
2015-04-04Implement unique sections with an unique ID.Rafael Espindola1-0/+23
2015-04-03[WinEH] Sink UnwindHelp completely out of IRDavid Majnemer1-12/+0
2015-04-02[WinEH] Make llvm.eh.actions use frameescape indices for catch paramsReid Kleckner1-12/+16
2015-04-02Fix typo and reword in LangRefEli Bendersky1-3/+3
2015-04-01[fuzzer] document the -tokens flag. Also change the diagnostic outputKostya Serebryany1-0/+22
2015-03-31[docs] Fix typo.Sean Silva2-2/+2
2015-03-31[WinEH] Generate .xdata for catch handlersDavid Majnemer1-11/+0
2015-03-31[fuzzer] more documentationKostya Serebryany1-18/+144
2015-03-31[docs] add cross-referenceScott Douglass1-1/+3
2015-03-30Move lib/Fuzzer docs from a README.txt to a proper .rst file.Kostya Serebryany2-0/+132
2015-03-30Explain how to abandon a review.Paul Robinson1-1/+14
2015-03-30Fix Sphinx warning " Title underline too short.".Rafael Espindola1-1/+1
2015-03-27WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer1-0/+11
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das2-0/+25
2015-03-25WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tablesReid Kleckner1-0/+12
2015-03-19docs: Update llvm-cov docs for the -use-color flagJustin Bogner1-4/+4
2015-03-18Update 3.7 Release Note mentionning the non-optionality of the DataLayoutMehdi Amini1-2/+6
2015-03-17docs: Update LangRef and SourceLevelDebuggingDuncan P. N. Exon Smith2-672/+210
2015-03-17[docs] Fix some malformed links.Sean Silva2-2/+2
2015-03-17[docs] Fix copy-and-paste bug in def-use exampleAdam Nemet1-1/+1
2015-03-15Adding commit msg guidelines to dev policyRenato Golin1-2/+56
2015-03-14Update LangRef now that a DataLayout is mandatory.Mehdi Amini1-41/+42
2015-03-14A few minor updates based on feedback from Justin and a few things I thought ...Chris Bieneman2-25/+47
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2015-03-13Updating GettingStarted documentation to reference CMake as the preferred way...Chris Bieneman3-205/+455
2015-03-12[docs] Update the doxygen configuration file.Logan Chien5-1292/+1527
2015-03-12[autoconf] Refine doxygen document options.Logan Chien1-4/+11
2015-03-12docs: Fix a typo in my previous commitJustin Bogner1-1/+1
2015-03-12docs: Document the llvm-cov show and report commandsJustin Bogner1-21/+191
2015-03-12Make llvm.eh.actions an intrinsic and add docs for itReid Kleckner1-0/+41
2015-03-12docs: Try to fix a couple of internal links in the llvm-profdata manualJustin Bogner1-4/+4
2015-03-11Fix too short title underline reported by build-bot.Dan Liew1-1/+1
2015-03-11Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth1-3/+3
2015-03-09Introduce runtime unrolling disable matadata and use it to mark the scalar lo...Kevin Qin1-0/+10
2015-03-06CodingStyle: Allow delegating ctorsBenjamin Kramer1-0/+2
2015-03-05All FileCheck directives allow patterns.Paul Robinson1-1/+1
2015-03-05Replace llvm.frameallocate with llvm.frameescapeReid Kleckner1-11/+13