aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-04-27Commit 2.7 release notes.release_27Tanya Lattner
2010-03-12Doc patch for the branch only.Tanya Lattner
2010-03-12Merge 97980 from mainline.Tanya Lattner
2010-03-12Merge 97965 from mainline.Tanya Lattner
2010-03-11Merge 98212 from mainline.Tanya Lattner
2010-03-04Add metadata example.Devang Patel
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-03-02attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman
2010-03-02PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman
2010-03-01note that andersaa was removed in 2.7Chris Lattner
2010-03-01remove anders-aa from mainline, it isn't maintained and isChris Lattner
2010-03-01Fix spelling.Dan Gohman
2010-02-28I'm removing andersaa after the branch is made.Chris Lattner
2010-02-27The mayHaveSideEffects flag is no longer used.Dan Gohman
2010-02-26Test that docs are updating.Jeffrey Yasskin
2010-02-26Test autoupdate.Tanya Lattner
2010-02-26Test auto update.Tanya Lattner
2010-02-26Remove REQUIRES_EH from the suggested set of make variables, since users canJeffrey Yasskin
2010-02-26Fix typos in comments.Dan Gohman
2010-02-26Set svn:keywords property on docs/Packaging.html.Jeffrey Yasskin
2010-02-26Add to the packaging advice.Jeffrey Yasskin
2010-02-26Fix a typo.Dan Gohman
2010-02-26Give packagers some advice about how to build LLVM so it's useful toJeffrey Yasskin
2010-02-25Fix a few more typos.Dan Gohman
2010-02-25Fix a typo.Dan Gohman
2010-02-25Fix HTML.Bill Wendling
2010-02-25stkrc is gone.Dan Gohman
2010-02-25Merge the advanced getelementptr FAQ into the regularDan Gohman
2010-02-25Fix a typo.Dan Gohman
2010-02-25Clarify the description of pointer types, and move theDan Gohman
2010-02-25Remove this paragraph. Vectors may not always have the same layout asDan Gohman
2010-02-23Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar
2010-02-23Eliminate llvmgcc_version testing variable.Daniel Dunbar
2010-02-23Kill unused llvmgccmajvers testing variable.Daniel Dunbar
2010-02-23Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman
2010-02-18Clarify that ptrtoint+inttoptr are an alternative to GEP which areDan Gohman
2010-02-18Fix a typo.Dan Gohman
2010-02-18Clarify that the rules about object hopping kick in when a pointer isDan Gohman
2010-02-18Fix typos Duncan noticed.Dan Gohman
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands
2010-02-17Make this an unnumbered list.Dan Gohman
2010-02-17HTML validation fixes.Dan Gohman
2010-02-17Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman
2010-02-17irbuilder is doing constant folding now by default, PR6092Chris Lattner
2010-02-17fix some out of date prose dating from the LLVMContext changes.Chris Lattner
2010-02-17add optional debian instructions, PR6272Chris Lattner
2010-02-17Mention an API change.Duncan Sands
2010-02-16Add support for emitting non-temporal stores for DAGs markedDavid Greene