Remove the llvmprof.out from the test output, otherwise running
[oota-llvm.git] / docs /
2009-08-28 Chris LattnerMark Andersen's as experimental.
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-25 Dan GohmanUpdate documentation for the -f change.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-24 Chris Lattnerimprove documentation for linker_private linkage.
2009-08-23 Chris Lattnerdisuade people from using ostream.
2009-08-23 Douglas GregorDon't install the man page for FileCheck
2009-08-23 Tanya LattnerUpdate release document with more details.
2009-08-22 Edward O'CallaghanNote down a few bits and bobs off the top of my head...
2009-08-22 Jim GrosbachAdd basic information about SJLJ EH
2009-08-20 Dan GohmanClarify a few things in the inbounds description.
2009-08-20 Sandeep PatelCorrect ARM v7-A architecture name spelling and add...
2009-08-20 Chris Lattnerfix this back, thanks Eli
2009-08-20 Chris Lattnerminor grammar tweak
2009-08-19 Tanya LattnerUpdate the release process some more. Lots of good...
2009-08-19 Owen AndersonAdd a first stab at describing LLVMContext.
2009-08-19 Erick TryzelaarUpdate the ocaml docs to work with LLVMContext.
2009-08-18 Tanya LattnerFirst steps to document new release plan.
2009-08-18 Misha BrukmanSurrounded variable in <tt> tags for consistency.
2009-08-18 Oscar FuentesCMake: LLVM_ENABLE_PIC now defaults to ON, as in `confi...
2009-08-17 John McCall#include <cstdlib> in the code listing for strtod.
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-16 Oscar FuentesCMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.
2009-08-16 Oscar FuentesCMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPL...
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Chris Lattnerwrap to 80 cols
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Chris Lattnerdocument filecheck.
2009-08-15 Chris Lattnerfix pasto noticed by Jakub
2009-08-15 Chris Lattneradd a stub for futher description of filecheck.
2009-08-15 Chris Lattneradd a simple FileCheck man page.
2009-08-15 Bill WendlingReformatting and some cleanup.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Misha BrukmanGrammar fix.
2009-08-12 Bob WilsonAdd some release notes about ARM v7 support and known...
2009-08-11 Chris Lattnermake owen happy by being explicit.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-10 Devang PatelClarify limitations of a ModulePass requiring a Functio...
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-08-06 Anton KorobeynikovAdd note about msys perl needed for windows/mingw32...
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-08-05 Chris Lattnercommon globals may also not be marked constant.
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-08-04 Edward O'CallaghanMinor www site formating improvements.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-08-01 Chris Lattneradd a note about the build bots
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Dan GohmanAdd one-past-the-end language to the inbounds keyword.
2009-07-29 Chris Lattnersome wording changes.
2009-07-29 Chris Lattnerlink to a newer preso
2009-07-29 Andreas BolkaFix a few typos and add links.
2009-07-28 Chris Lattnerdiscourage else after "noreturn" statements.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Andreas BolkaFix typo.
2009-07-27 Dan GohmanFollowing discussion on llvm-dev ("proposed new rule...
2009-07-26 Daniel DunbarUpdate target registration description in Writing An...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Chris Lattnereventually we should describe string options in the...
2009-07-25 Chris Lattnerminor tweaks.
2009-07-25 Daniel DunbarOk, "most clients should be unaffected" was a lie....
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 Dan GohmanUpdate to new syntax.
2009-07-25 Daniel DunbarRewrite examples to use DEBUG instead of DOUT.
2009-07-24 Daniel DunbarTweak, raw_ostream is a ostream, not iostream replacement
2009-07-24 Daniel DunbarCodingStandards: Emphasize use of raw_ostream more.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Sanjiv GuptaAdded -b option to override the default bitcode output...
2009-07-22 Chris Lattnerfix some wording problems Daniel pointed out, make...
2009-07-22 Chris Lattnerfix typo noticed by Duncan
2009-07-22 Chris Lattnerremove Bill from the author list: his contribution...
2009-07-22 Chris Lattneradd some more topics to the coding standards doc:
2009-07-22 Chris Lattnerfix some formatting stuff, patch by Edward O'Callaghan!
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Dan GohmanMisc. doc fixes following suggestions from Eli.
2009-07-21 Chris Lattnerfix typo
2009-07-21 Chris LattnerVarious doc updates from Edward O'Callaghan!
2009-07-21 Torok EdwinAdd a few fairly obvious API changes I noticed while...
2009-07-20 Dan GohmanDocumentation for the new non-overflow and exact keywords.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Chris Lattnerdocument llvm.used and llvm.metadata. Stub out llvm...
2009-07-20 Bill WendlingRename the index to linkage types.
2009-07-20 Bill WendlingMore reformatting.
2009-07-20 Bill WendlingFix HTML violations.
2009-07-20 Bill WendlingObsessivly reformat.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Chris Lattnerfix some typos pointed out by Hidenobu Seki
2009-07-18 Daniel Dunbarcmake builds don't need this hack for MSVC anymore.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-17 Chris Lattnerend sentence in period, draw attention to the fact...
2009-07-17 Chris Lattnerwe beat exceptions out of lib/system a long time ago.
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-17 Daniel DunbarFix typo.
next