OSDN Git Service

[llvm-mca] Remove flag -max-retire-per-cycle, and update the docs.
[android-x86/external-llvm.git] / docs /
2018-04-05 Andrea Di Biagio[llvm-mca] Remove flag -max-retire-per-cycle, and updat...
2018-04-04 Tim CorringhamAdd AMDPAL Code Conventions section to AMD docs
2018-04-04 Clement CourbetRe-land r329156 "Add llvm-exegesis tool."
2018-04-04 Clement CourbetRevert r329156 "Add llvm-exegesis tool."
2018-04-04 Clement CourbetAdd llvm-exegesis tool.
2018-04-03 Vlad TsyrklevichAdd the ShadowCallStack attribute
2018-04-03 Andrea Di Biagio[llvm-mca] Move the logic that prints register file...
2018-04-03 Sanjay Patel[LangRef] fix description and examples of fptrunc
2018-04-02 Gor Nishanov[coroutines] Add support for llvm.coro.noop intrinsics
2018-04-02 Jonas Devlieghere[dsymutil] Upstream emitting of papertrail warnings.
2018-03-29 Sjoerd Meijer[Kaleidoscope] Tiny typo fixes
2018-03-29 Sylvestre LedruRename llvm library from libLLVM-X.Y to libLLVM-X
2018-03-27 Tony Tye[AMDGPU] Define code object identification string used...
2018-03-26 Ilya BiryukovMigrate dockerfiles to use multi-stage builds.
2018-03-26 Andrea Di Biagio[llvm-mca] Add a flag -instruction-info to enable/disab...
2018-03-26 Andrea Di Biagio[llvm-mca] Update the commandline docs after r328305.
2018-03-26 Andrea Di Biagio[llvm-mca] Add flag -instruction-tables to print the...
2018-03-23 Tony Tye[AMDGPU] Update OpenCL to use 48 bytes of implicit...
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-22 Matt MorehouseDocument optforfuzzing attribute created in r328214.
2018-03-21 Craig Topper[Docs] Remove some WIP X86 documentation I accidentally...
2018-03-21 Eugene Zelenko[Documentation] Fix markup problems in X86Usage.rst
2018-03-21 Eugene Zelenko[Documentation] Fix markup problem in AMDGPUUsage.rst.
2018-03-21 Sanjay Patel[LangRef] add note about format of FP types
2018-03-21 Sanjay Patel[LangRef] more hyphens: always write "floating-point"
2018-03-20 Craig Topper[TableGen] Pass result of std::unique to vector::erase...
2018-03-20 Sanjay Patel[LangRef] fix link formatting
2018-03-20 Sanjay Patel[LangRef] describe the default FP environment
2018-03-20 Sjoerd Meijer[Kaleidoscope] doc fix
2018-03-20 Andrea Di Biagio[Release Notes] Add release note for llvm-mca.
2018-03-19 Nicolai HaehnleTableGen: Remove the cast-from-string-to-variable-refer...
2018-03-18 Jonas Devlieghere[dsymutil] Rename llvm-dsymutil -> dsymutil
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-16 Reid Kleckner[IR] Avoid the need to prefix MS C++ symbols with ...
2018-03-14 Nicolai HaehnleTableGen: Add !ne, !le, !lt, !ge, and !gt comparisons
2018-03-14 Nicolai HaehnleTableGen: Type-check BinOps
2018-03-14 Nicolai HaehnleTableGen: Allow ? in lists
2018-03-14 Nicolai HaehnleTableGen: Add !dag function for construction
2018-03-12 Vedant KumarRemove the LoopInstSimplify pass (-loop-instsimplify)
2018-03-12 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler description
2018-03-12 Puyan LotfiUpdating MIR Language Reference to include new syntax...
2018-03-09 Sanjay Patel[LangRef] make it clear that FP instructions do not...
2018-03-09 Nicolai HaehnleTableGen: Add a defset statement
2018-03-09 Nicolai HaehnleTableGen: Allow arbitrary list values as ranges of...
2018-03-09 Nicolai HaehnleTableGen: add !isa operation
2018-03-08 Ed MasteUse ellipsis ... to indicate omitted commands
2018-03-08 Andrea Di BiagioAdd llvm-mca.rst to the table of contents in docs/Comma...
2018-03-08 Andrea Di Biagio[llvm-mca] LLVM Machine Code Analyzer.
2018-03-08 Jonas Devlieghere[dsymutil] Embed toolchain in dSYM bundle
2018-03-08 Tony Tye[AMDGPU] Update AMDGOUUsage.rst descriptions
2018-03-07 Sanjay Patel[LangRef] fix formatting in FP descriptions; NFC
2018-03-06 Nicolai HaehnleTableGen: Add !foldl operation
2018-03-06 Nicolai HaehnleTableGen: Allow !cast of records, cleanup conversion...
2018-03-05 Nicolai HaehnleTableGen: Reimplement !foreach using the resolving...
2018-03-02 Florian Hahn[Docs] Add LLVM for Grad Students to Contributing page.
2018-03-01 Martin Storsjo[AArch64] Add support for secrel add/load/store relocat...
2018-02-28 Saleem Abdulrasoolbuild: add the ability to create a symlink for dsymutil
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Hans WennborgSupport for the mno-stack-arg-probe flag
2018-02-23 Nicolai HaehnleTableGen: Add !size operation
2018-02-22 Matt Morehouse[libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats.
2018-02-19 Dylan McKayAdd default address space for functions to the data...
2018-02-16 Konstantin ZhuravlyovAMDGPU: Bring elf flags in sync with the spec
2018-02-15 Pablo Barrio[ARM] Allow 64- and 128-bit types with 't' inline asm...
2018-02-14 Elena DemikhovskyAdding a width of the GEP index to the Data Layout.
2018-02-13 Yaxun Liu[AMDGPU] Change constant addr space to 4
2018-02-09 Matt ArsenaultReapply "AMDGPU: Add 32-bit constant address space"
2018-02-08 Yaxun Liu[AMDGPU] Updae documentation about address space
2018-02-08 Jonas DevlieghereRe-land [dsymutil] Upstream update feature
2018-02-07 Rafael EspindolaRevert "AMDGPU: Add 32-bit constant address space"
2018-02-07 Jonas DevlieghereRevert dsymutil -update commits
2018-02-07 Marek OlsakAMDGPU: Add 32-bit constant address space
2018-02-07 Jonas Devlieghere[dsymutil] Upstream update feature.
2018-02-06 Lang Hames[docs] Add out-of-date warnings to the BuildingAJIT...
2018-02-05 Daniel NeilsonAdd release note on change to memcpy/memmove/memset...
2018-02-01 David BlaikieCoding Standards: Document library layering requirement...
2018-01-31 Saleem Abdulrasooldocs: wordsmith some of the linker option extension
2018-01-30 Tony Tye[AMDGPU] Update relocation documentation and elf flag...
2018-01-30 Rui UeyamaRename path libpath in .linker-options.
2018-01-30 Tony Tye[AMDGPU] Clarify ReqdWorkGroupSize and MaxFlatWorkGroup...
2018-01-30 Jonas Devlieghere[dsymutil] Enable -minimize feature.
2018-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-29 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-26 Vedant Kumar[LangRef] Update out-of-date instrprof names
2018-01-26 Matt Davis[NFC] Remove apostrophe to use 'it' in the possessive...
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-25 Amjad AboudAnother try to commit 323321 (aggressive instruction...
2018-01-24 Paul RobinsonFix up and document controlling ccache via CMake options.
2018-01-24 Amjad AboudReverted 323321.
2018-01-24 Amjad Aboud[InstCombine] Introducing Aggressive Instruction Combin...
2018-01-24 Sander de SmalenFixes Sphinx issue ('undefined label') introduced in...
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-24 David Chisnall[Doc] Guideline on adding exception handling support...
2018-01-23 Vedant Kumardocs: Remove reference to a deprecated flag
2018-01-19 Daniel NeilsonAdditional fixes for docs in addition to r322968.
2018-01-19 Daniel NeilsonFix docs build break caused by r322965
2018-01-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-18 Joel Jones[docs] Make ReleaseProcess.rst 80 column. NFCI
2018-01-17 Florian Hahn[LangRef] Clarify Varargs forwarding for musttail calls.
2018-01-17 Sean Eveson[MC] Fix -stack-size-section on ARM
next