summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2012-09-24docs: Fix long-standing typo in yaml2obj.rst.tstellar1-2/+2
2012-09-24Say "bytes" instead of "address units", since that's what thetstellar1-5/+5
2012-09-24Document the new !tbaa.struct metadata.tstellar1-0/+39
2012-09-24Add missing 'to' and rephrase an explanation of GCC's assumptions.tstellar1-4/+4
2012-09-24Document "do not use defaults in covered switch-over-enum" coding standard.tstellar1-0/+18
2012-09-21Merge cleanupststellar1-184/+0
2012-09-21Merge branch 'master' into git-svn-R600tstellar6-12/+166
2012-09-21docs: Fix Sphinx warning over Atomics.rst.silvas1-0/+5
2012-09-21docs: Fix Sphinx warning over yaml2obj.rst.silvas1-0/+1
2012-09-20Fix function names in coding style examplesatrick1-4/+4
2012-09-20Fix Sphinx warnings.silvas2-3/+4
2012-09-20Sphinxify DebuggingJITedCodesilvas2-184/+147
2012-09-20Fix static function names in CodingStandards examples.atrick1-6/+6
2012-09-18Test commitsilvas1-1/+1
2012-09-18Create R600 Branchtstellar140-0/+73680
2012-09-18Coding standards: fix typo: '= deleted' -> '= delete'.gribozavr1-2/+2
2012-09-18Add LLVM_DELETED_FUNCTION to coding standards.ctopper1-0/+28
2012-09-13Patch by Sean Silva!gkistanova3-143/+92
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem1-0/+7
2012-09-05[Docs] Fix Sphinx incremental build. Patch by Sean Silva!Michael J. Spencer8-13/+7
2012-09-05[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier1-7/+6
2012-09-05[ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier1-2/+13
2012-09-04[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier1-7/+0
2012-08-30remove old docsNadav Rotem1-8/+0
2012-08-28Patch by Sean Silva to un-barf his computer by explicitly removing the '\n'Bill Wendling1-3/+2
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling1-10/+9
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola1-34/+10
2012-08-10[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier1-0/+7
2012-08-08Sphinxify the CommandLine document.Bill Wendling3-1977/+1617
2012-08-08Move header so that it can be picked up by other .rst files.Bill Wendling1-4/+4
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer1-0/+222
2012-08-02Sphinxify the Code Generator document.Bill Wendling3-3193/+2432
2012-07-31Fix some minor typosSylvestre Ledru4-5/+5
2012-07-30Fix grammar-o. Fixes PR13482!Nick Lewycky1-1/+1
2012-07-27The TimePassesIsEnabled has since moved to PassManager.cpp.Chad Rosier1-1/+1
2012-07-26Add a floor intrinsic.Dan Gohman1-0/+35
2012-07-26Take people straight to the contents of the file.Duncan Sands1-1/+1
2012-07-26Add the list of code owners to the top level of the LLVM source tree toDuncan Sands1-27/+4
2012-07-25Fix two typos in the docSylvestre Ledru2-2/+2
2012-07-25Twine: fix link to source, add link to class doc and container section.Axel Naumann1-11/+12
2012-07-23Fix a typo (the the => the)Sylvestre Ledru10-11/+11
2012-07-17Apparently it's possible to do an 'invoke asm'.Nuno Lopes1-2/+3
2012-07-13ReleaseNotes.html: add note about specifying TLS modelsHans Wennborg1-0/+2
2012-07-13Post-dom frontier was removed in 3.0. Patch by chenwj.Duncan Sands1-1/+0
2012-07-11Fixup broken doc link. Patch by Sean Silva <silvas@purdue.edu>.Chad Rosier2-2/+2
2012-07-06Since SmallMap was removed in r158644, remove documentation in ProgrammersMan...Dmitri Gribenko1-81/+0
2012-07-06Update getFunction parameter documentation. Fixes PR13268.Chad Rosier1-2/+3
2012-07-06Sphinxify the CMake document.Bill Wendling3-585/+425
2012-07-05add @llvm.donothingNuno Lopes1-2/+28
2012-07-03Document the llvm.fabs intrinsic.Peter Collingbourne1-0/+35