aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* fix some incorrect links.Chris Lattner2008-12-121-3/+3
* Man page update.Mikhail Glushenkov2008-12-121-0/+8
* Fix W3C validator errors.Mikhail Glushenkov2008-12-112-10/+14
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-111-546/+71
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-114-236/+1116
* * Removed stray </p> tagMisha Brukman2008-12-111-7/+5
* * <div align=center> is not valid HTML 4.01 - removed alignmentMisha Brukman2008-12-111-15/+19
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-1113-23/+23
* Conform to the HTML 4.01 Strict specification.Misha Brukman2008-12-111-1/+3
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-1137-72/+72
* * Fixed formatting of command descriptions to be consistent:Misha Brukman2008-12-111-6/+6
* s/A Few Coding Standards/LLVM Coding Standards/gMisha Brukman2008-12-101-2/+2
* fix typo. thanks Baldrick for noticingNuno Lopes2008-12-101-1/+1
* add gcc 4.1.2 from redhat to the list of broken compilersNuno Lopes2008-12-101-0/+2
* Update these instructions to the 2.4 release.Duncan Sands2008-12-101-7/+7
* Mention the Ada and Fortran front-ends.Duncan Sands2008-12-101-2/+2
* Added a little more information that vector shifts require vector shift amount.Mon P Wang2008-12-101-4/+9
* Rewrite instructions for configuring external testsDale Johannesen2008-12-101-25/+17
* Man page typo fix.Mikhail Glushenkov2008-12-091-1/+1
* Fix getNode to allow a vector for the shift amount for shifts of vectors.Mon P Wang2008-12-091-0/+3
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-4/+32
* Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky2008-12-082-15/+46
* Man page update.Mikhail Glushenkov2008-12-071-0/+12
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* Fix spelling mistake.Nick Lewycky2008-11-291-1/+1
* Fixed HTML closing tag, cleaned up some spacing.Misha Brukman2008-11-271-2/+2
* Small formatting change.Bill Wendling2008-11-261-4/+4
* Update to explain how ssp and sspreq attributes override each other.Bill Wendling2008-11-261-5/+14
* Describe some more options in the man page.Mikhail Glushenkov2008-11-261-8/+62
* Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov2008-11-252-9/+82
* This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner2008-11-251-1/+1
* add info about how to run the tests with valgrindNuno Lopes2008-11-251-0/+9
* CMake: Documented two cmake variables.Oscar Fuentes2008-11-251-0/+6
* Fix a few HTML tidiness issues.Dan Gohman2008-11-245-7/+10
* Delete some spurious characters.Dan Gohman2008-11-241-1/+1
* Fix some "</p>"s.Dan Gohman2008-11-241-2/+2
* Some documentation for LegalizeTypes.Dan Gohman2008-11-241-54/+78
* NULL, unique pointers from malloc(0), and freed pointers are legal values forTorok Edwin2008-11-241-1/+3
* Seriously strengthen the guarantee offered by noalias on a function's returnNick Lewycky2008-11-241-3/+3
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-241-5/+6
* Fixed named anchor for llvm.stackprotector intrinsic.Misha Brukman2008-11-221-1/+1
* Describe how the JIT maps fields to MachineOperands, patch byChris Lattner2008-11-221-0/+83
* Document TEST=dbgoptDevang Patel2008-11-211-0/+18
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-211-0/+18
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-211-18/+0
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-211-0/+18
* LLVM does have a fortran FE!Duraid Madina2008-11-211-12/+0
* CMake: More documentation.Oscar Fuentes2008-11-201-4/+49
* CMake: Some documentation. Work in progress.Oscar Fuentes2008-11-201-0/+271
* - Move the stackprotector intrinsic to the general section.Bill Wendling2008-11-191-56/+39