aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-12-10fix typo. thanks Baldrick for noticingNuno Lopes
2008-12-10add gcc 4.1.2 from redhat to the list of broken compilersNuno Lopes
2008-12-10Update these instructions to the 2.4 release.Duncan Sands
2008-12-10Mention the Ada and Fortran front-ends.Duncan Sands
2008-12-10Added a little more information that vector shifts require vector shift amount.Mon P Wang
2008-12-10Rewrite instructions for configuring external testsDale Johannesen
2008-12-09Man page typo fix.Mikhail Glushenkov
2008-12-09Fix getNode to allow a vector for the shift amount for shifts of vectors.Mon P Wang
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2008-12-08Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky
2008-12-07Man page update.Mikhail Glushenkov
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-11-29Fix spelling mistake.Nick Lewycky
2008-11-27Fixed HTML closing tag, cleaned up some spacing.Misha Brukman
2008-11-26Small formatting change.Bill Wendling
2008-11-26Update to explain how ssp and sspreq attributes override each other.Bill Wendling
2008-11-26Describe some more options in the man page.Mikhail Glushenkov
2008-11-25Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov
2008-11-25This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner
2008-11-25add info about how to run the tests with valgrindNuno Lopes
2008-11-25CMake: Documented two cmake variables.Oscar Fuentes
2008-11-24Fix a few HTML tidiness issues.Dan Gohman
2008-11-24Delete some spurious characters.Dan Gohman
2008-11-24Fix some "</p>"s.Dan Gohman
2008-11-24Some documentation for LegalizeTypes.Dan Gohman
2008-11-24NULL, unique pointers from malloc(0), and freed pointers are legal values forTorok Edwin
2008-11-24Seriously strengthen the guarantee offered by noalias on a function's returnNick Lewycky
2008-11-24Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky
2008-11-22Fixed named anchor for llvm.stackprotector intrinsic.Misha Brukman
2008-11-22Describe how the JIT maps fields to MachineOperands, patch byChris Lattner
2008-11-21Document TEST=dbgoptDevang Patel
2008-11-21reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner
2008-11-21Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling
2008-11-21Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta
2008-11-21LLVM does have a fortran FE!Duraid Madina
2008-11-20CMake: More documentation.Oscar Fuentes
2008-11-20CMake: Some documentation. Work in progress.Oscar Fuentes
2008-11-19- Move the stackprotector intrinsic to the general section.Bill Wendling
2008-11-19Grammar.Daniel Dunbar
2008-11-18Documentation for the llvm.stackprotector intrinsic.Bill Wendling
2008-11-16punctuate, add wording about patches contributed by others.Chris Lattner
2008-11-13LLVM can generate native code for amd64 on "Linux".Dan Gohman
2008-11-13Update docs for ssp and sspreq function attributes.Bill Wendling
2008-11-12Correct these links.Duncan Sands
2008-11-11last validation errorsChris Lattner
2008-11-11fix some validation errors <it> -> <i>Chris Lattner
2008-11-11fix some validation errors.Chris Lattner
2008-11-11remove an extraneous tagChris Lattner
2008-11-11Make this document *substantially* better and cover a lot more territory.Chris Lattner
2008-11-10final editsChris Lattner