OSDN Git Service

[BasicAA] Stop crashing when dealing with pointers > 64 bits.
[android-x86/external-llvm.git] / docs /
2018-01-12 Zachary TurnerUpdate MSF File Documentation.
2018-01-12 Ben Hamilton[docs] Tweak update to Phabricator docs about setting...
2018-01-11 Ben Hamilton[docs] Update Phabricator docs about setting repository...
2018-01-10 Francis Visoiu Mistrih[MIR] Update MIRLangRef with documentation on bundled...
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Francis Visoiu Mistrih[MIR] Add support for the frame-destroy MachineInstr...
2018-01-05 Tim Hammerquistremove unreferenced footnotes
2018-01-05 Tim Hammerquistfix invalid footnote syntax
2018-01-04 Max Moroz[llvm-cov] Refactor "export" command implementation...
2018-01-04 Kostya Kortchinsky[docs] Update Scudo documentation
2018-01-04 Florian Hahn[Docs] Add Contributing page.
2018-01-03 Hans WennborgClear release notes for 7.0.0
2018-01-03 Hans WennborgThe trunk version is now 7.0.0svn
2017-12-25 Jonas Devlieghere[docs] Use dbgs() instead of errs() for DEBUG()
2017-12-20 David BlaikiePR35705: Fix Chapter 9 example code for API changes...
2017-12-20 Martin Storsjo[AArch64] Implement stack probing for windows
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_CFIIndex operands to Machine...
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print MCSymbol operands as <mcsymbol sym...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print external symbols as $symbol in both...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print jump-table index operands as %jump...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print target index operands as target-index...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print constant pool index operands as %const...
2017-12-13 Dean Michael Berris[XRay][compiler-rt] Reduce XRay log spam
2017-12-12 Geoff Berry[MachineOperand][MIR] Add isRenamable to MachineOperand.
2017-12-12 Tony Tye[AMDGPU] Rename Bonaire target to be gfx704; remove...
2017-12-11 Max Moroz[llvm-cov] Add an option for "export" command to emit...
2017-12-11 Tony Tye[AMDGPU] Rename Bonaire target to be gfx704; update...
2017-12-10 Craig Topper[Docs] Fix typo in scheduler model documentation. enume...
2017-12-09 Adrian PrantlRemove duplicate option from documentation.
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-12-08 Adrian Prantldwarfdump: Add support for the --diff option.
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_Immediate operands to Machin...
2017-12-08 Vedant Kumar[Debugify] Add a pass to test debug info preservation
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_CImmediate operands to Machi...
2017-12-07 Mark Searles[AMDGPU] Fix typo in Kernel Descriptor for GFX6-GFX9
2017-12-07 Evgeniy StepanovUpdate BitCodeFormat.
2017-12-05 Dean Michael Berris[XRay][docs] Document xray_mode and log registration...
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-12-01 Kostya Serebryany[libFuzzer] add a flag -malloc_limit_mb
2017-11-30 Hans Wennborgdocs/GettingStarted.rst: Update the list of release...
2017-11-30 Sanjay Patel[LangRef] clarify semantics of the frem instruction
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Sean EvesonRevert r319423: [MC] Function stack size section.
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Dean Michael Berris[XRay][docs] Update documentation on new default for...
2017-11-30 Kostya Serebryany[libFuzzer] mention one more trophie in the Linux Kernel
2017-11-28 Konstantin ZhuravlyovAMDGPU: Add num spilled s/vgprs to metadata
2017-11-27 Daniel SandersAdd release note about TargetRegistry change from r318352
2017-11-27 Fangrui Song[XRay] Fix typo in docs. NFC
2017-11-20 Gil Rapaport[LV] Model masking in VPlan, introducing VPInstructions
2017-11-17 Zhen Cao[MC] Fix regression tests on Windows when git “core...
2017-11-17 Rafael EspindolaRevert "[MC] Fix regression tests on Windows when git...
2017-11-17 Zhen Cao[MC] Fix regression tests on Windows when git “core...
2017-11-16 Kostya Serebryany[libFuzzer] add docs for -reduce_inputs
2017-11-16 Yaxun LiuLet llvm.invariant.group.barrier accepts pointer to...
2017-11-15 Vedant Kumar[docs] Mention opt -metarenamer in the bugpoint docs
2017-11-15 Vedant Kumar[docs] Document a way to simplify names in bugpoint...
2017-11-13 Hans WennborgUpdate some code.google.com links
2017-11-11 Tony Tye[AMDGPU] Correct targets that support XNACK
2017-11-10 Tony Tye[AMDGPU] AMDGPUUsage.rst minor corrections
2017-11-10 Igor Laevsky[llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing...
2017-11-10 Tony Tye[AMDGPU] Update code object description
2017-11-09 Kostya Serebryany[libFuzzer] update links in the docs
2017-11-09 Kostya Serebryany[libFuzzer] update the docs, document how to resume...
2017-11-08 Dan GohmanAdd an @llvm.sideeffect intrinsic
2017-11-07 Alexander RichardsonAdd a -D flag to FileCheck to define variables
2017-11-07 Peter Smith[docs][ARM] Add HowTo for cross compiling and testing...
2017-11-06 Adrian PrantlCanonicalize spelling of long-form-options in dsymutil.rst
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-11-06 Jonas Devlieghere[docs] Update code block for compatibility with Sphinx...
2017-11-06 Raphael IsemannFixed dead links in WritingAnLLVMPass.rst
2017-11-02 Hiroshi YamauchiIrreducible loop metadata for more accurate block frequ...
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2017-11-02 Jonas Devlieghere[dsymutil][doc] Improve wording in manpage and rename...
2017-11-02 Jonas Devlieghere[dsymutil] Add a manpage for dsymutil
2017-10-30 Yaxun Liu[AMDGPU] Emit metadata for hidden arguments for kernel...
2017-10-26 Vedant Kumar[docs] Fix a small typo
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-24 Aaron BallmanAdded instructions for obtaining clang-tools-extra...
2017-10-24 Bjorn Pettersson[LangRef] Update description of Constant Expressions
2017-10-24 Jan Korous[docs] Code example fix
2017-10-23 Mitch PhillipsUpdated 'Getting Started' to use valid git links (added...
2017-10-23 Daniel Sanders[globalisel] Add very brief docs summarizing the ISel...
2017-10-19 Keith Wyss[XRay] [docs] Document how to generate flamegraphs...
2017-10-19 Konstantin ZhuravlyovAMDGPU/Docs: Fix unreadable characters
2017-10-18 Tony Tye[AMDGPU] Corrections to memory model description.
2017-10-18 Konstantin ZhuravlyovAMDGPU/Docs: Make target naming consistent
2017-10-18 Konstantin ZhuravlyovAMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroup...
2017-10-16 Matthew SimpsonAdd !callees metadata
2017-10-16 Tony TyeAdd base relative relocation record that can be used...
2017-10-14 Konstantin ZhuravlyovAMDGPU: Add AMDGPU HSA Kernel Descriptor
2017-10-14 Konstantin ZhuravlyovAMDGPU: Bring HSA metadata on par with the specification
2017-10-14 Jordan RoseRevert "lit.py: Add new %{shared_output(LABEL)} substit...
2017-10-13 Matt Morehouse[llvm-demangle-fuzzer] Add a fuzz target for ItaniumDem...
2017-10-13 Jordan Roselit.py: Add new %{shared_output(LABEL)} substitution
2017-10-13 Sjoerd Meijer[FileCheck] regexp doc update/fix
2017-10-13 Justin Bognerdocs: Improve wording on building for fuzzing
next