summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Add more whitespace to fix more bullets.Richard Smith2014-02-28
* Add whitespace to try to fix bulleted list.Richard Smith2014-02-28
* Fix some links to C++11 feature papers in the Coding StandardsBen Langmuir2014-02-28
* add missing 3.4 releaseGabor Greif2014-02-28
* [docs] Add a section to the coding standards about languages and such.Chandler Carruth2014-02-28
* [docs] A slight tweak to the intro for the golden rule in the codingChandler Carruth2014-02-28
* [docs] Tweak the example to match what is apparantly the desired formChandler Carruth2014-02-28
* [docs] Switch to external hyperlink references. Much more readable andChandler Carruth2014-02-28
* [docs] Fix my links to use the correct ReST syntax.Chandler Carruth2014-02-28
* [docs] Fix 80-column wrap that I messed up.Chandler Carruth2014-02-28
* [docs] Tweak discussion of BSDs based on feedback from Roman Divacky.Chandler Carruth2014-02-28
* [docs] Add a big section with details about how to go about acquiringChandler Carruth2014-02-28
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-28
* [docs] Stop advertising 'make update'. It isn't implemented in CMake andChandler Carruth2014-02-27
* [docs] Actually spell out the new version requirements for the host C++Chandler Carruth2014-02-27
* [docs] Clean up some of the required software to not mention irrelevantChandler Carruth2014-02-27
* [docs] Switch this table to the simple form as well. No content changed.Chandler Carruth2014-02-27
* [docs] Switch to the incredibly simpler "simple table" form. It nowChandler Carruth2014-02-27
* [docs] Delete tons of bad information in the requirements section of theChandler Carruth2014-02-27
* Exception handling docs: Fix a typoMark Seaborn2014-02-27
* Exception handling docs: Describe landingpad clauses' meanings in more detailMark Seaborn2014-02-25
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* Added release note about making all inline assembly parsed (even for assemblyDaniel Sanders2014-02-20
* [docs] Clean up some more llvm-gcc stuffSean Silva2014-02-19
* [docs] Nuke some references to llvm-gccSean Silva2014-02-18
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-17
* Cleanup docs about lit substitutionsNico Rieck2014-02-15
* Fix typoNico Rieck2014-02-15
* Add a note about using "Differential Revision:" in commit messagesMark Seaborn2014-02-11
* [docs] [tblgen] clarify that code fragments are just string literalsSean Silva2014-02-09
* [docs] [tblgen] There is no "code" type.Sean Silva2014-02-09
* [docs] TableGen easter egg: Multiline string literalsSean Silva2014-02-09
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* HowToReleaseLLVM: Add information about dot releasesTom Stellard2014-02-04
* Add a note to documentation that Clang + libstdc++ 4.7.2 can not be used to b...Dmitri Gribenko2014-02-04
* Add a note about Clang+LLVM on Sparc64.Venkatraman Govindaraju2014-02-03
* Lower llvm.expect intrinsic correctly for i1Duncan P. N. Exon Smith2014-02-02
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* Allow speculating llvm.sqrt, fma and fmuladdMatt Arsenault2014-01-31
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Extend the preserve_most/all calling convention description in LangRef about theJuergen Ributzka2014-01-30
* Document EHABI enabled by defaultRenato Golin2014-01-29
* Updating the getting started guide for Visual Studio a smidge.Aaron Ballman2014-01-23
* Revert my commit in r199620 that added sections about namespaces to theChandler Carruth2014-01-20
* Add some wording to the coding standards to say how to indent namespacesChandler Carruth2014-01-20
* Add an inalloca flag to allocasReid Kleckner2014-01-17