summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* 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
* Update LangRef to emphasize the difference between "coldcc" and "preserve_mos...Juergen Ributzka2014-01-17
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* Change inalloca rules to make it only apply to the last parameterReid Kleckner2014-01-16
* LangRef.rst: fix LangRef data layout text about m specifier, take 2Hans Wennborg2014-01-15
* LangRef: attempt to fix line breaksHans Wennborg2014-01-15
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Docs: fix sign of division and increase equivocation on code generated.Tim Northover2014-01-13
* [anyregcc] Fix callee-save mask for anyregccJuergen Ributzka2014-01-11
* Add a note about the old asm printer being removed.Rafael Espindola2014-01-10
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-10
* Update the developer policy to more clearly spell out the steps forChandler Carruth2014-01-10
* Remove mention of old deleted test scripts from testing guideNico Rieck2014-01-08
* Improve documentation of the 'a' specifier and the '<abi>:<pref>' align pair.Rafael Espindola2014-01-06
* Fix typo.Rafael Espindola2014-01-03
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-01
* Remove link to unexisting llvm-prof docsAlexey Samsonov2013-12-24
* llvm-symbolizer: add --obj flag to specify a single object file that should b...Alexey Samsonov2013-12-24
* LangRef documentation for the stackmap and patchpoint intrinsics.Andrew Trick2013-12-24
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Fix a typo in the docsTimur Iskhodzhanov2013-12-20
* Fix documentation typosAlp Toker2013-12-20
* Update the links to the SPARC information.Rafael Espindola2013-12-19
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Fix code sample in NVPTX examples: now it compiles to PTX and runs as expected.Eli Bendersky2013-12-17
* Add ARM to release instructionsRenato Golin2013-12-13
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* Use Field Lists for the types' "Overview", "Syntax" and "Examples".Rafael Espindola2013-12-10
* Remove the notion of primitive types.Rafael Espindola2013-12-07
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-07
* Document that dllexported symbols are preserved by optimization passes.Yunzhong Gao2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05