Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / docs / LangRef.html
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-08 Chris Lattnernew powi intrinsic
2006-08-15 Chris LattnerAdd a link to the GEP faq.
2006-06-13 Chris LattnerDecribe the "implementation" keyword.
2006-05-19 Chris LattnerNew calling convention I will be adding shortly.
2006-05-15 Chris LattnerUpdate dox, patch by Vladimir Prus!
2006-05-14 Chris LattnerChange token to match asmprinter output
2006-04-21 Chris Lattnertypo
2006-04-14 Tanya LattnerAdding back vector instructions to keep in mainline.
2006-04-14 Tanya LattnerRemoving unimplemented vector instructions from languag...
2006-04-08 Chris LattnerMove the vector instructions to their own subsection.
2006-04-08 Chris LattnerWrap long lines, fix verification error
2006-04-08 Chris Lattneruse the right escapes
2006-04-08 Chris LattnerDescription for the new shufflevector instruction I...
2006-03-24 Chris LattnerFix a typo, thanks to Gabor Greif
2006-03-14 Robert BocchinoFixed a typo in the vsetfp examples.
2006-03-14 Robert BocchinoSplit the 'vset' instruction into two instructions...
2006-03-14 Chris LattnerUpdate this to match the documentation in the GC doc...
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-03-04 Chris LattnerSpec change: the size of a memset/memcpy/memmove is...
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-03 Chris LattnerUpdate the llvm.memset/memcpy/memmove intrinsics to...
2006-02-17 Robert BocchinoAdded documentation for vset and vselect.
2006-01-25 Chris Lattnerdocument the syntax of inline asm
2006-01-24 Chris Lattnerminor syntax change
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-15 Robert BocchinoAdded spec for insertelement operation.
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-05 Robert BocchinoAdded the spec for the new "extractelement" instruction.
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.
next