summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov2008-11-25
* This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner2008-11-25
* add info about how to run the tests with valgrindNuno Lopes2008-11-25
* CMake: Documented two cmake variables.Oscar Fuentes2008-11-25
* Fix a few HTML tidiness issues.Dan Gohman2008-11-24
* Delete some spurious characters.Dan Gohman2008-11-24
* Fix some "</p>"s.Dan Gohman2008-11-24
* Some documentation for LegalizeTypes.Dan Gohman2008-11-24
* NULL, unique pointers from malloc(0), and freed pointers are legal values forTorok Edwin2008-11-24
* Seriously strengthen the guarantee offered by noalias on a function's returnNick Lewycky2008-11-24
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-24
* Fixed named anchor for llvm.stackprotector intrinsic.Misha Brukman2008-11-22
* Describe how the JIT maps fields to MachineOperands, patch byChris Lattner2008-11-22
* Document TEST=dbgoptDevang Patel2008-11-21
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-21
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-21
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-21
* LLVM does have a fortran FE!Duraid Madina2008-11-21
* CMake: More documentation.Oscar Fuentes2008-11-20
* CMake: Some documentation. Work in progress.Oscar Fuentes2008-11-20
* - Move the stackprotector intrinsic to the general section.Bill Wendling2008-11-19
* Grammar.Daniel Dunbar2008-11-19
* Documentation for the llvm.stackprotector intrinsic.Bill Wendling2008-11-18
* punctuate, add wording about patches contributed by others.Chris Lattner2008-11-16
* LLVM can generate native code for amd64 on "Linux".Dan Gohman2008-11-13
* Update docs for ssp and sspreq function attributes.Bill Wendling2008-11-13
* Correct these links.Duncan Sands2008-11-12
* last validation errorsChris Lattner2008-11-11
* fix some validation errors <it> -> <i>Chris Lattner2008-11-11
* fix some validation errors.Chris Lattner2008-11-11
* remove an extraneous tagChris Lattner2008-11-11
* Make this document *substantially* better and cover a lot more territory.Chris Lattner2008-11-11
* final editsChris Lattner2008-11-10
* Added support for the following definition of shufflevector Mon P Wang2008-11-10
* fix validation problem.Chris Lattner2008-11-09
* Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher2008-11-08
* Document the acronym RAUW. Patch by Jonathan Brandmeyer!Dan Gohman2008-11-07
* Clarify documentation. A module pass MP can require a function paqss FP only ...Devang Patel2008-11-06
* fix two validation errorsGabor Greif2008-11-04
* fix typos, harmonize formattingGabor Greif2008-11-04
* Add note about cmake. Patch by Oscar Fuentes.Tanya Lattner2008-11-04
* mention fortran status.Chris Lattner2008-10-30
* fix typoTorok Edwin2008-10-29
* llvm-ld doesn't have a -march option. This fixes PR2961Chris Lattner2008-10-28
* fix prototype of print, it is (llvm/Pass.h):Torok Edwin2008-10-28
* fix duplicate anchor names, and broken anchor links from the TOCTorok Edwin2008-10-28
* formatting tweak for intrinsicGabor Greif2008-10-27
* Some grammar fixes, and non-invasive format changes.Bill Wendling2008-10-27
* mention getresult -> extractvalue (PR2935)Chris Lattner2008-10-27
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-26