aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-02-142.7: Note that DataTypes.h moved.Daniel Dunbar
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis
2010-02-11Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov
2010-02-11llvm-db was removed.Dan Gohman
2010-02-11Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin
2010-02-11Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin
2010-02-10Add support to llvm-extract for extracting multiple functions and/orDan Gohman
2010-02-10Add a ReleaseNotes FIXME.Daniel Dunbar
2010-02-09Make --disable-libffi work on systems with libffi installed. AlsoJeffrey Yasskin
2010-02-08Fix some typos.Duncan Sands
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen
2010-02-03Make docs less specific about their versions, at Chris's suggestion.Jeffrey Yasskin