summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-04-04Add AMDPAL Code Conventions section to AMD docsTim Corringham
2018-04-04Re-land r329156 "Add llvm-exegesis tool."Clement Courbet
2018-04-04Revert r329156 "Add llvm-exegesis tool."Clement Courbet
2018-04-04Add llvm-exegesis tool.Clement Courbet
2018-04-03Add the ShadowCallStack attributeVlad Tsyrklevich
2018-04-03[llvm-mca] Move the logic that prints register file statistics to its own vie...Andrea Di Biagio
2018-04-03[LangRef] fix description and examples of fptruncSanjay Patel
2018-04-02[coroutines] Add support for llvm.coro.noop intrinsicsGor Nishanov
2018-04-02[dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere
2018-03-29[Kaleidoscope] Tiny typo fixesSjoerd Meijer
2018-03-29Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru
2018-03-27[AMDGPU] Define code object identification string used in AMDHSA runtimes.Tony Tye
2018-03-26Migrate dockerfiles to use multi-stage builds.Ilya Biryukov
2018-03-26[llvm-mca] Add a flag -instruction-info to enable/disable the instruction inf...Andrea Di Biagio
2018-03-26[llvm-mca] Update the commandline docs after r328305.Andrea Di Biagio
2018-03-26[llvm-mca] Add flag -instruction-tables to print the theoretical resource pre...Andrea Di Biagio
2018-03-23[AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPUTony Tye
2018-03-23[AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye
2018-03-22Document optforfuzzing attribute created in r328214.Matt Morehouse
2018-03-21[Docs] Remove some WIP X86 documentation I accidentally leaked into r328031.Craig Topper
2018-03-21[Documentation] Fix markup problems in X86Usage.rstEugene Zelenko
2018-03-21[Documentation] Fix markup problem in AMDGPUUsage.rst.Eugene Zelenko
2018-03-21[LangRef] add note about format of FP typesSanjay Patel
2018-03-21[LangRef] more hyphens: always write "floating-point"Sanjay Patel
2018-03-20[TableGen] Pass result of std::unique to vector::erase instead of calculating...Craig Topper
2018-03-20[LangRef] fix link formattingSanjay Patel
2018-03-20[LangRef] describe the default FP environmentSanjay Patel
2018-03-20[Kaleidoscope] doc fixSjoerd Meijer
2018-03-20[Release Notes] Add release note for llvm-mca.Andrea Di Biagio
2018-03-19TableGen: Remove the cast-from-string-to-variable-reference featureNicolai Haehnle
2018-03-18[dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon
2018-03-16[IR] Avoid the need to prefix MS C++ symbols with '\01'Reid Kleckner
2018-03-14TableGen: Add !ne, !le, !lt, !ge, and !gt comparisonsNicolai Haehnle
2018-03-14TableGen: Type-check BinOpsNicolai Haehnle
2018-03-14TableGen: Allow ? in listsNicolai Haehnle
2018-03-14TableGen: Add !dag function for constructionNicolai Haehnle
2018-03-12Remove the LoopInstSimplify pass (-loop-instsimplify)Vedant Kumar
2018-03-12[AMDGPU][MC][DOC] Updated AMD GPU assembler descriptionDmitry Preobrazhensky
2018-03-12Updating MIR Language Reference to include new syntax for symbols and physregs.Puyan Lotfi
2018-03-09[LangRef] make it clear that FP instructions do not have side effectsSanjay Patel
2018-03-09TableGen: Add a defset statementNicolai Haehnle
2018-03-09TableGen: Allow arbitrary list values as ranges of foreachNicolai Haehnle
2018-03-09TableGen: add !isa operationNicolai Haehnle
2018-03-08Use ellipsis ... to indicate omitted commandsEd Maste
2018-03-08Add llvm-mca.rst to the table of contents in docs/CommandGuide.Andrea Di Biagio
2018-03-08[llvm-mca] LLVM Machine Code Analyzer.Andrea Di Biagio
2018-03-08[dsymutil] Embed toolchain in dSYM bundleJonas Devlieghere
2018-03-08[AMDGPU] Update AMDGOUUsage.rst descriptionsTony Tye
2018-03-07[LangRef] fix formatting in FP descriptions; NFCSanjay Patel