summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-0/+4
* HowToReleaseLLVM: Add information about dot releasesTom Stellard2014-02-041-6/+15
* Add a note to documentation that Clang + libstdc++ 4.7.2 can not be used to b...Dmitri Gribenko2014-02-041-0/+5
* Add a note about Clang+LLVM on Sparc64.Venkatraman Govindaraju2014-02-031-0/+3
* Lower llvm.expect intrinsic correctly for i1Duncan P. N. Exon Smith2014-02-021-0/+4
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-011-0/+25
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-311-1/+4
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-312-0/+6
* Allow speculating llvm.sqrt, fma and fmuladdMatt Arsenault2014-01-311-2/+3
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-301-0/+5
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-301-5/+0
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-301-0/+5
* Extend the preserve_most/all calling convention description in LangRef about theJuergen Ributzka2014-01-301-2/+7
* Document EHABI enabled by defaultRenato Golin2014-01-291-0/+3
* Updating the getting started guide for Visual Studio a smidge.Aaron Ballman2014-01-231-8/+4
* Revert my commit in r199620 that added sections about namespaces to theChandler Carruth2014-01-201-97/+18
* Add some wording to the coding standards to say how to indent namespacesChandler Carruth2014-01-201-1/+45
* Add an inalloca flag to allocasReid Kleckner2014-01-171-14/+11
* Update LangRef to emphasize the difference between "coldcc" and "preserve_mos...Juergen Ributzka2014-01-171-2/+9
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-172-0/+45
* Change inalloca rules to make it only apply to the last parameterReid Kleckner2014-01-162-79/+101
* LangRef.rst: fix LangRef data layout text about m specifier, take 2Hans Wennborg2014-01-151-8/+9
* LangRef: attempt to fix line breaksHans Wennborg2014-01-151-2/+2
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-142-29/+53
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-142-53/+29
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-142-29/+53
* Docs: fix sign of division and increase equivocation on code generated.Tim Northover2014-01-131-5/+5
* [anyregcc] Fix callee-save mask for anyregccJuergen Ributzka2014-01-111-0/+2
* Add a note about the old asm printer being removed.Rafael Espindola2014-01-101-0/+3
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-101-1/+1
* Update the developer policy to more clearly spell out the steps forChandler Carruth2014-01-101-11/+27
* Remove mention of old deleted test scripts from testing guideNico Rieck2014-01-081-13/+5
* Improve documentation of the 'a' specifier and the '<abi>:<pref>' align pair.Rafael Espindola2014-01-061-7/+9
* Fix typo.Rafael Espindola2014-01-031-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-0/+9
* Remove the 's' DataLayout specificationRafael Espindola2014-01-011-3/+0
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-012-2/+2
* Remove link to unexisting llvm-prof docsAlexey Samsonov2013-12-241-1/+0
* llvm-symbolizer: add --obj flag to specify a single object file that should b...Alexey Samsonov2013-12-241-1/+15
* LangRef documentation for the stackmap and patchpoint intrinsics.Andrew Trick2013-12-243-0/+503
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-201-1/+17
* Fix a typo in the docsTimur Iskhodzhanov2013-12-201-1/+1
* Fix documentation typosAlp Toker2013-12-205-7/+7
* Update the links to the SPARC information.Rafael Espindola2013-12-191-2/+3
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-192-0/+177
* Fix code sample in NVPTX examples: now it compiles to PTX and runs as expected.Eli Bendersky2013-12-171-2/+2
* Add ARM to release instructionsRenato Golin2013-12-131-0/+6
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-121-1/+1
* Use Field Lists for the types' "Overview", "Syntax" and "Examples".Rafael Espindola2013-12-101-56/+31
* Remove the notion of primitive types.Rafael Espindola2013-12-071-194/+140