[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on some...
[oota-llvm.git] / docs /
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...
2008-09-07 Bill WendlingFormatting changes. to make the information cleaner.
2008-09-04 Devang Patelupdate.
2008-09-04 Devang PatelDocument function notes.
2008-08-24 Gordon HenriksenUpdate GC docs for clarified naming and AsmWriter refac...
2008-08-19 Chris Lattnerremove reference to really really old tree
2008-08-11 Chris Lattnerthe stacker doc is way out of date.
2008-08-07 Gabor Greifuse the more precise 'op1' instead of 'var1' since...
2008-08-06 Chris Lattnerstacker is really gone.
2008-08-06 Chris Lattnerremove stacker
2008-08-05 Bill WendlingIt's "a static", not "an static"
2008-08-05 Chris LattnerExpand acronyms, suggested by Walter Pawley
2008-08-05 Chris LattnerCapitalize LLVM, suggested by Walt Pawley
2008-07-30 Matthijs KooijmanNot that using stream headers other than iostream is...
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-22 Bill WendlingUse &mdash; because.
2008-07-22 Bill WendlingRemove references to llvm-gcc-4.0
2008-07-22 Bill WendlingFix grammar.
2008-07-13 Chris Lattneradd a description.
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
2008-07-08 Duncan SandsNote that 'nest' only applies to pointers.
2008-07-08 Chris Lattnerclarify :)
2008-07-02 Matthijs KooijmanUpdate link to testing guide to use the new title.
next