Initial submission for the attribute group feature.
[oota-llvm.git] / docs / LangRef.rst
2013-02-06 Bill WendlingInitial submission for the attribute group feature.
2013-02-06 Bill WendlingAlphabetize the function attributes.
2013-02-04 Michael GottesmanRemoved reference to LLVM as a project (since in LangRe...
2013-02-03 Michael GottesmanAdded new Global Variable marker ``externally_initializ...
2013-02-03 Michael GottesmanAdded clarification paragraph to LangRef's documentation of
2013-01-31 Michael GottesmanFixed a mistake in my previous commit where I changed...
2013-01-31 Michael GottesmanFormatting Fix. Changed " to `` around the word 'consta...
2013-01-31 Andrew TrickLangRef: Add a Rationale for volatile rules.
2013-01-30 Andrew Trick...in light of recent activity related to llvm.memcpy...
2013-01-30 Patrik HagglundDocumentation: Updating the data layout default specifi...
2013-01-29 Dmitri GribenkoDocumentation: add empty lines so that lists are proper...
2013-01-26 Dmitri GribenkoDocumentation: fix syntax error
2013-01-23 Eli BenderskyFix small typo
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-19 Dmitri GribenkoDocumentation: replace some non-ASCII characters by...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-17 Daniel Dunbar[docs] Get rid of some UTF8 characters (non-breaking...
2013-01-17 Daniel Dunbar[IR] Reserve/define the purpose for the "Linker Options...
2013-01-17 Lang HamesUpdate the description of the llvm.fmuladd.* intrinsics...
2013-01-16 Dmitri GribenkoDocumentation: fix a typo 'IEE754'
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-09 Chris LattnerSo many people have touched this, it doesn't make sense...
2012-12-07 Sean Silvadocs: Convert LangRef to reST.