R600/SI: Fix allocating flat_scr_lo / flat_scr_hi
[oota-llvm.git] / docs /
2014-11-24 Philip ReamesClarify wording in the LangRef around !invariant.load
2014-11-24 Sergey DmitroukCorrect path to regression tests in ExtendingLLVM
2014-11-21 Hal FinkelClarify the description of the noalias attribute
2014-11-19 Evgeniy StepanovUse ninja pools to limit the number of concurrent compi...
2014-11-18 Justin Bognerdocs: Modernize some examples in WritingAnLLVMPass
2014-11-18 Justin Bognerdocs: Fix a couple of typo-ish errors in WritingAnLLVMPass
2014-11-14 Tom StellardR600/SI: Start implementing an assembler
2014-11-10 Rafael Espindolaconfigure.ac lives in autoconf/, not autotools/
2014-11-06 Lang Hames[Docs][JIT] Update the clang++ invocation lines in...
2014-11-05 Sean Silva[docs] Document usage of Inputs/ for extra test files.
2014-11-04 Tim NorthoverDocs: give binutils/gold instructions for CMake too.
2014-11-02 Tim NorthoverDocs: update va_arg example with valid x86_64 va_list...
2014-10-29 Seo SanghyeonVMCore was renamed to IR long time ago
2014-10-28 Peter Zotov[OCaml] PR14083, PR9606: Only pick *.odoc files from...
2014-10-23 Juergen RibutzkaUpdate llvm.donothing documentation.
2014-10-22 Matt ArsenaultFix number of operands in documentation for minnum...
2014-10-22 Matt ArsenaultTry to fix documentation bot warning
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-20 Philip ReamesIntroduce a 'nonnull' metadata on Load instructions.
2014-10-17 Alexander Potapenko[llvm-symbolizer] Introduce the -dsym-hint option.
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-16 Jonathan RoelofsFix lang-ref doc bug: s/icmp lt/icmp slt/
2014-10-14 Peter CollingbourneIntroduce Go coding standards for LLVM.
2014-10-13 Paul RobinsonUpdate the example of using a command-line option custo...
2014-10-08 Frederic RissUpdate dwarf::ApplePropertyAttributes enum to meaningfu...
2014-10-06 Matt ArsenaultUpdate documentation with link to Sea Islands documentation
2014-10-04 Duncan P. N. Exon... DI: Fixup global syntax in example
2014-10-04 Duncan P. N. Exon... DI: Line up comments in examples
2014-10-04 Duncan P. N. Exon... DI: Fixup example IR from r219051
2014-10-04 Duncan P. N. Exon... DI: Prune another example
2014-10-04 Duncan P. N. Exon... DI: Update and prune metadata examples
2014-10-03 Jonathan RoelofsFix typo in TableGen documentation
2014-10-03 Adrian PrantlAdd a reference to Phabricator.rst to docs/index.rst.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-03 Dan Liew[sphinx cleanup] Fix unexpected indentation warning...
2014-10-03 Robin MorissetUpdate Atomics.rst
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-26 Jyoti Allurfix a typo in doumentation index.
2014-09-25 Sylvestre LedruUpdate my previous commit to fit 80 cols...
2014-09-25 Sylvestre LedruDetails that -debug-only is not available when LLVM...
2014-09-23 Jingyue Wu[docs] Fixed a typo in Atomics.rst
2014-09-18 Peter CollingbourneFix sphinx warning.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-11 Daniel Sanders[docs] Mention character array constants in docs/LangRe...
2014-09-10 Dan Liew[sphinx cleanup]
2014-09-10 Nico WeberFix docs reference to inexistent class.
2014-09-10 Hans WennborgLangRef: @baz should be @bar in the COMDAT example
2014-09-08 Dan LiewFix type error in insertvalue example in LangRef. ...
2014-09-06 Sean Silva[docs] Document what "NFC" means in a commit message.
2014-09-05 Andrew TrickMinor typo.
2014-09-04 Nico WeberFix link to 3.5 release notes.
2014-09-03 Joerg SonnenbergerDocument !and. Fix !shl and friends -- they provide...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Rafael EspindolaAdd a note about AuroraUX to the release notes.
2014-09-02 Matt ArsenaultAdd note to documentation about machine node chains.
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Alexey SamsonovIntroduce -DLLVM_USE_SANITIZER=Undefined CMake option...
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-23 Hans WennborgProgrammersManual: the flag is called -debug-only
2014-08-22 Rafael EspindolaClear the llvm release notes to make room for 3.6.
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-21 Eric Fiselier[LIT] Remove documentation for method since it does...
2014-08-20 Dan LiewAdd note to LangRef about how function arguments can...
2014-08-19 Duncan P. N. Exon... LangRef: Move example of function-scope uselistorder...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Alex LorenzDocs: add documentation for the coverage mapping format.
2014-08-19 Duncan P. N. Exon... CodingStandards: Document std::equal misbehaviour
2014-08-15 Eric Fiselier[LIT]Correct name of global lit configuration object...
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-14 Dan LiewAdd SPHINX_WARNINGS_AS_ERRORS CMake option to allow...
2014-08-13 Nick LewyckyFix examples of "named metadata" (some of which isn...
2014-08-11 Sylvestre LedruFix typos:
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Pete CooperUpdate Tablegen documents given that binary literals...
2014-08-05 JF BastienFix typos in comments and doc
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 David BlaikieCorrect the emission kind constants committed in r214771
2014-08-04 David BlaikieDocument the "emission kind" field of the DICompileUnit...
2014-08-04 Benjamin KramerUpdate links to the gcc and java documentation that...
2014-08-02 Eric Fiselier[lit] Add --show-xfail flag to LIT.
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-08-01 Reid Klecknerdocs: Strongly recommend setting rpath when using a...
2014-07-31 Eric FiselierAdd documentation for lit's --show-unsupported flag
2014-07-31 Bill SchmidtClarify in PowerPC release notes that 32-bit PIC suppor...
2014-07-31 Bill SchmidtWrong heading level for PowerPC changes in release...
2014-07-31 Bill SchmidtRelease Notes: Overriding PPC64 and PPC64LE ABI default...
2014-07-31 Bill SchmidtAdd PowerPC release notes for 3.5.
2014-07-31 Richard SmithFix some grammatical errors.
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Alex Lorenzdocs: update the command guide documentation for llvm...
2014-07-30 Hans WennborgLangRef: add a note about the mangling-suppressing...
2014-07-30 Manuel JacobCorrect vector type definition in LangRef.
2014-07-28 Hans WennborgUpdate LLVM version: 3.5 => 3.6
2014-07-28 Dan LiewDocument the new LLVM CMake interface for building...
2014-07-28 Dan LiewFixed sphinx warning.
next