Fix some truncation warnings.
[oota-llvm.git] / docs /
2006-02-05 Chris LattnerEncourage use of the V8 ABI over the V9 ABI.
2006-02-05 Chris LattnerThis document is out of date. :(
2006-02-05 Chris LattnerV8 -> Sparc
2006-01-27 Chris LattnerRemove FAKE_SOURCES
2006-01-25 Chris Lattnerdocument the syntax of inline asm
2006-01-25 Chris Lattnerupdate the bytecode format guide for the encoding of...
2006-01-24 Chris Lattnerminor syntax change
2006-01-23 Chris LattnerUpdate for file-scope inline asm
2006-01-23 Chris Lattnerdocument module-level inline asm support.
2006-01-16 Chris Lattnerlike bswap, the ct* intrinsics require unsigned operands
2006-01-16 Chris LattnerConsistency
2006-01-16 Reid SpencerThere is no llvm.bswap.i8, need at least 2 bytes to...
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Chris LattnerAdd a couple very minor tweaks
2006-01-16 Nate BegemanFix up 'adding an intrinsic' section a bit, first draft...
2006-01-16 Chris LattnerPRE is no more
2006-01-15 Robert BocchinoAdded spec for insertelement operation.
2006-01-14 Nate BegemanFix the instructions for adding an intrinsic.
2006-01-13 Nate BegemanMake the bswap documentation more to sabre's liking!
2006-01-13 Chris Lattnerfix some minor errors
2006-01-13 Nate BegemanAdd documentation for the upcoming bswap intrinsics!
2006-01-13 Chris LattnerAdd llvm.stacksave and llvm.stackrestore.
2006-01-13 Chris Lattnervoid* is not legal in LLVM.
2006-01-10 Robert BocchinoExpanded the documentation for constant expressions...
2006-01-06 Robert BocchinoFixed a typo; "= 1" was missing.
2006-01-05 Robert BocchinoAdded the spec for the new "extractelement" instruction.
2006-01-04 Jeff CohenUpdate list of supported bisons.
2006-01-03 Chris Lattnerupdate usage of -print-alias-sets
2006-01-01 Chris LattnerAdd a section about using namespaces.
2005-12-21 Reid SpencerDocument the new -post-link-opts option.
2005-12-21 Reid SpencerDocument the new --enable-debug-runtime configure option.
2005-12-16 Chris Lattnerrename options
2005-12-16 Chris LattnerDocument -mcpu -mattr -triple
2005-12-05 Chris Lattnerattribute((used)) is now supported
2005-11-30 Chris LattnerAdd a link to the doxygen tarball
2005-11-30 Chris Lattnercopy the doxygen tarball into the HTML directory after...
2005-11-29 Chris LattnerAdd "SCC" to the lexicon. Patch provided by Marco...
2005-11-28 John CriswellFixed a punctuation error.
2005-11-28 Chris LattnerUse std:: where appropriate
2005-11-15 Chris LattnerFix some typos noticed by Gabor Greif!
2005-11-14 Andrew Lenharththis file moved
2005-11-13 Chris Lattnertypeo
2005-11-12 Chris LattnerDescribe section name encoding
2005-11-12 Chris Lattnerdocument sections
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-11 Jeff CohenFix some typos.
2005-11-10 Chris LattnerPacked elements must be a power of two in size
2005-11-08 Chris LattnerRip out 1.6ness, bump version # to 1.7cvs
2005-11-08 John CriswellMerged from RELEASE_16.
2005-11-06 Chris Lattnerdocument alignment on globals, functions, and allocatio...
2005-11-06 Chris LattnerMinor correction
2005-11-06 Chris Lattnerdescribe extensions to the .bc format for function...
2005-11-05 Chris Lattnerenumerate non-standard argument encoding cases, such...
2005-11-05 Chris Lattnerrearrange some info about the instruction encoding
2005-11-03 Chris LattnerFix mac os spelling
2005-11-03 Chris LattnerAdd more bison versions, thanks to Vladimir
2005-11-03 Chris LattnerPer bug 655, give people more options in case 1.35...
2005-11-01 Misha Brukman* Replace ampersands in section titles with more formal...
2005-10-31 Andrew LenharthUpdated alpha known problems.
2005-10-30 Jeff CohenUpdate Getting Started for Visual Studio page.
2005-10-29 Chris LattnerFix <> in html
2005-10-29 Chris LattnerFirst hack-and-slash on the release notes. Comments...
2005-10-29 Chris LattnerBasic updates
2005-10-24 John CriswellUpdated bytecode version numbers.
2005-10-24 Jeff CohenFix spelling of 'separate'.
2005-10-24 John CriswellFixed spelling.
2005-10-24 John CriswellAdded a note to remove CVS directories when copying...
2005-10-24 John CriswellAttempt to make terminology more consistent.
2005-10-24 Chris LattnerAndrew says that alpha basically works
2005-10-24 John CriswellFixed a grammar issue.
2005-10-24 John CriswellGrammar and punctuation fixes.
2005-10-24 Chris LattnerThis RA no longer exists
2005-10-24 Chris LattnerThree of these have been removed, as warned
2005-10-17 Chris LattnerApparently, people object to floating pointers. Picky...
2005-10-17 Jim LaskeyAs requested, a blurb on sub-targets.
2005-10-17 Chris Lattnerfix some grammar-o's I noticed
2005-10-17 Chris LattnerFeedback from Nate.
2005-10-17 Chris LattnerDocument -view-isel-dags and -view-sched-dags
2005-10-17 Chris LattnerAdd notes about MF.viewCFG() and friends.
2005-10-16 Chris LattnerAdd a bunch of info about the isel autogenerator. ...
2005-10-16 Chris LattnerFill this out some more. Add description of MBB/MF...
2005-10-16 Chris LattnerAdd a stub for the TargetSubtarget class. Jim, please...
2005-10-16 Chris LattnerUpdate this significantly, mention subtarget and isel...
2005-10-16 Chris Lattnerupdate this a little bit to talk about the dag combiner...
2005-09-30 Chris LattnerUpdate the discussion of TargetRegisterDesc
2005-09-21 Chris LattnerRecommend what I actually test
2005-09-08 Chris Lattnernew expression type
2005-09-06 Chris LattnerAdd a requirement, patch contributed by Henrik Bach.
2005-08-26 Jim LaskeyChanged unsigned long to unsigned.
2005-08-25 Jim LaskeyTweak of multiple occurance paragraph.
2005-08-25 Jim LaskeyDocumentation updated to include upcoming support for...
2005-08-22 Chris LattnerRevert my patch which changed the code to not work.
2005-08-22 Chris LattnerMake the example a bit easier to understand, suggested...
2005-08-02 Chris LattnerUpdate a doc, patch contributed by Jim Laskey!
2005-07-21 Chris Lattnerllvm.sqrt somehow escaped documentation.
2005-07-20 Misha Brukman* "GNU Compiler Collection's gcc tool" is redundant
2005-07-19 Chris Lattnerremove some sparc-v9-specific information
2005-07-19 Reid SpencerProvide descriptions for the TargetInstrInfo and Target...
2005-07-15 John CriswellFixed some punctuation.
2005-07-12 Reid SpencerUpdate release notes regarding thread-safe JIT.
next