aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-09-27rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff.Chris Lattner
2009-09-27implement and document support for filecheck variables. ThisChris Lattner
2009-09-27Remove dead code from this function and optimize. Update its correspondingNick Lewycky
2009-09-27Correct the version numbers to match those actually tested for byNick Lewycky
2009-09-27Move the integer type out of 'derived' and into 'primitive'. This permits usNick Lewycky
2009-09-25Revise C library functions description to be vaguer, per Chris.Dale Johannesen
2009-09-25This patch causes the --enable-debug-runtime configure flag and theJeffrey Yasskin
2009-09-24add and document regex support for FileCheck. You can now do stuff like:Chris Lattner
2009-09-24Clarify that llvm attaches C language semantics toDale Johannesen
2009-09-22Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar
2009-09-21Add documentation on how to use enable debug information in the JIT and use i...Reid Kleckner
2009-09-20grammaroChris Lattner
2009-09-20implement and document support for CHECK-NOTChris Lattner
2009-09-16apparently russians are really hard to sort or something!Chris Lattner
2009-09-16I can sort, no really.Chris Lattner
2009-09-16make more clear since it is sorted by last name now.Chris Lattner
2009-09-16Doug is now the code owner for most of the Clang frontend.Chris Lattner
2009-09-16Ted is christened as the owner of the clang static analyzer.Chris Lattner
2009-09-15Put back non-obsolete -f sections for 'opt'.Daniel Dunbar
2009-09-15Remove references to obsolete -f option.Daniel Dunbar
2009-09-15Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar
2009-09-15Give llvm-link a -S option.Dan Gohman
2009-09-14Expose initializing the native target for the execution engine.Erick Tryzelaar
2009-09-14Make sure to initialize the fpm in the ocaml tutorial.Erick Tryzelaar
2009-09-13CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes
2009-09-13Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky
2009-09-13remove two docs about the old Sparc backend which used Value*'s for vregs.Chris Lattner
2009-09-13move old clang readme here.Chris Lattner
2009-09-12we don't want people to override printBasicBlockLabel.Chris Lattner
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman
2009-09-11more typosChris Lattner
2009-09-10Fix validation errors.Bill Wendling
2009-09-10Fix validation errors.Bill Wendling
2009-09-10add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner
2009-09-10Remove prcontext.Daniel Dunbar
2009-09-09Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher
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