MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than
[oota-llvm.git] / docs / LangRef.html
2005-11-15 Chris LattnerFix some typos noticed by Gabor Greif!
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-06 Chris Lattnerdocument alignment on globals, functions, and allocatio...
2005-10-24 John CriswellGrammar and punctuation fixes.
2005-07-21 Chris Lattnerllvm.sqrt somehow escaped documentation.
2005-06-24 Chris Lattneradd a note about variable length array
2005-06-22 Andrew LenharthSelectionDAG is very unhappy when the argument to an...
2005-06-18 Andrew LenharthOK, after checking the backwards compatibility code...
2005-05-16 John CriswellAdded a note about how the type can be omitted in call...
2005-05-15 Chris Lattnerctlz = most signficant bits, cttz = least sig
2005-05-13 John CriswellMinor fixup of typos.
2005-05-12 John CriswellCorrect a detail with the alloca instruction.
2005-05-12 John CriswellFixed some typos.
2005-05-11 Chris Lattnerdon't duplicate information, particularly when it's...
2005-05-07 Chris Lattnerfix bugs in my previous commit clarify the return type...
2005-05-06 Chris Lattneradd a couple of notes
2005-05-06 Chris Lattnerdocument calling convention extensions
2005-05-06 Chris LattnerAdd info on new 'tail' marker
2005-05-04 Andrew Lenharthfixup argument
2005-05-03 Andrew Lenharthinitial descriptions of count intrinsics
2005-05-01 Reid SpencerMention that arguments to functions must be first class...
2005-04-26 Reid SpencerConvert the remainder of the intrinsic function prototy...
2005-04-26 Reid SpencerUse the declare syntax not the call syntax for intrinsi...
2005-04-25 Chris Lattnerdocument 'opaque' types
2005-04-22 Misha BrukmanHyphenate the adjective `n-bit' when used to describe...
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-07 Chris LattnerVarious cleanups and clarifications, thanks to Gabor...
2005-03-07 Chris Lattnerfix another typo
2005-03-07 Chris Lattnerfix typeo that Gabor Greif noticed!
2005-02-28 Chris Lattnercleanup my miswording
2005-02-28 Chris LattnerDocument llvm.prefetch, patch contributed by Justin...
2005-02-19 Chris LattnerFix a bug.
2005-02-12 Chris LattnerDocument the newly generalized model for constant globals.
2004-12-10 John CriswellMerged in RELEASE_14 changes.
2004-12-09 Reid SpencerMore grammaro's fixed.
2004-12-09 Reid SpencerClean up some grammaro's.
2004-12-09 Chris LattnerFully document the LLVM constants. This should go...
2004-12-09 Chris LattnerReflow and clean up some of the HTML in the initial...
2004-12-09 Chris LattnerMove the "High Level Structure" to before "Type System"
2004-11-01 Reid SpencerMinor format tweask for tables.
2004-10-16 Chris LattnerDocument unreachable instruction
2004-09-27 Chris LattnerPatch contributed by Patrick Meredith:
2004-08-26 Reid SpencerProvide some meta tags for this document.
2004-08-12 Misha BrukmanWrap long lines and try to fill the 80 chars per line...
2004-08-12 Chris LattnerAdd description of packed type support.
2004-07-02 Brian GaekeModernize example, so that you can paste it right into...
2004-06-25 John CriswellRemoved the interrupt_handler instrinsic section that...
2004-06-25 John CriswellGrammar and punctuation fixes.
2004-06-25 John CriswellAdded missing quote.
2004-06-21 Chris LattnerFix some broken links
2004-06-15 Chris Lattnerllvm.isnan is dead, long live llvm.isunordered!
2004-06-13 Alkis EvlogimenosReally add the docs this time :-)
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerDocument the llvm.isnan intrinsic
2004-06-03 Chris LattnerFix some broken links
2004-05-23 Chris LattnerDescribe the new garbage collector intrinsics
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
next