We actually don't have spiff anymore
[oota-llvm.git] / docs / LangRef.html
2004-04-12 John CriswellCorrected the descriptions of the llvm.writeport and...
2004-04-12 John CriswellAdded initial design for the llvm.readio and llvm.write...
2004-04-09 John CriswellFixed some spelling.
2004-04-09 John CriswellModified the prototypes of the llvm.readport and llvm...
2004-04-09 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-05 Chris LattnerUpdate getelementptr instruction description
2004-03-12 John CriswellFixed grammar typo.
2004-03-12 Chris LattnerCleanup the cast section, add the select instruction
2004-03-08 Chris LattnerRemove the comment "Constants must always have an initi...
2004-03-01 Misha BrukmanHTML 4.01 Strict compliance.
2004-02-24 John CriswellFixed minor typos.
2004-02-24 Chris LattnerWow, the description of the 'switch' instruction was...
2004-02-14 Chris Lattnerfix typeo
2004-02-14 Chris LattnerDocument new intrinsics
2004-02-12 Chris LattnerBe a bit more specific about what the alignment value...
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic.
2004-02-12 Chris LattnerDocument the llvm.memcpy intrinsic. Clean up some...
2004-01-06 Chris LattnerAdd links to SLD from the LangRef.html doc
2003-11-25 John CriswellFixed a small grammatical error.
2003-11-25 Chris Lattnercheckin reid's docpatch
2003-11-21 John CriswellFixed another minor grammatical error.
2003-11-21 John CriswellMinor grammatical and punctuation corrections.
2003-11-08 Misha BrukmanFirst pass at cleaning up LangRef.html: stylesheet...
2003-10-30 Chris LattnerFix typo
2003-10-30 Chris LattnerClarify that all manipulatable values must be of first...
2003-10-27 John CriswellMerged in RELEASE_1.
2003-10-21 Chris LattnerHrm, for some reason, my fingers like typing va_begin...
2003-10-18 Chris LattnerUpdate for new varargs support
2003-10-10 Chris LattnerAdd documentation for weak variables
2003-09-08 Chris LattnerAdd info about volatile loads/stores
2003-09-03 Chris LattnerFinal cleanups, document is good to go
2003-09-03 Chris LattnerAdd a WHOLE lot of updates clarifications and fixes...
2003-09-02 Chris Lattnerhyphenation police visited here
2003-08-28 Chris LattnerDocument the llvm.unwind intrinsic.
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-18 Chris LattnerDiversify examples
2003-06-18 Chris Lattnerfix incorrect anchor
2003-05-08 Chris Lattnerva_start only takes on argument now.
2003-05-08 Chris LattnerUpdate information about the switch instruction
2003-05-08 Chris Lattner* Add information about LLVM intrinsics
2002-12-13 Chris Lattnergetelementptr uses long instead of uint indexes
2002-11-05 Chris LattnerAdd a note about the switch instruction
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-09-18 Misha BrukmanFixed grammar.
2002-09-03 Chris LattnerAdd distinction between integer and integral types.
2002-08-30 Chris LattnerAdd "written by" note
2002-08-29 Chris LattnerComment out broken link
2002-08-19 Chris LattnerFix typeo noticed by Bryan
2002-08-15 Chris LattnerAdd a note mentioning that bools promote to 0 or 1
2002-08-14 Chris LattnerRemove information about dead 'not' instruction
2002-08-13 Chris LattnerAdd a note that specifies that the whether or not sign...
2002-06-25 Chris LattnerAvoid calling LLVM "Strongly typed"
2002-06-25 Chris LattnerAdd borders to truth tables
2002-06-25 Chris LattnerMinor tuning and fleshing out of the language reference.
2002-05-06 Chris LattnerFinish up the updates to the language reference
2002-05-06 Chris LattnerUpdated documentation a _LOT_
2002-04-14 Chris LattnerUpdate documentation a LOT, make it more accurate and...
2001-07-09 Chris LattnerUpdated documentation for load, store & getelementptr
2001-06-11 Chris LattnerUpdate documentation to reflect:
2001-06-06 Chris LattnerInitial revision