summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-04-18docs: Update Kaleidoscope for recent DI changesDuncan P. N. Exon Smith
2015-04-17[LangRef] Remove redundant and inconsistent condition.Sean Silva
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das
2015-04-16Editorial changes in the programmers manual.Charlie Turner
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith
2015-04-14Correct 'teh' and other typos / repeated words.Ed Maste
2015-04-13[docs] Update outdated ExtendingLLVM.rstDavid Blaikie
2015-04-10[lib/Fuzzer] Section: How good is my fuzzer?Kostya Serebryany
2015-04-10[lib/Fuzzer] explain compatibility with AFLKostya Serebryany
2015-04-08[lib/Fuzzer] show how to find Heartbleed with LibFuzzerKostya Serebryany
2015-04-08R600/SI: Initial support for assembler and inline assemblyTom Stellard
2015-04-06Use a comma after the unique keyword.Rafael Espindola
2015-04-04Implement unique sections with an unique ID.Rafael Espindola
2015-04-03[WinEH] Sink UnwindHelp completely out of IRDavid Majnemer
2015-04-02[WinEH] Make llvm.eh.actions use frameescape indices for catch paramsReid Kleckner
2015-04-02Fix typo and reword in LangRefEli Bendersky
2015-04-01[fuzzer] document the -tokens flag. Also change the diagnostic outputKostya Serebryany
2015-03-31[docs] Fix typo.Sean Silva
2015-03-31[WinEH] Generate .xdata for catch handlersDavid Majnemer
2015-03-31[fuzzer] more documentationKostya Serebryany
2015-03-31[docs] add cross-referenceScott Douglass
2015-03-30Move lib/Fuzzer docs from a README.txt to a proper .rst file.Kostya Serebryany
2015-03-30Explain how to abandon a review.Paul Robinson
2015-03-30Fix Sphinx warning " Title underline too short.".Rafael Espindola
2015-03-27WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das
2015-03-25WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tablesReid Kleckner
2015-03-19docs: Update llvm-cov docs for the -use-color flagJustin Bogner
2015-03-18Update 3.7 Release Note mentionning the non-optionality of the DataLayoutMehdi Amini
2015-03-17docs: Update LangRef and SourceLevelDebuggingDuncan P. N. Exon Smith
2015-03-17[docs] Fix some malformed links.Sean Silva
2015-03-17[docs] Fix copy-and-paste bug in def-use exampleAdam Nemet
2015-03-15Adding commit msg guidelines to dev policyRenato Golin
2015-03-14Update LangRef now that a DataLayout is mandatory.Mehdi Amini
2015-03-14A few minor updates based on feedback from Justin and a few things I thought ...Chris Bieneman
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-13Updating GettingStarted documentation to reference CMake as the preferred way...Chris Bieneman
2015-03-12[docs] Update the doxygen configuration file.Logan Chien
2015-03-12[autoconf] Refine doxygen document options.Logan Chien
2015-03-12docs: Fix a typo in my previous commitJustin Bogner
2015-03-12docs: Document the llvm-cov show and report commandsJustin Bogner
2015-03-12Make llvm.eh.actions an intrinsic and add docs for itReid Kleckner
2015-03-12docs: Try to fix a couple of internal links in the llvm-profdata manualJustin Bogner
2015-03-11Fix too short title underline reported by build-bot.Dan Liew
2015-03-11Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth
2015-03-09Introduce runtime unrolling disable matadata and use it to mark the scalar lo...Kevin Qin
2015-03-06CodingStyle: Allow delegating ctorsBenjamin Kramer
2015-03-05All FileCheck directives allow patterns.Paul Robinson
2015-03-05Replace llvm.frameallocate with llvm.frameescapeReid Kleckner
2015-03-05FileCheck: Document CHECK-SAME, follow-up to r230612Duncan P. N. Exon Smith