Return ErrorOr from getSymbolAddress.
[oota-llvm.git] / docs /
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.
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
next