validation fix
[oota-llvm.git] / docs /
2007-05-18 Chris Lattnervalidation fix
2007-05-18 Chris Lattnervalidation fixes
2007-05-18 Chris Lattnertweak
2007-05-17 Chris Lattnervalidation fixes
2007-05-17 Chris Lattnerllvm-gcc now supports almost all gcc extensions. The...
2007-05-17 Chris Lattneradd a section about API changes.
2007-05-17 Chris Lattnerminor tweak
2007-05-16 Tanya LattnerMerged in both release announcement guts.
2007-05-16 Reid SpencerUpdate for arbitrary precision integer types.
2007-05-15 Nicolas GeoffrayNote on current implementation of ELF32/PPC ABI.
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-05-14 Chris LattnerAdd a skeleton for future contents
2007-05-13 Chris Lattneradd a link
2007-05-13 Chris Lattneradd initial description of llvm top-level stuff.
2007-05-13 Chris Lattnerfinish the description of the bitstream format.
2007-05-12 Reid SpencerFix a grammaro.
2007-05-12 Chris Lattnerfix typo
2007-05-12 Chris Lattnercontinued description
2007-05-12 Chris Lattneradd a bunch of content.
2007-05-12 Chris Lattnerfirst step
2007-05-12 Lauro Ramos VenancioAdd a known QEMU problem.
2007-05-10 Anton KorobeynikovThese attributes are supported!
2007-05-10 Chris Lattnergar. GCC 3.4.2 also miscompiles llvm at -O3. :(
2007-05-10 Chris Lattneranother version of gcc that miscompiles llvm.
2007-05-09 Lauro Ramos VenancioAdd two ARM known problems.
2007-05-09 Chris Lattnerarm no longer experimental, c++ eh support is?
2007-05-09 Chris Lattneradd a meta-blurb about the 2.0 release
2007-05-09 Chris Lattnerstrip the llvm 1.9 info out of the release notes
2007-05-06 Chris Lattnerremove dead option
2007-05-06 Chris Lattnerthis is obsolete
2007-05-06 Chris Lattnerlink to the bitcode doc
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelUpdate doc to reflect changes I am about to install...
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-18 Jeff CohenProvide link.
2007-04-17 Devang PatelRemove "ModulePasses requiring FunctionPasses" from...
2007-04-16 Devang PatelDocument how, module pass can require function pass.
2007-04-16 Duncan SandsFix typos.
2007-04-15 Reid SpencerDescribe quoting rules.
2007-04-14 Reid SpencerAdd some info about the pipelines and redirection.
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Duncan SandsCorrect typo.
2007-04-12 Lauro Ramos Venancioupdate documentation
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-11 Reid SpencerAdd Scott's note about GCC 4.1.2 on OpenSUSE.
2007-04-10 Reid SpencerFix name of an intrinsic: bit.part_select -> part.select
2007-04-07 Duncan SandsRephrase linker explanation.
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 SpencerFix links to intrinsic functions outside LangRef.html
2007-04-04 Reid SpencerRemove intrinsics that we will not be implementing.
2007-04-02 Devang PatelUpdate example notes to clarify system linker's role.
2007-04-02 Reid Spencerbwsap -> bswap
2007-04-02 Reid SpencerFix some bswap typos that Chris noticed.
2007-04-01 Chris Lattnergcc 3.4.4 is known-bad on x86-64
2007-04-01 Reid SpencerPreview documentation for additional intrinsic functions.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerMention how to create overloaded intrinsics.
2007-03-30 Jeff CohenThis is working again.
2007-03-30 Duncan SandsRemove reference to checkpoint.
2007-03-30 Duncan SandsVarious hopefully correct easy fixes.
2007-03-28 Jeff CohenUpdate to current situation.
2007-03-28 Chris LattnerStop using the foo HTML tag :)
2007-03-28 Reid SpencerUndocument the implementation keyword
2007-03-27 Tanya LattnerFixing doxygen.cfg target. I'm not a makefile expert...
2007-03-27 Reid SpencerFor PR1276:
2007-03-27 Reid SpencerFor PR601:
2007-03-26 Reid SpencerFor PR601:
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-19 Devang PatelDocument LoopPass.
2007-03-14 Jim LaskeyChange e-mail address.
2007-03-14 Jim LaskeyAdd link to exception handling.
2007-03-14 Jim LaskeyAdding credit for PPC changes.
2007-03-14 Jim LaskeyFirst draft of exception handling doc.
2007-03-06 Chris Lattnerllvm-gcc 3.4 is dead.
2007-03-04 Reid SpencerGet the version number for the LLVM from the autoconf...
2007-03-02 Chris Lattnergrammaro
2007-03-02 Reid SpencerFix a typo.
2007-03-01 Reid SpencerClarify the use of getValue/getSExtValue/getZExtValue...
2007-02-28 Reid SpencerDescribe how arbitrary precision integers are written...
next