Add the function attributes pass during LTO time.
[oota-llvm.git] / docs /
2009-02-26 Chris Lattnermore notes.
2009-02-26 Chris Lattneradd some notes from Nicolas G.
2009-02-25 Duncan SandsFlesh out the Ada section a little.
2009-02-25 Duncan SandsThe C backend does not support arbitrary precision...
2009-02-25 Duncan SandsNote on new type legalizer.
2009-02-25 Duncan SandsAdd note on support for arbitrary precision integers.
2009-02-25 Chris Lattnermore notes.
2009-02-25 Chris Lattnerrandom notes
2009-02-25 Nick LewyckyRecommend against using Gold to build LLVM.
2009-02-25 Chris Lattnerdon't know if there is a vmkit release to match 2.5
2009-02-25 Chris Lattnerupdate clang section
2009-02-25 Chris Lattnerrip out llvm 2.4 details to make room for 2.5
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-15 Nick LewyckyDemonstrate the act of including multiple space-separat...
2009-02-11 Dale JohannesenEdit description of floating point constants to
2009-02-10 Dan GohmanAnswer a common FAQ:
2009-02-09 Chris Lattnerfix typo, patch by Jonathan Brandmeyer!
2009-02-09 Chris Lattnermention rdynamic, PR3431, patch by Stein Roger Skafløtten!
2009-02-08 Bill WendlingDocument llvm.umul.with.overflow indicating that it...
2009-02-08 Chris LattnerI can't type today apparently.
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerdocument pointer type constraints, PR3513
2009-02-08 Bill WendlingFixes from feedback.
2009-02-08 Bill WendlingDocument the 'llvm.OP.with.overflow' intrinsics.
2009-02-05 Chris LattnerPR3485, document alignment on byref.
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-02-02 Chris Lattnervalidation error fix.
2009-02-02 Chris LattnerDocument type upreferences (PR3380), patch by Stein...
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-28 Dan GohmanSDOperand has been renamed to SDValue. SDNode::Val...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Mikhail GlushenkovUpdate the generated docs.
2009-01-26 Nate BegemanAdd some documentation for address-space-based access...
2009-01-25 Dan GohmanReality-check the FAQ entry for "Can I use LLVM to...
2009-01-24 Dan GohmanAdd more documentation mentioning the limitations due...
2009-01-22 Dan GohmanAdd a few more notes about LLVM IR features that codege...
2009-01-21 Mikhail GlushenkovMimic gcc behaviour with regard to response files.
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-16 Duncan SandsGrammar fix.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Mikhail GlushenkovSome small documentation fixes.
2009-01-15 Mikhail GlushenkovClarify the documentation a bit.
2009-01-12 Dan GohmanDocument several current CodeGen limitations in LangRef...
2009-01-12 Dan GohmanThe LLVM Assembly Language Reference incorrectly stated...
2009-01-12 Dan GohmanFix the instructions to work even when PATH does not...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Chris Lattnerremove some dead options.
2009-01-11 Chris LattnerImplement PR3313, and while I'm at it address a very...
2009-01-11 Dan GohmanFix the example syntax for named sections.
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2009-01-05 Gabor GreifGet rid of the tagging functions and use PointerIntPair.
2009-01-04 Dan GohmanA few more whitespace tidyments.
2009-01-04 Dan GohmanTidy whitespace.
2009-01-03 Misha Brukman* Wrap command line flag in <tt>
2009-01-02 Misha BrukmanSo *this* is where all the trailing whitespace in file...
2009-01-02 Chris Lattnerlex and bison aren't needed to build llvm anymore.
2009-01-02 Chris Lattnernew non-ambiguous syntax.
2008-12-31 Oscar FuentesCMake: Added some VC++ specific info to CMake.html.
2008-12-29 Misha Brukman* Updated TOC and fixed named anchors
2008-12-29 Misha BrukmanMinimize the width of the notes region: it will end...
2008-12-29 Misha BrukmanSimplified marking code regions with a single <pre...
2008-12-29 Misha BrukmanCenter the legal note to give it even padding on left...
2008-12-29 Misha BrukmanCleanup: clarify llvm-gcc version and package name.
2008-12-29 Duncan SandsClarify a bit. Based on feedback by Talin.
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-18 Nick LewyckyRecommit this grammar fix that was backed out along...
2008-12-17 Misha BrukmanSimplified marking code regions -- no need to use ...
2008-12-17 Misha BrukmanInstead of referring to the license file in the 2.3...
2008-12-17 Misha BrukmanAdded mention of the RELEASE_24 tag for the 2.4 release.
2008-12-17 Mikhail GlushenkovUpdate also the generated docs.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-16 Misha Brukman* Comply with HTML 4.01 Strict
2008-12-16 Misha Brukman* Comply with HTML 4.01 Strict standard
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-12-14 Nick LewyckyClarify the meaning of the NoAlias response. The plan...
2008-12-14 Misha BrukmanFixed HTML validator warning.
2008-12-14 Misha BrukmanCSS cleanup:
2008-12-13 Mikhail GlushenkovAdd a comment to the auto-generated docs.
2008-12-13 Mikhail GlushenkovMerge llvm-rst.css and llvm.css.
2008-12-13 Mikhail GlushenkovSome more documentation tweaks.
2008-12-13 Mikhail GlushenkovMore cosmetic tweaks for llvmc docs.
2008-12-12 Chris Lattnerfix some incorrect links.
2008-12-12 Mikhail GlushenkovMan page update.
2008-12-11 Mikhail GlushenkovFix W3C validator errors.
2008-12-11 Mikhail GlushenkovUse correct file for the llvmc tutorial.
2008-12-11 Mikhail GlushenkovUpdate the auto-generated llvmc documentation.
2008-12-11 Misha Brukman* Removed stray </p> tag
2008-12-11 Misha Brukman* <div align=center> is not valid HTML 4.01 - removed...
2008-12-11 Misha BrukmanRemoved warnings from HTML 4.01 validator: trailing...
2008-12-11 Misha BrukmanConform to the HTML 4.01 Strict specification.
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-12-11 Misha Brukman* Fixed formatting of command descriptions to be consis...
2008-12-10 Misha Brukmans/A Few Coding Standards/LLVM Coding Standards/g
2008-12-10 Nuno Lopesfix typo. thanks Baldrick for noticing
2008-12-10 Nuno Lopesadd gcc 4.1.2 from redhat to the list of broken compilers
2008-12-10 Duncan SandsUpdate these instructions to the 2.4 release.
2008-12-10 Duncan SandsMention the Ada and Fortran front-ends.
2008-12-10 Mon P WangAdded a little more information that vector shifts...
2008-12-10 Dale JohannesenRewrite instructions for configuring external tests
2008-12-09 Mikhail GlushenkovMan page typo fix.
next