Correct the description of srem. remainder follows the dividend not the
[oota-llvm.git] / docs / LangRef.html
2007-03-24 Reid SpencerCorrect the description of srem. remainder follows...
2007-03-22 Reid SpencerAdd noreturn function attribute.
2007-03-22 Reid SpencerPreview nounwind function attribute.
2007-03-22 Anton KorobeynikovMore LangRef fixes. Corrected names of intrinsics.
2007-03-21 Anton KorobeynikovFixed va_arg example. Reported by Roman Samoilov
2007-03-14 Jim LaskeyAdd link to exception handling.
2007-02-19 Reid SpencerAdd a section on the target datalayout syntax and descr...
2007-02-15 Reid SpencerFor PR1195:
2007-02-02 Reid SpencerPut the Shift instructions in the right section.
2007-01-31 Reid SpencerPreview of the shift instructions becoming Binary Opera...
2007-01-28 Anton KorobeynikovGrammar fix
2007-01-28 Anton KorobeynikovDocument 'inreg' & 'sret'
2007-01-23 Anton KorobeynikovUpdating documentation:
2007-01-21 Reid SpencerFor PR970:
2007-01-19 Reid Spencericmp doesn't support comparison of packed types.
2007-01-15 Reid SpencerOne more @ to remove.
2007-01-15 Reid SpencerUpdate documentation for parameter attributes for the...
2007-01-15 Chris LattnerTerminology change: drop 'integral' completely. Now...
2007-01-14 Chris Lattnerclarify linkonce/weak linkage
2007-01-14 Reid SpencerFix an incorrect conversion of int -> i32
2007-01-14 Chris Lattneradd a global variable example
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerFix a typo.
2007-01-12 Reid SpencerUpdate for changes in the assembly syntax. bool is...
2007-01-09 Reid SpencerExplain that bitcast can only cast a pointer to another...
2007-01-08 Chris LattnerFully specify the type of the llvm.va* intrinsics....
2007-01-07 Chris Lattnerllvm.isunordered is no longer alive.
2007-01-05 Reid SpencerAdd an example to the trunc instruction to clarify...
2007-01-05 Reid SpencerCorrect the documentation for function declarations...
2007-01-04 Reid SpencerClean up usage of "unsigned" and "signed" in the docume...
2007-01-04 Reid Spencericmp and fcmp do not take packed type operands.
2006-12-31 Reid SpencerRemove documentation of non-existent cextcc and csretex...
2006-12-31 Reid SpencerOne more try on the table formatting.
2006-12-31 Reid SpencerClean up some typos and formatting.
2006-12-31 Reid SpencerFor PR950:
2006-12-28 Reid SpencerPreview of new calling conventions: cextcc and csretext...
2006-12-08 Andrew LenharthPacked Structure Definitions (docs)
2006-12-06 Reid SpencerTie the ordered/unordered predicate descriptions to...
2006-12-04 Reid SpencerWe only support 32-bit or 64-bit sequential type indice...
2006-12-04 Reid SpencerDocument the icmp and fcmp constant expressions.
2006-12-03 Reid SpencerUpdate for signless GEP semantics.
2006-11-27 Chris Lattnerremove dead tag
2006-11-19 Reid SpencerCorrections from review.
2006-11-18 Reid SpencerUpdate a reference to the old setcc instruction.
2006-11-18 Reid SpencerFor PR950:
2006-11-11 Reid SpencerDocument new constant expr operators, rename bitconvert...
2006-11-11 Reid SpencerAdd a preview of two new conversion operators: ptrtoint...
2006-11-09 Reid SpencerPost-review changes on conversion instructions.
2006-11-09 Reid SpencerFix runaway <tt> element and section ordering.
2006-11-09 Reid SpencerRemove futurisms that won't be in our future.
2006-11-09 Reid SpencerOne more time for indentation.
2006-11-09 Reid SpencerFix indentation problem starting at GEP.
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFix the section headings.
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-15 Chris Lattnerclarify
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.
next