summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Updating the getting started guide for Visual Studio a smidge.Aaron Ballman1-8/+4
2014-01-20Revert my commit in r199620 that added sections about namespaces to theChandler Carruth1-97/+18
2014-01-20Add some wording to the coding standards to say how to indent namespacesChandler Carruth1-1/+45
2014-01-17Add an inalloca flag to allocasReid Kleckner1-14/+11
2014-01-17Update LangRef to emphasize the difference between "coldcc" and "preserve_mos...Juergen Ributzka1-2/+9
2014-01-17Add two new calling conventions for runtime callsJuergen Ributzka2-0/+45
2014-01-16Change inalloca rules to make it only apply to the last parameterReid Kleckner2-79/+101
2014-01-15LangRef.rst: fix LangRef data layout text about m specifier, take 2Hans Wennborg1-8/+9
2014-01-15LangRef: attempt to fix line breaksHans Wennborg1-2/+2
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck2-29/+53
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2-53/+29
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck2-29/+53
2014-01-13Docs: fix sign of division and increase equivocation on code generated.Tim Northover1-5/+5
2014-01-11[anyregcc] Fix callee-save mask for anyregccJuergen Ributzka1-0/+2
2014-01-10Add a note about the old asm printer being removed.Rafael Espindola1-0/+3
2014-01-10Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola1-1/+1
2014-01-10Update the developer policy to more clearly spell out the steps forChandler Carruth1-11/+27
2014-01-08Remove mention of old deleted test scripts from testing guideNico Rieck1-13/+5
2014-01-06Improve documentation of the 'a' specifier and the '<abi>:<pref>' align pair.Rafael Espindola1-7/+9
2014-01-03Fix typo.Rafael Espindola1-1/+1
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-0/+9
2014-01-01Remove the 's' DataLayout specificationRafael Espindola1-3/+0
2014-01-01Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2-2/+2
2013-12-24Remove link to unexisting llvm-prof docsAlexey Samsonov1-1/+0
2013-12-24llvm-symbolizer: add --obj flag to specify a single object file that should b...Alexey Samsonov1-1/+15
2013-12-24LangRef documentation for the stackmap and patchpoint intrinsics.Andrew Trick3-0/+503
2013-12-20[COFF] Add support for the .secidx directiveTimur Iskhodzhanov1-1/+17
2013-12-20Fix a typo in the docsTimur Iskhodzhanov1-1/+1
2013-12-20Fix documentation typosAlp Toker5-7/+7
2013-12-19Update the links to the SPARC information.Rafael Espindola1-2/+3
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2-0/+177
2013-12-17Fix code sample in NVPTX examples: now it compiles to PTX and runs as expected.Eli Bendersky1-2/+2
2013-12-13Add ARM to release instructionsRenato Golin1-0/+6
2013-12-12Use "a" instead of "a0" in DataLayout.Rafael Espindola1-1/+1
2013-12-10Use Field Lists for the types' "Overview", "Syntax" and "Examples".Rafael Espindola1-56/+31
2013-12-07Remove the notion of primitive types.Rafael Espindola1-194/+140
2013-12-07Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune1-0/+6
2013-12-05Document that dllexported symbols are preserved by optimization passes.Yunzhong Gao1-3/+5
2013-12-05Correct word hyphenationsAlp Toker4-4/+4
2013-12-04[LangRef] Remove (non-normative) paragraph that doesn't make sense.Sean Silva1-6/+0
2013-12-02Update the LTO GoldPlugin documentationAlp Toker1-17/+11
2013-11-27[docs] Mention gotcha regarding implicit BB numberingSean Silva1-1/+3
2013-11-26CMake : optionaly enable LLVM to be compiled with -std=c++11 (default: off)Arnaud A. de Grandmaison1-0/+3
2013-11-21Remove dangling documentation. llvm-prof was deleted a while ago.Benjamin Kramer1-63/+0
2013-11-21YAML I/O add support for validate()Nick Kledzik1-0/+38
2013-11-20Update to reflect the next release.Bill Wendling1-81/+6
2013-11-19Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola1-0/+38
2013-11-19YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson1-0/+1
2013-11-18Docs: tweak code-block spacing.Ahmed Bougacha1-0/+1
2013-11-18The 'optnone' attribute means don't inline anything into this functionPaul Robinson1-2/+3