summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* Clarify that llvm attaches C language semantics toDale Johannesen2009-09-24
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-22
* Add documentation on how to use enable debug information in the JIT and use i...Reid Kleckner2009-09-21
* grammaroChris Lattner2009-09-20
* implement and document support for CHECK-NOTChris Lattner2009-09-20
* apparently russians are really hard to sort or something!Chris Lattner2009-09-16
* I can sort, no really.Chris Lattner2009-09-16
* make more clear since it is sorted by last name now.Chris Lattner2009-09-16
* Doug is now the code owner for most of the Clang frontend.Chris Lattner2009-09-16
* Ted is christened as the owner of the clang static analyzer.Chris Lattner2009-09-16
* Put back non-obsolete -f sections for 'opt'.Daniel Dunbar2009-09-15
* Remove references to obsolete -f option.Daniel Dunbar2009-09-15
* Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar2009-09-15
* Give llvm-link a -S option.Dan Gohman2009-09-15
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-14
* Make sure to initialize the fpm in the ocaml tutorial.Erick Tryzelaar2009-09-14
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-13
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-13
* remove two docs about the old Sparc backend which used Value*'s for vregs.Chris Lattner2009-09-13
* move old clang readme here.Chris Lattner2009-09-13
* we don't want people to override printBasicBlockLabel.Chris Lattner2009-09-12
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* more typosChris Lattner2009-09-11
* Fix validation errors.Bill Wendling2009-09-10
* Fix validation errors.Bill Wendling2009-09-10
* add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner2009-09-10
* Remove prcontext.Daniel Dunbar2009-09-10
* Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher2009-09-09
* another typoChris Lattner2009-09-08
* fix a couple typos pointed out by edwin and duncanChris Lattner2009-09-08
* Add 'lit' testing tool.Daniel Dunbar2009-09-08
* llvm::cerr is gone.Chris Lattner2009-09-08
* update this to use raw_ostreamChris Lattner2009-09-08
* add some more notes.Chris Lattner2009-09-07
* describe undef semantics in some more detail.Chris Lattner2009-09-07
* Document opt -S argument.Daniel Dunbar2009-09-07
* Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman2009-09-02
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30
* Reapply 79977.Devang Patel2009-08-28
* Mark Andersen's as experimental.Chris Lattner2009-08-28
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-26
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Update documentation for the -f change.Dan Gohman2009-08-25
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* improve documentation for linker_private linkage.Chris Lattner2009-08-24
* disuade people from using ostream.Chris Lattner2009-08-23
* Don't install the man page for FileCheckDouglas Gregor2009-08-23
* Update release document with more details.Tanya Lattner2009-08-23