aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2010-02-03Mention the version in the documentation index and link to the 2.6 docs, whichJeffrey Yasskin
2010-02-03Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman
2010-02-02Inline addAssemblyEmitter into its one real caller and deleteChris Lattner
2010-01-29Belatedly document r85295 and r85330.Jeffrey Yasskin
2010-01-28Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach
2010-01-28Record the death of ModuleProvier and GhostLinkage in the release notes andJeffrey Yasskin
2010-01-28Truncate the release notes so they're ready to accumulate notes for the 2.7 r...Jeffrey Yasskin
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-25no need to implement these.Chris Lattner
2010-01-20reduce redundant are's.Chris Lattner
2010-01-16add a thing to investigate.Chris Lattner
2010-01-15move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher
2010-01-15mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner
2010-01-11Add documentation for llvm.dbg.value intrinsicVictor Hernandez
2010-01-11Add top level section for named metadata.Devang Patel
2010-01-11Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin
2010-01-11Update the -tailcallopt description to match djg's improvements to the callingJeffrey Yasskin
2010-01-09add 3 passes which have been added but aren't used afaik.Chris Lattner
2010-01-09Clarify the requirements for a "tail call" to actually be optimized into aJeffrey Yasskin
2010-01-09improve documentation for linkonce to be less confusing.Chris Lattner
2010-01-08Grammar thinko.Eric Christopher
2010-01-05NamedMDNode is a collection MDNodes.Devang Patel
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene
2010-01-05Add an entry on SmallBitVector.Dan Gohman
2009-12-23Regenerate.Mikhail Glushenkov
2009-12-23Update docs for bitcode changes. For object size checking we won'tEric Christopher
2009-12-17Add more detail for getting started on Windows.Jim Grosbach
2009-12-17Regenerate.Mikhail Glushenkov
2009-12-14Rearrange rules to add missing dependency and allow parallel makes.Bob Wilson
2009-12-09Add note about loadable modules on windows.Anton Korobeynikov
2009-12-07Regenerate.Mikhail Glushenkov