note where to get steens-aa and ds-aa
[oota-llvm.git] / docs / LangRef.html
2007-06-18 Tanya LattnerUpdate docs for llvm.var.annotation intrinsic.
2007-06-15 Tanya LattnerAdd local var annotation intrinsic.
2007-06-12 Chris Lattnerone final bugfix
2007-06-12 Chris Lattnermodernize example
2007-06-08 Chris Lattnerwording fix noticed by Ivan Novick
2007-06-06 Chris Lattnerupdate to match latest changes
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-05-29 Chris Lattnermore fixes to C code.
2007-05-29 Bill WendlingFixed some formatting.
2007-05-29 Bill WendlingFix for PR1452. Removed "define" keyword from the C...
2007-05-24 Chris Lattnerremove contradiction owen noticed
2007-05-16 Reid SpencerUpdate for arbitrary precision integer types.
2007-05-14 Reid SpencerThe wrapping behavior of part_set is not desirable...
2007-05-14 Reid SpencerRevise definition of part_select. The wrapping behavior...
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...
next