aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs
AgeCommit message (Expand)Author
2019-01-16[LangRef] Fix typo adress->address. NFCCraig Topper
2019-01-15llvm-objdump -m -D should disassemble all text segmentsMichael Trent
2019-01-15[WebAssembly] Update release notesDerek Schuff
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2019-01-14Update GettingStarted guide to recommend that people use the newJames Y Knight
2019-01-14[WebAssembly] Add a release notes blurbDan Gohman
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih
2019-01-14[llvm-symbolizer] Add -addresses, -a as aliases for -print-addressDmitry Venikov
2019-01-13Remove TypeBuilder.h, and fix the few locations using it.James Y Knight
2019-01-11[llvm-symbolizer] Add -exe, -e as aliases to -objDmitry Venikov
2019-01-10[Docs] fix typo, adjust text orderSanjay Patel
2019-01-10[Docs] add note to avoid 'errno' for better vectorization (PR40265)Sanjay Patel
2019-01-10[llvm-symbolizer] Add -p as alias to -pretty-printDmitry Venikov
2019-01-08[llvm-profdata] add value-cutoff functionality in show commandRong Xu
2019-01-08[PGO] Revert r350579 to fix commit message.Rong Xu
2019-01-07[PGO] Use SourceFileName rather module name in PGOFuncNameRong Xu
2019-01-04Fix typo: "with he MODULE" -> "with the MODULE"Mark Searles
2019-01-03Python compat - no explicit reference to Python versionSerge Guelton
2019-01-03Python compat - print statementSerge Guelton
2018-12-28[AMDGPU][MC][DOC] Updated AMD GPU assembler description.Dmitry Preobrazhensky
2018-12-26manpages: Update the URL for httpsSylvestre Ledru
2018-12-24ReleaseNotes: X86 Target: bdver2 sched model was added (D52779)Roman Lebedev
2018-12-21ReleaseNotes: Document removal of add_llvm_loadable_module CMake macroTom Stellard
2018-12-20cmake: Remove add_llvm_loadable_module()Tom Stellard
2018-12-20Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse
2018-12-19Add llvm-objdump man pageEd Maste
2018-12-18[docs] Improve HowToCrossCompilerBuiltinsOnArmPeter Smith
2018-12-18[FileCheck] Annotate input dump (1/7)Joel E. Denny
2018-12-17[AMDGPU][MC][DOC] A fix for build failure in r349370Dmitry Preobrazhensky
2018-12-17[AMDGPU][MC][DOC] A fix for build failure in r349368Dmitry Preobrazhensky
2018-12-17[AMDGPU][MC][DOC] Updated AMD GPU assembler descriptionDmitry Preobrazhensky
2018-12-16Use backquotes to avoid a sphinx unexpected error:Sylvestre Ledru
2018-12-16Document the usage of BOOTSTRAP_XXX with stage2 buildsSylvestre Ledru
2018-12-12[docs] Use correct ending quotes.Michael Kruse
2018-12-12[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse
2018-12-12[Intrinsic] Signed Fixed Point Multiplication IntrinsicLeonard Chan
2018-12-10[docs] Add the new Objective-C ARC intrinsics to the LangRef.Erik Pilkington
2018-12-07Introduce llvm.experimental.widenable_condition intrinsicMax Kazantsev
2018-12-05HowToBuildWithPGO.rst: Fix a few details in the manual stepsHans Wennborg
2018-12-04MIR: Add method to stop after specific runs of passesMatt Arsenault
2018-11-30[docs][AtomicExpandPass] Document the alternate lowering strategy for part-wo...Alex Bradbury
2018-11-27[clang][slh] add attribute for speculative load hardeningZola Bridges
2018-11-27[TableGen] Preprocessing supportVyacheslav Zakharin
2018-11-27Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges
2018-11-27[clang][slh] add attribute for speculative load hardeningZola Bridges
2018-11-26Remove trailing empty lineVitaly Buka
2018-11-26[stack-safety] Analysis documentationVitaly Buka
2018-11-26Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges
2018-11-26[clang][slh] add attribute for speculative load hardeningZola Bridges
2018-11-23[llvm-mca][View] Improved Retire Control Unit Statistics.Andrea Di Biagio