Recommit r236670: [opaque pointer type] Pass explicit pointer type through GEP consta...
[oota-llvm.git] / docs /
2015-05-07 Elena DemikhovskyMasked Gather and Scatter intrinsics - updated document...
2015-05-06 Kostya Serebryany[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneIn...
2015-05-04 Matthias BraunDocument some of the options in test/lit.cfg
2015-05-04 Matthias BraunLit: Allow overriding llvm tool paths+arguments, make...
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-01 Alex LorenzUpdate YamlIO documentation for the ScalarTraits class.
2015-04-30 Reid KlecknerAdd a note about permitting default member initializers
2015-04-29 Jonathan RoelofsClean up docs references to './configure' in preparatio...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-27 Alexey Samsonov[docs] Fix the link to SanitizerCoverage docs.
2015-04-26 Philip Reames[PerformanceTips] Italics are *word*, not _word_
2015-04-26 Philip Reames[PerformanceTips] Provide context on the impact of...
2015-04-26 Philip ReamesAdd two new items to PerformanceTips
2015-04-21 Bob WilsonMinor edits to the llvm-cov documentation.
2015-04-18 Duncan P. N. Exon... docs: Update Kaleidoscope for recent DI changes
2015-04-17 Sean Silva[LangRef] Remove redundant and inconsistent condition.
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-16 Charlie TurnerEditorial changes in the programmers manual.
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-04-13 David Blaikie[docs] Update outdated ExtendingLLVM.rst
2015-04-10 Kostya Serebryany[lib/Fuzzer] Section: How good is my fuzzer?
2015-04-10 Kostya Serebryany[lib/Fuzzer] explain compatibility with AFL
2015-04-08 Kostya Serebryany[lib/Fuzzer] show how to find Heartbleed with LibFuzzer
2015-04-08 Tom StellardR600/SI: Initial support for assembler and inline assembly
2015-04-06 Rafael EspindolaUse a comma after the unique keyword.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-04-02 Eli BenderskyFix typo and reword in LangRef
2015-04-01 Kostya Serebryany[fuzzer] document the -tokens flag. Also change the...
2015-03-31 Sean Silva[docs] Fix typo.
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Kostya Serebryany[fuzzer] more documentation
2015-03-31 Scott Douglass[docs] add cross-reference
2015-03-30 Kostya SerebryanyMove lib/Fuzzer docs from a README.txt to a proper...
2015-03-30 Paul RobinsonExplain how to abandon a review.
2015-03-30 Rafael EspindolaFix Sphinx warning " Title underline too short.".
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-19 Justin Bognerdocs: Update llvm-cov docs for the -use-color flag
2015-03-18 Mehdi AminiUpdate 3.7 Release Note mentionning the non-optionality...
2015-03-17 Duncan P. N. Exon... docs: Update LangRef and SourceLevelDebugging
2015-03-17 Sean Silva[docs] Fix some malformed links.
2015-03-17 Adam Nemet[docs] Fix copy-and-paste bug in def-use example
2015-03-15 Renato GolinAdding commit msg guidelines to dev policy
2015-03-14 Mehdi AminiUpdate LangRef now that a DataLayout is mandatory.
2015-03-14 Chris BienemanA few minor updates based on feedback from Justin and...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Chris BienemanUpdating GettingStarted documentation to reference...
2015-03-12 Logan Chien[docs] Update the doxygen configuration file.
2015-03-12 Logan Chien[autoconf] Refine doxygen document options.
2015-03-12 Justin Bognerdocs: Fix a typo in my previous commit
2015-03-12 Justin Bognerdocs: Document the llvm-cov show and report commands
2015-03-12 Reid KlecknerMake llvm.eh.actions an intrinsic and add docs for it
2015-03-12 Justin Bognerdocs: Try to fix a couple of internal links in the...
2015-03-11 Dan LiewFix too short title underline reported by build-bot.
2015-03-11 Chandler CarruthInspired by r231891, use gender neutral pronouns in...
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-06 Benjamin KramerCodingStyle: Allow delegating ctors
2015-03-05 Paul RobinsonAll FileCheck directives allow patterns.
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-05 Duncan P. N. Exon... FileCheck: Document CHECK-SAME, follow-up to r230612
2015-03-05 Philip ReamesAdd a few more performance tips
2015-03-05 Philip ReamesAdd a link to the new PerformanceTips docs from the...
2015-03-04 Aaron BallmanInitializer lists are supported in MSVC 2013. Since...
2015-03-04 David BlaikieUpdate LangRef for explicit type changes to 'load'...
2015-03-04 David BlaikieUpdate LangRef for getelementptr explicit type changes
2015-03-04 Reid KlecknerDocument the LLVM "thunk" attribute added back in r226708
2015-03-03 David MajnemerLangRef: Clarify select's semantics with vector arguments
2015-03-03 Reid KlecknerMake llvm.eh.begincatch use an outparam
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-02 Philip Reames[PerformanceTips] Document various items folks have...
2015-02-28 Peter Zotov[OCaml] Generate documentation again with autoconf...
2015-02-27 Philip Reames[new docs] Performance Tips for Frontend Authors
2015-02-27 Benjamin KramerRefer users looking for the release notes to 3.6.
2015-02-27 Reid KlecknerDelete LLVM_DELETED_FUNCTION from coding standards
2015-02-26 Nico WeberTry to fix a docs link.
2015-02-26 Philip Reames[GC docs] Add example IR, assembly, and stackmaps to...
2015-02-25 Philip Reames[GC docs] More minor word tweaks to make the GC bits...
2015-02-25 Philip Reames[GC Docs] Update LangRef to link to Statepoint docs
2015-02-25 Philip Reames[GC docs] Fill in description of the statepoint-example...
2015-02-25 Philip Reames[GC Docs] Minor wording clarification
2015-02-25 Chris Lattnerfix a typo
2015-02-25 Philip Reames[GC] Document the recently added PlaceSafepoints and...
2015-02-25 Philip ReamesFix consistently wrong sphinx markup
2015-02-25 Philip ReamesUpdate the GC docs to explicitly mention both gcroot...
2015-02-24 Philip Reames[GC] Sync documentation with code naming
2015-02-24 Philip ReamesMore GC documentation cleanup
2015-02-24 Philip ReamesMore GC doc cleanup
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-24 Philip ReamesImprove the getting started instructions in the GC...
2015-02-24 Hans WennborgReleaseNotes: add notes about VS2014 Update 4 requirement
2015-02-24 Arch D. RobisonFix typo: qual -> equal
2015-02-24 Philip ReamesStarting to cleanup the garbage collection documentation
2015-02-23 Nico WeberTry to fix reST markup for an external link.
2015-02-21 Justin Bognerdocs: Mention that assertions must be enabled to use...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-19 Eric ChristopherFix grammar in documentation.
next