Add ptr annotation intrinsic.
[oota-llvm.git] / docs /
2008-11-11 Chris Lattnerlast validation errors
2008-11-11 Chris Lattnerfix some validation errors <it> -> <i>
2008-11-11 Chris Lattnerfix some validation errors.
2008-11-11 Chris Lattnerremove an extraneous tag
2008-11-11 Chris LattnerMake this document *substantially* better and cover...
2008-11-10 Chris Lattnerfinal edits
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-09 Chris Lattnerfix validation problem.
2008-11-08 Eric ChristopherFix syntax of iterate_complex example. Noticed by Martin!
2008-11-07 Dan GohmanDocument the acronym RAUW. Patch by Jonathan Brandmeyer!
2008-11-06 Devang PatelClarify documentation. A module pass MP can require...
2008-11-04 Gabor Greiffix two validation errors
2008-11-04 Gabor Greiffix typos, harmonize formatting
2008-11-04 Tanya LattnerAdd note about cmake. Patch by Oscar Fuentes.
2008-10-30 Chris Lattnermention fortran status.
2008-10-29 Torok Edwinfix typo
2008-10-28 Chris Lattnerllvm-ld doesn't have a -march option. This fixes PR2961
2008-10-28 Torok Edwinfix prototype of print, it is (llvm/Pass.h):
2008-10-28 Torok Edwinfix duplicate anchor names, and broken anchor links...
2008-10-27 Gabor Greifformatting tweak for intrinsic
2008-10-27 Bill WendlingSome grammar fixes, and non-invasive format changes.
2008-10-27 Chris Lattnermention getresult -> extractvalue (PR2935)
2008-10-26 Nick LewyckyRemove -check-exit-code from bugpoint. This is subsumed...
2008-10-25 Bruno Cardoso LopesAdded MIPS release notes.
2008-10-20 Matthijs KooijmanFix spelling error.
2008-10-17 Gabor Greifremove spurious space in link
2008-10-15 Nicolas GeoffrayRemove naming Tilmann for generics.
2008-10-15 Gabor Greifcatch one more typo, canonicalize LLVMdev
2008-10-15 Gabor Greiffix some validation errors, improve formatting, squash...
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Daniel DunbarAdd some ReleaseNotes on clang codegen.
2008-10-14 Devang PatelDocument attributes changes.
2008-10-14 Nicolas GeoffrayAdd VMKit notes.
2008-10-14 Dan GohmanMention a few methods in ConstantSDNode that were renamed.
2008-10-14 Dan GohmanHTML syntax fixes.
2008-10-14 Dan GohmanFix missing end tags and invalid HTML entity syntax.
2008-10-14 Dan GohmanAdd a missing close-tag.
2008-10-14 Dan GohmanFix a few close tags.
2008-10-14 Dan GohmanFix a typo.
2008-10-14 Dan GohmanAdd a brief mention of the new free-list management...
2008-10-14 Gabor Greifminor corrections, improved formatting
2008-10-14 Gabor Greiftypo and formatting tweaks
2008-10-14 Duncan SandsMention the different constant folders that IRBuilder
2008-10-14 Chris Lattneradd some upgrading notes from Pekka.
2008-10-14 Chris Lattneradd LSR and frameaddress info.
2008-10-14 Ted KremenekAdd static analyzer notes.
2008-10-14 Chris Lattnermore minor updates
2008-10-13 Chris Lattnermore changes.
2008-10-13 Chris Lattneroptimizer and codegen
2008-10-13 Chris Lattnermore updates.
2008-10-13 Chris Lattnerdescribe major new features and llvm-gcc features.
2008-10-13 Duncan SandsMarkModRef -> AddReadAttrs.
2008-10-13 Duncan SandsAdd some llvm-gcc changes that may be worth
2008-10-13 Chris Lattnergive the static analyzer its own section.
2008-10-13 Chris Lattnermore rearranging.
2008-10-13 Chris Lattnermove major changes down.
2008-10-13 Duncan SandsFix typo. Add note on trampoline support.
2008-10-13 Duncan SandsUpdate the Ada part.
2008-10-13 Chris Lattnerfinal note.
2008-10-13 Chris Lattnerfix some crazily long lines.
2008-10-13 Matthijs KooijmanImprove the description on the getelementptr instructio...
2008-10-13 Mikhail GlushenkovAdd whitespace before a parenthesis.
2008-10-13 Mikhail GlushenkovAdd a note on llvmc2 plugins + remove some trailing...
2008-10-12 Chris Lattnermore notes
2008-10-12 Chris Lattneradd some more notes
2008-10-12 Chris Lattneradd some notes
2008-10-11 Daniel DunbarAdd API changes which affected me to release notes:
2008-10-11 Daniel DunbarAdd GCC 4.1.2 from Debian to known bad GCC list.
2008-10-11 Anton KorobeynikovNote EH stuff for x86-64/linux
2008-10-11 Anton KorobeynikovWe do support PIC on x86-64/linux
2008-10-11 Chris LattnerStrip out 2.3 info, make space for 2.4 info. I'd appre...
2008-10-08 Chris Lattnerfix typo
2008-10-07 Devang PatelImprove function definition, call and invoke instructio...
2008-10-07 Matthijs KooijmanAdd two forgotten </i>'s.
2008-10-06 Devang PatelUpdate function attributes docs.
2008-10-06 Duncan SandsClarify the relationship between byval and readonly/
2008-10-05 Chris LattnerA word got optimized out, thanks to Duncan for pointing...
2008-10-04 Dan GohmanUpdate the documentation for first-class aggregates...
2008-10-04 Chris Lattneradd a note about inline asm
2008-10-04 Chris Lattnerimprove description of param/ret attrs
2008-10-04 Chris Lattnerimprove descriptions of function attrs
2008-10-04 Chris Lattnernotes are gone.
2008-10-03 Daniel DunbarChange PointerType::get -> getUnqual
2008-10-03 Dan GohmanFix a typo.
2008-09-30 Duncan SandsStacker is dead.
2008-09-29 Devang PatelFix grammar.
2008-09-29 Devang PatelFix sentence.
2008-09-29 Matthijs KooijmanAdd some hands-on documentation about which files to...
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Daniel DunbarUpdate LICENSE link.
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-18 Tanya LattnerUpgrade doxygen.
2008-09-15 Nick LewyckyFix documentation for these functions; they do not...
2008-09-12 Duncan SandsThe "alias" keyword comes first.
2008-09-10 Dan GohmanAdd more documentation advertising the -view-*-dags...
2008-09-09 Dan GohmanFix a minor wording ambiguity in the Developer Policy.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-08 Dan GohmanBitcasting two or from aggregate types is not permitted...
2008-09-07 Bill WendlingClean up CSS validator errors: 'Property align doesn...
next