| Commit message (Expand) | Author | Age | Files | Lines |
* | apparently russians are really hard to sort or something! | Chris Lattner | 2009-09-16 | 1 | -2/+2 |
* | I can sort, no really. | Chris Lattner | 2009-09-16 | 1 | -3/+3 |
* | make more clear since it is sorted by last name now. | Chris Lattner | 2009-09-16 | 1 | -1/+1 |
* | Doug is now the code owner for most of the Clang frontend. | Chris Lattner | 2009-09-16 | 1 | -2/+4 |
* | Ted is christened as the owner of the clang static analyzer. | Chris Lattner | 2009-09-16 | 1 | -0/+2 |
* | Put back non-obsolete -f sections for 'opt'. | Daniel Dunbar | 2009-09-15 | 1 | -0/+6 |
* | Remove references to obsolete -f option. | Daniel Dunbar | 2009-09-15 | 2 | -12/+0 |
* | Update llc/opt PODs to clarify they support .ll input. | Daniel Dunbar | 2009-09-15 | 2 | -17/+19 |
* | Give llvm-link a -S option. | Dan Gohman | 2009-09-15 | 1 | -0/+4 |
* | Expose initializing the native target for the execution engine. | Erick Tryzelaar | 2009-09-14 | 4 | -0/+8 |
* | Make sure to initialize the fpm in the ocaml tutorial. | Erick Tryzelaar | 2009-09-14 | 4 | -0/+10 |
* | CMake: New user-settable variable LLVM_TARGET_ARCH useful when | Oscar Fuentes | 2009-09-13 | 1 | -0/+10 |
* | Update the tutorial to match changes to examples/Kaleidoscope. | Nick Lewycky | 2009-09-13 | 5 | -29/+77 |
* | remove two docs about the old Sparc backend which used Value*'s for vregs. | Chris Lattner | 2009-09-13 | 2 | -76/+0 |
* | move old clang readme here. | Chris Lattner | 2009-09-13 | 1 | -0/+178 |
* | we don't want people to override printBasicBlockLabel. | Chris Lattner | 2009-09-12 | 1 | -3/+1 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -0/+4 |
* | more typos | Chris Lattner | 2009-09-11 | 1 | -5/+6 |
* | Fix validation errors. | Bill Wendling | 2009-09-10 | 1 | -3/+3 |
* | Fix validation errors. | Bill Wendling | 2009-09-10 | 1 | -9/+11 |
* | add another broken version of gcc, thanks to Niels Moller for pointing this out. | Chris Lattner | 2009-09-10 | 1 | -1/+2 |
* | Remove prcontext. | Daniel Dunbar | 2009-09-10 | 1 | -8/+0 |
* | Correct __cxa_end_catch documentation to reflect that it doesn't take any arg... | Eric Christopher | 2009-09-09 | 1 | -4/+9 |
* | another typo | Chris Lattner | 2009-09-08 | 1 | -1/+1 |
* | fix a couple typos pointed out by edwin and duncan | Chris Lattner | 2009-09-08 | 1 | -2/+2 |
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 1 | -0/+222 |
* | llvm::cerr is gone. | Chris Lattner | 2009-09-08 | 1 | -7/+7 |
* | update this to use raw_ostream | Chris Lattner | 2009-09-08 | 1 | -4/+7 |
* | add some more notes. | Chris Lattner | 2009-09-07 | 1 | -1/+40 |
* | describe undef semantics in some more detail. | Chris Lattner | 2009-09-07 | 1 | -5/+101 |
* | Document opt -S argument. | Daniel Dunbar | 2009-09-07 | 1 | -0/+4 |
* | Fix the syntax of add/sub/mul nsw/nuw and sdiv exact. | Dan Gohman | 2009-09-02 | 1 | -10/+10 |
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+756 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -505/+452 |
* | Mark Andersen's as experimental. | Chris Lattner | 2009-08-28 | 1 | -0/+6 |
* | Allocate the module provider in the Kaleidoscope code on the heap, not the st... | Reid Kleckner | 2009-08-26 | 4 | -144/+145 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -452/+505 |
* | Add an 'inline hint' attribute to represent source | Dale Johannesen | 2009-08-26 | 1 | -0/+5 |
* | Update documentation for the -f change. | Dan Gohman | 2009-08-25 | 9 | -35/+37 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -505/+452 |
* | improve documentation for linker_private linkage. | Chris Lattner | 2009-08-24 | 1 | -1/+5 |
* | disuade people from using ostream. | Chris Lattner | 2009-08-23 | 1 | -6/+8 |
* | Don't install the man page for FileCheck | Douglas Gregor | 2009-08-23 | 1 | -2/+8 |
* | Update release document with more details. | Tanya Lattner | 2009-08-23 | 1 | -12/+24 |
* | Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.html | Edward O'Callaghan | 2009-08-22 | 1 | -0/+2 |
* | Add basic information about SJLJ EH | Jim Grosbach | 2009-08-22 | 1 | -3/+36 |
* | Clarify a few things in the inbounds description. | Dan Gohman | 2009-08-20 | 1 | -4/+4 |
* | Correct ARM v7-A architecture name spelling and add note about hard float. | Sandeep Patel | 2009-08-20 | 1 | -4/+6 |
* | fix this back, thanks Eli | Chris Lattner | 2009-08-20 | 1 | -1/+1 |
* | minor grammar tweak | Chris Lattner | 2009-08-20 | 1 | -1/+1 |