Sync c++ kaleidoscope tutorial with test.
[oota-llvm.git] / docs /
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-09-21 Reid KlecknerAdd documentation on how to use enable debug informatio...
2009-09-20 Chris Lattnergrammaro
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-16 Chris Lattnerapparently russians are really hard to sort or something!
2009-09-16 Chris LattnerI can sort, no really.
2009-09-16 Chris Lattnermake more clear since it is sorted by last name now.
2009-09-16 Chris LattnerDoug is now the code owner for most of the Clang frontend.
2009-09-16 Chris LattnerTed is christened as the owner of the clang static...
2009-09-15 Daniel DunbarPut back non-obsolete -f sections for 'opt'.
2009-09-15 Daniel DunbarRemove references to obsolete -f option.
2009-09-15 Daniel DunbarUpdate llc/opt PODs to clarify they support .ll input.
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-14 Erick TryzelaarExpose initializing the native target for the execution...
2009-09-14 Erick TryzelaarMake sure to initialize the fpm in the ocaml tutorial.
2009-09-13 Oscar FuentesCMake: New user-settable variable LLVM_TARGET_ARCH...
2009-09-13 Nick LewyckyUpdate the tutorial to match changes to examples/Kaleid...
2009-09-13 Chris Lattnerremove two docs about the old Sparc backend which used...
2009-09-13 Chris Lattnermove old clang readme here.
2009-09-12 Chris Lattnerwe don't want people to override printBasicBlockLabel.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Chris Lattnermore typos
2009-09-10 Bill WendlingFix validation errors.
2009-09-10 Bill WendlingFix validation errors.
2009-09-10 Chris Lattneradd another broken version of gcc, thanks to Niels...
2009-09-10 Daniel DunbarRemove prcontext.
2009-09-09 Eric ChristopherCorrect __cxa_end_catch documentation to reflect that...
2009-09-08 Chris Lattneranother typo
2009-09-08 Chris Lattnerfix a couple typos pointed out by edwin and duncan
2009-09-08 Daniel DunbarAdd 'lit' testing tool.
2009-09-08 Chris Lattnerllvm::cerr is gone.
2009-09-08 Chris Lattnerupdate this to use raw_ostream
2009-09-07 Chris Lattneradd some more notes.
2009-09-07 Chris Lattnerdescribe undef semantics in some more detail.
2009-09-07 Daniel DunbarDocument opt -S argument.
2009-09-02 Dan GohmanFix the syntax of add/sub/mul nsw/nuw and sdiv exact.
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-28 Devang PatelReapply 79977.
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...
next