summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner2010-03-02
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-02
* PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman2010-03-02
* note that andersaa was removed in 2.7Chris Lattner2010-03-01
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-01
* Fix spelling.Dan Gohman2010-03-01
* I'm removing andersaa after the branch is made.Chris Lattner2010-02-28
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-27
* Test that docs are updating.Jeffrey Yasskin2010-02-26
* Test autoupdate.Tanya Lattner2010-02-26
* Test auto update.Tanya Lattner2010-02-26
* Remove REQUIRES_EH from the suggested set of make variables, since users canJeffrey Yasskin2010-02-26
* Fix typos in comments.Dan Gohman2010-02-26
* Set svn:keywords property on docs/Packaging.html.Jeffrey Yasskin2010-02-26
* Add to the packaging advice.Jeffrey Yasskin2010-02-26
* Fix a typo.Dan Gohman2010-02-26
* Give packagers some advice about how to build LLVM so it's useful toJeffrey Yasskin2010-02-26
* Fix a few more typos.Dan Gohman2010-02-25
* Fix a typo.Dan Gohman2010-02-25
* Fix HTML.Bill Wendling2010-02-25
* stkrc is gone.Dan Gohman2010-02-25
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-25
* Fix a typo.Dan Gohman2010-02-25
* Clarify the description of pointer types, and move theDan Gohman2010-02-25
* Remove this paragraph. Vectors may not always have the same layout asDan Gohman2010-02-25
* Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar2010-02-23
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-23
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-23
* Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman2010-02-23
* Clarify that ptrtoint+inttoptr are an alternative to GEP which areDan Gohman2010-02-18
* Fix a typo.Dan Gohman2010-02-18
* Clarify that the rules about object hopping kick in when a pointer isDan Gohman2010-02-18
* Fix typos Duncan noticed.Dan Gohman2010-02-18
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-18
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* Make this an unnumbered list.Dan Gohman2010-02-17
* HTML validation fixes.Dan Gohman2010-02-17
* Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2010-02-17
* irbuilder is doing constant folding now by default, PR6092Chris Lattner2010-02-17
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-17
* add optional debian instructions, PR6272Chris Lattner2010-02-17
* Mention an API change.Duncan Sands2010-02-17
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* 2.7: Note that DataTypes.h moved.Daniel Dunbar2010-02-14
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov2010-02-11
* llvm-db was removed.Dan Gohman2010-02-11