aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-02-27update ilist documentation and add some blurb on ilist_nodeGabor Greif
2009-02-27update yearGabor Greif
2009-02-27Update release notes for static analyzer.Ted Kremenek
2009-02-26drop some un-edited text for pure and ldc in here.Chris Lattner
2009-02-26Remove libtool.Nick Lewycky
2009-02-26pic16 notes from Sanjiv. Just dumped in for now, will rearrange later.Chris Lattner
2009-02-26final random and incoherent notes after making it through all the commits.Chris Lattner
2009-02-26more notes.Chris Lattner
2009-02-26add some notes from Nicolas G.Chris Lattner
2009-02-25Flesh out the Ada section a little.Duncan Sands
2009-02-25The C backend does not support arbitrary precision integers.Duncan Sands
2009-02-25Note on new type legalizer.Duncan Sands
2009-02-25Add note on support for arbitrary precision integers.Duncan Sands
2009-02-25more notes.Chris Lattner
2009-02-25random notesChris Lattner
2009-02-25Recommend against using Gold to build LLVM.Nick Lewycky
2009-02-25don't know if there is a vmkit release to match 2.5Chris Lattner
2009-02-25update clang sectionChris Lattner
2009-02-25rip out llvm 2.4 details to make room for 2.5Chris Lattner
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2009-02-15Demonstrate the act of including multiple space-separated parameter attributes,Nick Lewycky
2009-02-11Edit description of floating point constants toDale Johannesen
2009-02-10Answer a common FAQ:Dan Gohman
2009-02-09fix typo, patch by Jonathan Brandmeyer!Chris Lattner
2009-02-09mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner
2009-02-08Document llvm.umul.with.overflow indicating that it's badly broken and not in...Bill Wendling
2009-02-08I can't type today apparently.Chris Lattner
2009-02-08fix typoChris Lattner
2009-02-08document pointer type constraints, PR3513Chris Lattner
2009-02-08Fixes from feedback.Bill Wendling
2009-02-08Document the 'llvm.OP.with.overflow' intrinsics.Bill Wendling
2009-02-05PR3485, document alignment on byref.Chris Lattner
2009-02-02Improve -fno-opt style option processing to not require an extraMike Stump
2009-02-02validation error fix.Chris Lattner
2009-02-02Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-28SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-28Update the generated docs.Mikhail Glushenkov
2009-01-26Add some documentation for address-space-based access to the segment registers.Nate Begeman
2009-01-25Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"Dan Gohman
2009-01-24Add more documentation mentioning the limitations due to PR2660.Dan Gohman
2009-01-22Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman
2009-01-21Mimic gcc behaviour with regard to response files.Mikhail Glushenkov
2009-01-16Support for multi-valued options in CommandLineMikhail Glushenkov
2009-01-16Grammar fix.Duncan Sands
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15Some small documentation fixes.Mikhail Glushenkov
2009-01-15Clarify the documentation a bit.Mikhail Glushenkov
2009-01-12Document several current CodeGen limitations in LangRef.html.Dan Gohman