Update doc to reflect changes I am about to install to fix PR 888.
[oota-llvm.git] / docs / LangRef.html
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-29 Jeff CohenMinor corrections.
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-22 Jeff CohenUndo erroneous corrections.
2007-04-22 Jeff CohenMinor corrections.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-12 Lauro Ramos Venancioupdate documentation
2007-04-12 Reid SpencerFix extra argument in part_set examples. Thanks Zhiru.
2007-04-11 Reid SpencerFix validation errors.
2007-04-11 Reid SpencerMissing end tag. Thanks, Nick.
2007-04-11 Reid SpencerPut period inside the paragraph!
2007-04-11 Reid SpencerDocument the part_set intrinsic.
2007-04-10 Reid SpencerFix name of an intrinsic: bit.part_select -> part.select
2007-04-04 Reid SpencerRemove the part_set intrinsic. It won't get implemented...
2007-04-04 Reid SpencerAppease Chris' pedantic streak.
2007-04-04 Reid SpencerRemove intrinsics that we will not be implementing.
2007-04-02 Reid Spencerbwsap -> bswap
2007-04-02 Reid SpencerFix some bswap typos that Chris noticed.
2007-04-01 Reid SpencerPreview documentation for additional intrinsic functions.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-03-30 Duncan SandsRemove reference to checkpoint.
2007-03-30 Duncan SandsVarious hopefully correct easy fixes.
2007-03-28 Reid SpencerUndocument the implementation keyword
2007-03-24 Reid SpencerFix a link.
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
next