aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-09-08another typoChris Lattner
2009-09-08fix a couple typos pointed out by edwin and duncanChris Lattner
2009-09-08Add 'lit' testing tool.Daniel Dunbar
2009-09-08llvm::cerr is gone.Chris Lattner
2009-09-08update this to use raw_ostreamChris Lattner
2009-09-07add some more notes.Chris Lattner
2009-09-07describe undef semantics in some more detail.Chris Lattner
2009-09-07Document opt -S argument.Daniel Dunbar
2009-09-02Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin
2009-08-28Reapply 79977.Devang Patel
2009-08-28Mark Andersen's as experimental.Chris Lattner
2009-08-26Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen
2009-08-25Update documentation for the -f change.Dan Gohman
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-24improve documentation for linker_private linkage.Chris Lattner
2009-08-23disuade people from using ostream.Chris Lattner
2009-08-23Don't install the man page for FileCheckDouglas Gregor
2009-08-23Update release document with more details.Tanya Lattner
2009-08-22Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.htmlEdward O'Callaghan
2009-08-22Add basic information about SJLJ EHJim Grosbach
2009-08-20Clarify a few things in the inbounds description.Dan Gohman
2009-08-20Correct ARM v7-A architecture name spelling and add note about hard float.Sandeep Patel
2009-08-20fix this back, thanks EliChris Lattner
2009-08-20minor grammar tweakChris Lattner
2009-08-19Update the release process some more. Lots of good details now.Tanya Lattner
2009-08-19Add a first stab at describing LLVMContext.Owen Anderson
2009-08-19Update the ocaml docs to work with LLVMContext.Erick Tryzelaar
2009-08-18First steps to document new release plan.Tanya Lattner
2009-08-18Surrounded variable in <tt> tags for consistency.Misha Brukman
2009-08-18CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes
2009-08-17#include <cstdlib> in the code listing for strtod.John McCall
2009-08-17Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach
2009-08-16CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes
2009-08-16CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes
2009-08-15Fix validation errors.Bill Wendling
2009-08-15Fix validation errors.Bill Wendling
2009-08-15wrap to 80 colsChris Lattner
2009-08-15implement support for CHECK-NEXT: in filecheck.Chris Lattner
2009-08-15document filecheck.Chris Lattner
2009-08-15fix pasto noticed by JakubChris Lattner
2009-08-15add a stub for futher description of filecheck.Chris Lattner
2009-08-15add a simple FileCheck man page.Chris Lattner
2009-08-15Reformatting and some cleanup.Bill Wendling
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-13Grammar fix.Misha Brukman
2009-08-12Add some release notes about ARM v7 support and known problems.Bob Wilson
2009-08-11make owen happy by being explicit.Chris Lattner