aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Grammar.Daniel Dunbar2008-11-191-1/+1
* Documentation for the llvm.stackprotector intrinsic.Bill Wendling2008-11-181-17/+70
* punctuate, add wording about patches contributed by others.Chris Lattner2008-11-161-3/+4
* LLVM can generate native code for amd64 on "Linux".Dan Gohman2008-11-131-1/+1
* Update docs for ssp and sspreq function attributes.Bill Wendling2008-11-131-0/+12
* Correct these links.Duncan Sands2008-11-121-5/+5
* last validation errorsChris Lattner2008-11-111-7/+7
* fix some validation errors <it> -> <i>Chris Lattner2008-11-111-7/+7
* fix some validation errors.Chris Lattner2008-11-111-11/+11
* remove an extraneous tagChris Lattner2008-11-111-1/+1
* Make this document *substantially* better and cover a lot more territory.Chris Lattner2008-11-111-188/+1957
* final editsChris Lattner2008-11-101-13/+12
* Added support for the following definition of shufflevector Mon P Wang2008-11-101-7/+13
* fix validation problem.Chris Lattner2008-11-091-5/+4
* Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher2008-11-081-1/+1
* Document the acronym RAUW. Patch by Jonathan Brandmeyer!Dan Gohman2008-11-071-0/+8
* Clarify documentation. A module pass MP can require a function paqss FP only ...Devang Patel2008-11-061-1/+2
* fix two validation errorsGabor Greif2008-11-041-1/+2
* fix typos, harmonize formattingGabor Greif2008-11-041-3/+3
* Add note about cmake. Patch by Oscar Fuentes.Tanya Lattner2008-11-041-0/+4
* mention fortran status.Chris Lattner2008-10-301-0/+13
* fix typoTorok Edwin2008-10-291-1/+1
* llvm-ld doesn't have a -march option. This fixes PR2961Chris Lattner2008-10-281-4/+0