Rename LoopInfo::Analyze() to LoopInfo::analyze() and turn its parameter type to...
[oota-llvm.git] / docs /
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-14 Hans WennborgFix Sphinx error about duplicate label in CommandLine...
2015-07-14 Hans WennborgReleaseNotes.rst: Bump version to 3.8
2015-07-14 Hans WennborgUpdate the trunk version to 3.8.0svn.
2015-07-14 Hal Finkel[PowerPC] Use the ABI indirect-call protocol for patchp...
2015-07-13 Daniel Sanders[mips] Explained the 'w' modifier in the Inline Assembl...
2015-07-12 Yaron KerenFix PR24099 reported by Tomas Brukner.
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-11 Owen AndersonDefine a new intrinsic @llvm.canonicalize.
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-08 James Y KnightExpand LangRef.html's documentation on LLVM's inline...
2015-07-07 Reid Kleckner[WinEH] Add localaddress intrinsic instead of using...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-02 Charlie Turner[NFC] Minor editorial fixes to the CodeGen docs.
2015-07-01 Scott DouglassExpand Phabricator docs slightly
2015-07-01 JF BastienGetting started docs: https, and check signature
2015-06-30 Mark HeffernanFix several typos in LangRef.rst related to loop unroll...
2015-06-30 Sanjoy Das[FaultMaps] Let the frontend pre-select implicit null...
2015-06-30 Peter CollingbourneCOFF: Do not assign linker-weak symbols to selectany...
2015-06-29 Sanjoy Das[FaultMaps][Docs] Document the ImplicitNullChecks pass.
2015-06-26 Tom StellardAMDGPU/SI: Update amd_kernel_code_t definition and...
2015-06-26 Tom StellardAMDGPU/SI: Add hsa code object directives
2015-06-25 Alexey SamsonovMake llvm-dwarfdump exit with non-zero exit code if...
2015-06-22 Justin Bognerdocs: Update allowed values for LLVM_USE_SANITIZER
2015-06-22 Sanjoy Das[NFC] Capitalization in documentation.
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-17 David Majnemer[docs] Fix "WARNING: Title underline too short."
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Sanjoy DasUnbreak docs build from r239740.
2015-06-15 Sanjoy DasUnbreak the build from r239740.
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-13 Tom StellardR600 -> AMDGPU rename
2015-06-12 Tom StellardR600/SI: Add assembler support for FLAT instructions
2015-06-06 Craig Topper[TableGen] Correct the documentation for 'foreach'...
2015-06-04 Sean Silva[docs] Document "LGTM" in the lexicon.
2015-06-02 Filipe Cabecinhas[IR/AsmWriter] Output escape sequences if the first...
2015-05-29 Jingyue Wu[docs] fix the declarations of the llvm.nvvm.ptr.gen...
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-28 Diego NovilloUpdate documentation for llvm-profdata.
2015-05-27 Chandler CarruthAdd some more detailed docs about the current state...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Kostya Serebryany[lib/Fuzzer] make the fuzzing timeout 1200 seconds...
2015-05-26 Kostya Serebryany[lib/Fuzzer] fix docs
2015-05-22 Kostya Serebryany[lib/Fuzzer] mention the user-supplied mutators
2015-05-21 Swaroop SridharDocument the CoreCLR GC Strategy
2015-05-20 Nick Kledzik[doc] Update Lexicon with C++ unwinder acronyms
2015-05-20 Kostya Serebryany[lib/Fuzzer] more docs
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-19 Artyom SkrobovFix documentation for Set-Like Containers
2015-05-15 Matthias BraunDoxygen: Enable autobrief feature and update coding...
2015-05-14 Justin Bognerdocs: Fix up some .rst formatting
2015-05-14 Nick LewyckyAdd a missing piece of existing practice to the develop...
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-14 Michael KupersteinFixed some typos and broken links in source level debug...
2015-05-13 Kostya Serebryany[lib/Fuzzer] update docs about test corpuses in git
2015-05-13 Sanjoy Das[Statepoints][Docs] Fix a couple of out of date examples.
2015-05-13 Sanjoy Das[Statepoints][Docs] Fix typo: change a period to a...
2015-05-13 Sanjoy Das[PlaceSafepoints] New attributes for patchable statepoints.
2015-05-13 Sanjoy Das[PlaceSafepoints] Update docs for r237214.
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pat Gavlin[Statepoints] Split the calling convention and statepoi...
2015-05-12 Kostya Serebryany[lib/Fuzzer] guess the right number of workers if ...
2015-05-11 Adam Nemet[Docs] Fix scoped noalias example
2015-05-08 Pat GavlinFix a docs build break introduced by rL236888.
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-07 Alexey SamsonovUpdate CMake flags, LibFuzzer comments and docs for...
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.
next