aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* docs: Sphinxify HowToSubmitABugSean Silva2012-09-253-346/+235
* docs: Fix long-standing typo in yaml2obj.rst.Sean Silva2012-09-211-2/+2
* Say "bytes" instead of "address units", since that's what theDan Gohman2012-09-211-5/+5
* Document the new !tbaa.struct metadata.Dan Gohman2012-09-211-0/+39
* Add missing 'to' and rephrase an explanation of GCC's assumptions.David Blaikie2012-09-211-4/+4
* Document "do not use defaults in covered switch-over-enum" coding standard.David Blaikie2012-09-211-0/+18
* docs: Fix Sphinx warning over Atomics.rst.Sean Silva2012-09-211-0/+5
* docs: Fix Sphinx warning over yaml2obj.rst.Sean Silva2012-09-211-0/+1
* Fix function names in coding style examplesAndrew Trick2012-09-201-4/+4
* Fix Sphinx warnings.Sean Silva2012-09-202-3/+4
* Sphinxify DebuggingJITedCodeSean Silva2012-09-202-184/+147
* Fix static function names in CodingStandards examples.Andrew Trick2012-09-201-6/+6
* Test commitSean Silva2012-09-181-1/+1
* Coding standards: fix typo: '= deleted' -> '= delete'.Dmitri Gribenko2012-09-181-2/+2
* Add LLVM_DELETED_FUNCTION to coding standards.Craig Topper2012-09-181-0/+28
* Patch by Sean Silva!Galina Kistanova2012-09-133-143/+92
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-0/+7
* [Docs] Fix Sphinx incremental build. Patch by Sean Silva!Michael J. Spencer2012-09-058-13/+7
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-051-7/+6
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-051-2/+13
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-041-7/+0
* remove old docsNadav Rotem2012-08-301-8/+0
* Patch by Sean Silva to un-barf his computer by explicitly removing the '\n'Bill Wendling2012-08-281-3/+2
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-10/+9
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-101-34/+10
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-101-0/+7
* Sphinxify the CommandLine document.Bill Wendling2012-08-083-1977/+1617
* Move header so that it can be picked up by other .rst files.Bill Wendling2012-08-081-4/+4
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-021-0/+222
* Sphinxify the Code Generator document.Bill Wendling2012-08-023-3193/+2432
* Fix some minor typosSylvestre Ledru2012-07-314-5/+5
* Fix grammar-o. Fixes PR13482!Nick Lewycky2012-07-301-1/+1
* The TimePassesIsEnabled has since moved to PassManager.cpp.Chad Rosier2012-07-271-1/+1
* Add a floor intrinsic.Dan Gohman2012-07-261-0/+35
* Take people straight to the contents of the file.Duncan Sands2012-07-261-1/+1
* Add the list of code owners to the top level of the LLVM source tree toDuncan Sands2012-07-261-27/+4
* Fix two typos in the docSylvestre Ledru2012-07-252-2/+2
* Twine: fix link to source, add link to class doc and container section.Axel Naumann2012-07-251-11/+12
* Fix a typo (the the => the)Sylvestre Ledru2012-07-2310-11/+11
* Apparently it's possible to do an 'invoke asm'.Nuno Lopes2012-07-171-2/+3
* ReleaseNotes.html: add note about specifying TLS modelsHans Wennborg2012-07-131-0/+2
* Post-dom frontier was removed in 3.0. Patch by chenwj.Duncan Sands2012-07-131-1/+0
* Fixup broken doc link. Patch by Sean Silva <silvas@purdue.edu>.Chad Rosier2012-07-112-2/+2
* Since SmallMap was removed in r158644, remove documentation in ProgrammersMan...Dmitri Gribenko2012-07-061-81/+0
* Update getFunction parameter documentation. Fixes PR13268.Chad Rosier2012-07-061-2/+3
* Sphinxify the CMake document.Bill Wendling2012-07-063-585/+425
* add @llvm.donothingNuno Lopes2012-07-051-2/+28
* Document the llvm.fabs intrinsic.Peter Collingbourne2012-07-031-0/+35
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-295-5/+5
* Sphinxify the Atomics documentation.Bill Wendling2012-06-292-569/+441