summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Expand)AuthorAgeFilesLines
* [Docs] [Support] Correct a missed reference and use up to date .inc examples.Kristina Brooks2018-09-211-10/+11
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-201-0/+15
* Improve the doc about the initial commit email sent to the MLSylvestre Ledru2018-09-201-2/+2
* Remove svn:executable from a documentation file.Kristina Brooks2018-09-181-0/+0
* [Docs] [Support] System Library to Support Library transition along with mino...Kristina Brooks2018-09-183-243/+252
* [ThinLTO] Update LangRef doc for summary parsingTeresa Johnson2018-09-181-10/+10
* Add flag to llvm-profdata to allow symbols in profile data to be remapped, andRichard Smith2018-09-133-0/+102
* ReleaseNotes: update links to use httpsHans Wennborg2018-09-101-8/+8
* [benchmark] Re-enable benchmarks on all platforms including WindowsReid Kleckner2018-09-071-2/+1
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+22
* [x86/SLH] Teach SLH to harden against the "ret2spec" attack byChandler Carruth2018-09-041-4/+3
* Revamp test-suite documentationMatthias Braun2018-08-316-233/+428
* [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...Andrea Di Biagio2018-08-301-6/+5
* [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...Andrea Di Biagio2018-08-291-20/+33
* [benchmark] NFC: Turn benchmark ON on all non-Windows buildbotsKirill Bobyrev2018-08-291-1/+2
* [XRay][docs] Chrome Trace Viewer InstructionsDean Michael Berris2018-08-281-2/+16
* [XRay][docs] Update instructionsDean Michael Berris2018-08-281-1/+1
* [benchmark] Stop building benchmarks by defaultKirill Bobyrev2018-08-281-1/+1
* Pull google/benchmark library to the LLVM treeKirill Bobyrev2018-08-281-0/+6
* LangRef: Clarify expected sNaN behavior for minnum/maxnumMatt Arsenault2018-08-271-10/+27
* [llvm-mca] Improved report generated by the SchedulerStatistics view.Andrea Di Biagio2018-08-271-7/+13
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-2/+2
* [llvm] Document "%T" as deprecated in CommandGuide/lit.rstKuba Mracek2018-08-251-1/+1
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-8/+17
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* [docs][gold] Fix a typoFangrui Song2018-08-211-1/+1
* [docs] Fix a small typo in a debug info exampleAlex Langford2018-08-211-1/+1
* Updating MergeFunctions.rstAditya Kumar2018-08-181-191/+174
* [x86/MIR] Implement support for pre- and post-instruction symbols, asChandler Carruth2018-08-161-7/+6
* [docs] Try to clarify the FuzzingLLVM docsJustin Bogner2018-08-161-2/+8
* Update the coding standards and developer policy documentation surrounding wh...Aaron Ballman2018-08-103-3/+16
* Add a CommandGuide for llvm-objdumpMichael Trent2018-08-083-0/+119
* [docs] Continue working around broken Sphinx parsing of LLVM code blocksChandler Carruth2018-08-061-1/+1
* [docs] Remove the `dso_local` tag from these functions.Chandler Carruth2018-08-061-2/+2
* [docs] Stop trying to parse the ThinLTO summary IR fragments with theChandler Carruth2018-08-061-22/+22
* [docs] Switch debug info metadata blocks to use `text` instead of `llvm`Chandler Carruth2018-08-061-9/+9
* [docs] Correct the basic syntax structure of the DISubrange example.Chandler Carruth2018-08-061-4/+4
* [docs] Remove an example that isn't well formed LLVM IR and trips up theChandler Carruth2018-08-061-9/+1
* [docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx.Chandler Carruth2018-08-061-2/+2
* [docs] Turn of `nasm` highlighting for a code block.Chandler Carruth2018-08-061-1/+1
* [docs] Reinstate r337730 - Add support for Markdown documentation inChandler Carruth2018-08-063-1/+165
* [llvm-mca][docs] Move the code marker text into its own subsection. NFC.Matt Davis2018-08-031-36/+39
* [llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...Andrea Di Biagio2018-08-031-16/+16
* [llvm-mca][docs] Improve the CommandLine documentation.Andrea Di Biagio2018-08-031-39/+38
* Clear release notes and update versionHans Wennborg2018-08-011-90/+4
* Bump the trunk version to 8.0.0svnHans Wennborg2018-08-011-2/+2
* [llvm-mca][docs] Replace "temporary" with "physical registers". NFC.Matt Davis2018-07-311-4/+4
* [llvm-mca][docs] Improve the "How LLVM-MCA works" section.Andrea Di Biagio2018-07-311-4/+24
* [llvm-mca][docs] Always use `llvm-mca` in place of `MCA`.Andrea Di Biagio2018-07-311-50/+47
* [llvm-mca][docs] Add instruction flow documentation. NFC.Matt Davis2018-07-301-0/+177
OpenPOWER on IntegriCloud