Fix a problem with DAGCombine on 64b targets where folding
[oota-llvm.git] / docs /
2009-03-01 Chris Lattnermove gold plugin next to LTO doc in the subsystem section
2009-03-01 Nick LewyckyAdd a quickstart example.
2009-03-01 Nick LewyckyClose list item tag, to conform with the style in this...
2009-03-01 Nick LewyckyAdd the gold plugin page to the documentation index!
2009-03-01 Nick LewyckyCleanup the description of flags to llvm-gcc. Also...
2009-03-01 Nick LewyckyDon't forget the important part. llvm-gcc -use-gold...
2009-03-01 Mikhail GlushenkovSprinkle llvmc notes with <tt>.
2009-03-01 Duncan SandsTweak this a bit.
2009-03-01 Nick LewyckyFix grammar.
2009-03-01 Nick LewyckyFirst pass at a document describing how to achieve...
2009-03-01 Duncan SandsAnother point to mention.
2009-03-01 Chris Lattneradd some llvmc notes from Mikhail
2009-02-28 Bill WendlingFix grammaro.
2009-02-28 Chris Lattneradd a stub for Roadsend PHP
2009-02-28 Chris Lattnerdon't use the word 'aggregate' with constants, it is...
2009-02-28 Chris Lattnerdon't redescribe bitcast constraints in two places...
2009-02-28 Nick LewyckyUpdate this text for first-class aggregates.
2009-02-28 Bill WendlingFix typo. Found by William Moss.
2009-02-27 Gabor Greifdocument ilist_traits
2009-02-27 Gabor GreifExpand a bit on iplist. If you are more expert on this...
2009-02-27 Gabor Greifupdate ilist documentation and add some blurb on ilist_node
2009-02-27 Gabor Greifupdate year
2009-02-27 Ted KremenekUpdate release notes for static analyzer.
2009-02-26 Chris Lattnerdrop some un-edited text for pure and ldc in here.
2009-02-26 Nick LewyckyRemove libtool.
2009-02-26 Chris Lattnerpic16 notes from Sanjiv. Just dumped in for now, will...
2009-02-26 Chris Lattnerfinal random and incoherent notes after making it throu...
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
next