Patch for function cloning to inline all blocks whose address is taken
[oota-llvm.git] / docs /
2014-04-30 Saleem AbdulrasoolARM: support stack probe emission for Windows on ARM
2014-04-29 Dan LiewDocument recently added sphinx documentation options in
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-22 Sean Silva[docs] Add a note to docs/README.txt
2014-04-18 Reid KlecknerAdded Sphinx documentation generation to CMake build...
2014-04-18 Reid KlecknerRemove -simplify-libcalls pass form Passes documentation
2014-04-18 Paul RobinsonFix example for VS2012.
2014-04-17 Duncan P. N. Exon... C++11: Compatibility with (C++03 => MSVC)
2014-04-17 Duncan P. N. Exon... C++11: Document some limitations imposed by MSVC
2014-04-12 Eric ChristopherRemove documentation for a deleted pass.
2014-04-11 Duncan P. N. Exon... blockfreq: Document BlockFrequencyInfo terminology
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-08 Sean Silva[docs] VCS contains a record of authorship
2014-04-08 Sean Silva[docs] Fix up some links to the preferred style.
2014-04-07 Sean Silva[docs] Fix some links
2014-04-07 Sean Silva[docs] Update link title
2014-04-07 Sean Silva[docs] Fix some Sphinx warnings that have crept in.
2014-04-07 Manuel KlimekMake docs point to new domain.
2014-04-03 Andrew TrickStack map docs. Remove some stray markup.
2014-04-03 Andrew TrickMinor update to the stack map documentation.
2014-04-01 Renato GolinRecover TableGen/LangRef, make it official
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-28 Mark SeabornException handling docs: Clarify how the llvm.eh.*...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Reid Klecknerinalloca: *Really* fix the docs
2014-03-27 Reid KlecknerRemove unneeded stale type.
2014-03-27 Reid Klecknerinalloca: Fix incorrect example IR and remove LangRef...
2014-03-26 Joerg SonnenbergerClarify that select is only non-branching on the IR...
2014-03-26 Joerg SonnenbergerClarify llvm.clear_cache description.
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-24 Aaron BallmanAdding some very nascent information about the clang...
2014-03-24 Renato GolinUpdate release notes with EHABI current behaviour
2014-03-21 Renato GolinAdd overall description, file comments, some structure
2014-03-20 Mark SeabornRemove LowerInvoke's obsolete "-enable-correct-eh-suppo...
2014-03-20 Eli BenderskyFix a few more grammatic errors in docs/TableGen/index.rst
2014-03-20 Eli BenderskyFix a couple of typos and an inaccurate description...
2014-03-20 Renato GolinRe-factor TableGen docs
2014-03-18 Renato GolinAdd IAS/EHABI changes to release notes
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-14 Richard Osborne[docs] Add links to XMOS XCore documentation.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Stephan TolksdorfTest commit - remove trailing whitespace
2014-03-12 Arnold SchwaighoferFix whitespace in vectorizer example
2014-03-12 Arnold SchwaighoferFix vectorizer docs.
2014-03-12 Rafael EspindolaRemove projects/sample.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
2014-03-10 Tim NorthoverDocs: remove paragraph about manual account creation.
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-07 Michael Gottesman[docs] Teach CMake docs build how to generate Qt Creato...
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
2014-03-07 Duncan P. N. Exon... C++11: Remove const from in auto guidelines
2014-03-07 Duncan P. N. Exon... C++11: Copy pointers with const auto *
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-07 Ahmed Charles[Typo] Fix sentence in CMake documentation.
2014-03-07 Rafael EspindolaAdd missing "[unnamed_addr]" to LangRef.rst#functions.
2014-03-05 Tobias Grosser[LangRef] Improve llvm.mem.parallel_loop_access example
2014-03-05 Reid KlecknerChange x86mmx -> x86_mmx in LangRef.rst
2014-03-05 Reid KlecknerLangRef: Remove stale docs on LLVM types in module...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-03 Reid KlecknerAvoid std::function until PR19030 is fixed
2014-03-03 Peter CollingbourneDocument that std::initializer_list is not always avail...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-03 Duncan P. N. Exon... C++11: Beware unnecessary copies with auto
2014-03-03 Duncan P. N. Exon... Clarify struct usage guidelines
2014-03-02 Chandler Carruth[C++11] Suggest placing callable arguments as the last...
2014-03-02 Chandler Carruth[C++11] Update the coding standards to provide some...
2014-03-02 Chris Lattnerremove an old entry whose link is broken anyway
2014-03-02 Sean Silva[docs] Fix some Sphinx warnings.
2014-03-01 Chandler Carruth[docs] Update the docs to remove my hedging about C...
2014-02-28 Chandler Carruth[docs] Clarify that there isn't much to be done other...
2014-02-28 Richard SmithAdd more whitespace to fix more bullets.
2014-02-28 Richard SmithAdd whitespace to try to fix bulleted list.
2014-02-28 Ben LangmuirFix some links to C++11 feature papers in the Coding...
2014-02-28 Gabor Greifadd missing 3.4 release
2014-02-28 Chandler Carruth[docs] Add a section to the coding standards about...
2014-02-28 Chandler Carruth[docs] A slight tweak to the intro for the golden rule...
2014-02-28 Chandler Carruth[docs] Tweak the example to match what is apparantly...
2014-02-28 Chandler Carruth[docs] Switch to external hyperlink references. Much...
2014-02-28 Chandler Carruth[docs] Fix my links to use the correct ReST syntax.
2014-02-28 Chandler Carruth[docs] Fix 80-column wrap that I messed up.
2014-02-28 Chandler Carruth[docs] Tweak discussion of BSDs based on feedback from...
2014-02-28 Chandler Carruth[docs] Add a big section with details about how to...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-27 Chandler Carruth[docs] Stop advertising 'make update'. It isn't impleme...
2014-02-27 Chandler Carruth[docs] Actually spell out the new version requirements...
2014-02-27 Chandler Carruth[docs] Clean up some of the required software to not...
2014-02-27 Chandler Carruth[docs] Switch this table to the simple form as well...
2014-02-27 Chandler Carruth[docs] Switch to the incredibly simpler "simple table...
2014-02-27 Chandler Carruth[docs] Delete tons of bad information in the requiremen...
2014-02-27 Mark SeabornException handling docs: Fix a typo
2014-02-25 Mark SeabornException handling docs: Describe landingpad clauses...
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-20 Daniel SandersAdded release note about making all inline assembly...
next