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