aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-04-05finished my pass through all the 2.9 commits, now to make this intelligibleChris Lattner
2011-04-05mention llvm::ArrayRef, which should be use much more pervasively thanChris Lattner
2011-04-05Add support to encode function's template parameters.Devang Patel
2011-04-05docs/ReleaseNotes.html: Please use proper *Heading* elements instead of class...NAKAMURA Takumi
2011-04-05remove graphprinter support for domfrontier.Chris Lattner
2011-04-05only 7 more weeks to go.Chris Lattner
2011-04-05Document llvm/ADT/IntEqClasses.h in ProgrammersManual.htmlJakob Stoklund Olesen
2011-04-05more notes to self.Chris Lattner
2011-04-05docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme!NAKAMURA Takumi
2011-04-05docs/GettingStarted.html: FIXME: dg, lit, and source tree layout.NAKAMURA Takumi
2011-04-05add a bunch of notes to myself, this is not intended to be gramatic orChris Lattner
2011-04-04Add info on where to get 2.9 final svn sources.Bill Wendling
2011-04-04Dragonegg release notes.Duncan Sands
2011-03-31Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415Nick Lewycky
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-29Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enumDevang Patel
2011-03-28docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.NAKAMURA Takumi
2011-03-28docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.NAKAMURA Takumi
2011-03-25Remove redundant compression option.Bill Wendling
2011-03-24fix description, PR9542Chris Lattner
2011-03-19Update Passes.html, part 3: alphabetize descriptions.Eli Friedman
2011-03-19Update Passes.html, part 2: cleanup a bit more dead docs, a few moreEli Friedman
2011-03-19Update Passes.html, part 1: remove passes which were removed from the tree,Eli Friedman
2011-03-18Some release notes.Rafael Espindola
2011-03-17Change the signext language in LangRef to closer match zeroext.Cameron Zwarich
2011-03-16The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich
2011-03-10rip out llvm 2.8 release notes to make room for llvm 2.9 notes.Chris Lattner
2011-03-08Since last couple of days, argument number is encoded using 8 bits from line ...Devang Patel
2011-03-08Update DILexicalBlock doc to mention new fields.Devang Patel
2011-03-07Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands
2011-03-07Fix tagging name.Bill Wendling
2011-03-06remove another jeff linkChris Lattner
2011-03-05remove jeff's name (by his request)Chris Lattner
2011-03-02Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes
2011-03-02Small cleanup.Bill Wendling
2011-02-28Update the documentation on "How to Release LLVM". It lays out a new way ofBill Wendling
2011-02-27Fix typo pointed out in pr9339.Duncan Sands
2011-02-24Enable support for vector sext and trunc:Nadav Rotem
2011-02-20Remove the link to Projects.html. It is useless for people working onOscar Fuentes
2011-02-20Fix 9267; Add vector zext support.Nadav Rotem
2011-02-20Fix typo.Nick Lewycky
2011-02-17Fix thinko, basic blocks are SESE. The exits may have many edges though.Nick Lewycky
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2011-02-15Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner
2011-02-13Adapt docs to '-loopsimplify -> -loop-simplify' changeTobias Grosser
2011-02-11attempt to capture recent discussion about overflow and inbounds geps.Chris Lattner
2011-02-09Don't run ocamldoc if it's not installedErick Tryzelaar
2011-02-09fix typoChris Lattner
2011-02-09Add testing stuff to CMake documents.NAKAMURA Takumi
2011-02-07implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner