Introduce another Reset() method in BumpPtrAllocator that calls a destructor
[oota-llvm.git] / docs /
2010-03-29 Chris Lattnersome other notes.
2010-03-29 Chris Lattnerapparently llvm 2.7 now has great armv4 support, from
2010-03-29 Chris Lattnerupdate the vmkit blurb
2010-03-29 Chris Lattneradd tce
2010-03-27 Chris Lattnerremove parallel support.
2010-03-26 Gabor Greiffix iterator name
2010-03-26 Dan GohmanMinor grammar and html fixes.
2010-03-26 Gabor Greifsome more tweaks
2010-03-26 Dan GohmanTell "the rest of the story" about LLVM's iterators...
2010-03-26 Gabor Greiffix formatting and a validation fail
2010-03-26 Gabor Greifadd a blurb on const versions of chain traversals and...
2010-03-26 Devang PatelAdd a paragram describing how to extract line number...
2010-03-26 Gabor Greifhttp://englishplus.com/grammar/00000296.htm
2010-03-25 Daniel DunbarSketch a few Clang release notes.
2010-03-25 Dan GohmanDocuemntation corrections from John Myers.
2010-03-21 Erick TryzelaarFix the ocaml kaleidoscope tutorial to fix linking...
2010-03-19 Daniel DunbarDrop KLEE blurb, we don't have anything new.
2010-03-18 Wesley PeckAdding MicroBlaze as an experimental backend in the...
2010-03-18 Chris Lattneradd a couple blurbs back
2010-03-17 Chris Lattnernotes from evan
2010-03-17 Chris Lattnerseveral updates
2010-03-17 John CriswellFixed spelling errors.
2010-03-17 Chris Lattnercombiner-aa too, what's its status?
2010-03-17 Chris Lattnermore chris scribble.
2010-03-17 Chris Lattneradd a bunch of random and unformatted notes as I am...
2010-03-17 Chris Lattneradd logo, comment out project info, they need to send...
2010-03-15 Chris Lattnervarious cleanups from daniel
2010-03-14 Chris Lattnertidy up and expound more on how half-float works.
2010-03-14 Anton KorobeynikovDocument fp16 intrinsics
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-10 Dan GohmanClarify the documentation for MachineFunctionPasses.
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-03-08 Evan ChengAdd documentation on sibling call optimization. Rename...
2010-03-08 Erick TryzelaarUpdate the OCaml Kaleidoscope tutorial.
2010-03-04 Devang PatelAdd metadata example.
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-03-02 Chris Lattnerattributes are not part of types anymore, patch by...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-02 Dan GohmanPerformTailCallOpt was renamed to GuaranteedTailCallOpt to
2010-03-01 Chris Lattnernote that andersaa was removed in 2.7
2010-03-01 Chris Lattnerremove anders-aa from mainline, it isn't maintained...
2010-03-01 Dan GohmanFix spelling.
2010-02-28 Chris LattnerI'm removing andersaa after the branch is made.
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-26 Jeffrey YasskinTest that docs are updating.
2010-02-26 Tanya LattnerTest autoupdate.
2010-02-26 Tanya LattnerTest auto update.
2010-02-26 Jeffrey YasskinRemove REQUIRES_EH from the suggested set of make varia...
2010-02-26 Dan GohmanFix typos in comments.
2010-02-26 Jeffrey YasskinSet svn:keywords property on docs/Packaging.html.
2010-02-26 Jeffrey YasskinAdd to the packaging advice.
2010-02-26 Dan GohmanFix a typo.
2010-02-26 Jeffrey YasskinGive packagers some advice about how to build LLVM...
2010-02-25 Dan GohmanFix a few more typos.
2010-02-25 Dan GohmanFix a typo.
2010-02-25 Bill WendlingFix HTML.
2010-02-25 Dan Gohmanstkrc is gone.
2010-02-25 Dan GohmanMerge the advanced getelementptr FAQ into the regular
2010-02-25 Dan GohmanFix a typo.
2010-02-25 Dan GohmanClarify the description of pointer types, and move the
2010-02-25 Dan GohmanRemove this paragraph. Vectors may not always have...
2010-02-23 Daniel DunbarAdd LLVM{CC,CXX} make variables, which specify the...
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-23 Daniel DunbarKill unused llvmgccmajvers testing variable.
2010-02-23 Dan GohmanUpdate LangRef to match the code; pointers default...
2010-02-18 Dan GohmanClarify that ptrtoint+inttoptr are an alternative to...
2010-02-18 Dan GohmanFix a typo.
2010-02-18 Dan GohmanClarify that the rules about object hopping kick in...
2010-02-18 Dan GohmanFix typos Duncan noticed.
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-17 Dan GohmanMake this an unnumbered list.
2010-02-17 Dan GohmanHTML validation fixes.
2010-02-17 Dan GohmanAdd an "advanced" GetElementPtr FAQ document, with...
2010-02-17 Chris Lattnerirbuilder is doing constant folding now by default...
2010-02-17 Chris Lattnerfix some out of date prose dating from the LLVMContext...
2010-02-17 Chris Lattneradd optional debian instructions, PR6272
2010-02-17 Duncan SandsMention an API change.
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-14 Daniel Dunbar2.7: Note that DataTypes.h moved.
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Anton KorobeynikovDocument binutils requirements for coff targets (cygwin...
2010-02-11 Dan Gohmanllvm-db was removed.
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-10 Dan GohmanAdd support to llvm-extract for extracting multiple...
2010-02-10 Daniel DunbarAdd a ReleaseNotes FIXME.
2010-02-09 Jeffrey YasskinMake --disable-libffi work on systems with libffi insta...
2010-02-08 Duncan SandsFix some typos.
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-03 Jeffrey YasskinMake docs less specific about their versions, at Chris...
2010-02-03 Jeffrey YasskinMention the version in the documentation index and...
2010-02-03 Dan GohmanAdd "Author Date Id Revision" svn:keyword properties...
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-01-29 Jeffrey YasskinBelatedly document r85295 and r85330.
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-28 Jeffrey YasskinRecord the death of ModuleProvier and GhostLinkage...
2010-01-28 Jeffrey YasskinTruncate the release notes so they're ready to accumula...
next