summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber
2014-03-07C++11: Remove const from in auto guidelinesDuncan P. N. Exon Smith
2014-03-07C++11: Copy pointers with const auto *Duncan P. N. Exon Smith
2014-03-07[C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer
2014-03-07[Typo] Fix sentence in CMake documentation.Ahmed Charles
2014-03-07Add missing "[unnamed_addr]" to LangRef.rst#functions.Rafael Espindola
2014-03-05[LangRef] Improve llvm.mem.parallel_loop_access exampleTobias Grosser
2014-03-05Change x86mmx -> x86_mmx in LangRef.rstReid Kleckner
2014-03-05LangRef: Remove stale docs on LLVM types in module structureReid Kleckner
2014-03-04[Modules] Move ValueMap to the IR library. While this class does notChandler Carruth
2014-03-03Avoid std::function until PR19030 is fixedReid Kleckner
2014-03-03Document that std::initializer_list is not always available.Peter Collingbourne
2014-03-03Add DWARF discriminator support to DILexicalBlocks.Diego Novillo
2014-03-03C++11: Beware unnecessary copies with autoDuncan P. N. Exon Smith
2014-03-03Clarify struct usage guidelinesDuncan P. N. Exon Smith
2014-03-02[C++11] Suggest placing callable arguments as the last argument toChandler Carruth
2014-03-02[C++11] Update the coding standards to provide some important guidanceChandler Carruth
2014-03-02remove an old entry whose link is broken anywayChris Lattner
2014-03-02[docs] Fix some Sphinx warnings.Sean Silva
2014-03-01[docs] Update the docs to remove my hedging about C++98 vs. C++11. =]Chandler Carruth
2014-02-28[docs] Clarify that there isn't much to be done other than watch buildChandler Carruth
2014-02-28Add more whitespace to fix more bullets.Richard Smith
2014-02-28Add whitespace to try to fix bulleted list.Richard Smith
2014-02-28Fix some links to C++11 feature papers in the Coding StandardsBen Langmuir
2014-02-28add missing 3.4 releaseGabor Greif
2014-02-28[docs] Add a section to the coding standards about languages and such.Chandler Carruth
2014-02-28[docs] A slight tweak to the intro for the golden rule in the codingChandler Carruth
2014-02-28[docs] Tweak the example to match what is apparantly the desired formChandler Carruth
2014-02-28[docs] Switch to external hyperlink references. Much more readable andChandler Carruth
2014-02-28[docs] Fix my links to use the correct ReST syntax.Chandler Carruth
2014-02-28[docs] Fix 80-column wrap that I messed up.Chandler Carruth
2014-02-28[docs] Tweak discussion of BSDs based on feedback from Roman Divacky.Chandler Carruth
2014-02-28[docs] Add a big section with details about how to go about acquiringChandler Carruth
2014-02-28Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola
2014-02-27[docs] Stop advertising 'make update'. It isn't implemented in CMake andChandler Carruth
2014-02-27[docs] Actually spell out the new version requirements for the host C++Chandler Carruth
2014-02-27[docs] Clean up some of the required software to not mention irrelevantChandler Carruth
2014-02-27[docs] Switch this table to the simple form as well. No content changed.Chandler Carruth
2014-02-27[docs] Switch to the incredibly simpler "simple table" form. It nowChandler Carruth
2014-02-27[docs] Delete tons of bad information in the requirements section of theChandler Carruth
2014-02-27Exception handling docs: Fix a typoMark Seaborn
2014-02-25Exception handling docs: Describe landingpad clauses' meanings in more detailMark Seaborn
2014-02-21Make DisableIntegratedAS a TargetOption.Rafael Espindola
2014-02-20Added release note about making all inline assembly parsed (even for assemblyDaniel Sanders
2014-02-19[docs] Clean up some more llvm-gcc stuffSean Silva
2014-02-18[docs] Nuke some references to llvm-gccSean Silva
2014-02-17PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith
2014-02-15Cleanup docs about lit substitutionsNico Rieck
2014-02-15Fix typoNico Rieck
2014-02-11Add a note about using "Differential Revision:" in commit messagesMark Seaborn