| Commit message (Expand) | Author | Age | Files | Lines |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -2/+7 |
* | tidy up, fix a memory leak in Regex::isValid | Chris Lattner | 2009-09-24 | 1 | -1/+0 |
* | Correct a comment. | Dan Gohman | 2009-09-23 | 1 | -1/+1 |
* | s/*Location/*DebugLocation/g | Devang Patel | 2009-09-23 | 1 | -17/+19 |
* | Make the type traits for a const pointer defer to those for a unqualified | John McCall | 2009-09-23 | 1 | -3/+7 |
* | Add SetLocation() to allow IRBuilder user to set location info for an instruc... | Devang Patel | 2009-09-22 | 1 | -3/+9 |
* | Check exisiting dbg MDKind first. | Devang Patel | 2009-09-22 | 1 | -3/+3 |
* | Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying | Daniel Dunbar | 2009-09-22 | 1 | -6/+1 |
* | Add a TrackingVH value handle. | Daniel Dunbar | 2009-09-22 | 1 | -3/+86 |
* | Don't allow formatted_ostream to be unbuffered, even if its underlying buffer | Daniel Dunbar | 2009-09-21 | 1 | -1/+6 |
* | smallvectorize getExtraOptionNames | Chris Lattner | 2009-09-20 | 1 | -6/+6 |
* | A few more tabs -> spaces. | Daniel Dunbar | 2009-09-20 | 1 | -3/+3 |
* | convert a bunch more stuff to use StringRef. The ArgName arguments are now | Chris Lattner | 2009-09-20 | 1 | -19/+17 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-19 | 1 | -9/+9 |
* | RHS of assignment should be const reference. | Daniel Dunbar | 2009-09-19 | 1 | -1/+1 |
* | convert a bunch of std::strings to use StringRef. This should eliminate | Chris Lattner | 2009-09-19 | 1 | -28/+22 |
* | remove an extraneous mem2reg pass early in the pipe. Since | Chris Lattner | 2009-09-18 | 1 | -2/+0 |
* | reduce indentation by using an early exit, and add a comment, | Chris Lattner | 2009-09-18 | 1 | -62/+65 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 1 | -1/+9 |
* | Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC | Julien Lerouge | 2009-09-17 | 1 | -1/+1 |
* | Add an interface to attach debugging information with an instruction. | Devang Patel | 2009-09-16 | 1 | -6/+24 |
* | Drop the raw_ostream required buffer size to 1. | Daniel Dunbar | 2009-09-15 | 1 | -1/+1 |
* | Fix apostrophos. | Dan Gohman | 2009-09-15 | 1 | -1/+1 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -0/+7 |
* | add a new Mangler::getNameWithPrefix API which returns the | Chris Lattner | 2009-09-11 | 1 | -0/+7 |
* | Added an abstract superclass, MCDisassembler, for | Sean Callanan | 2009-09-09 | 1 | -25/+15 |
* | Make TypeBuilder's result depend on the LLVMContext it's passed. | Jeffrey Yasskin | 2009-09-09 | 1 | -97/+12 |
* | Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead | Dan Gohman | 2009-09-08 | 1 | -8/+6 |
* | Change "const static" to "static const", as warned about | Duncan Sands | 2009-09-06 | 1 | -2/+2 |
* | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 1 | -1/+1 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -1/+2 |
* | Remove unneeded declaration, as warned about by | Duncan Sands | 2009-09-06 | 1 | -3/+0 |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 3 | -9/+9 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 3 | -9/+9 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -24/+6 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -6/+24 |
* | Add convenience functions for reading in LLVM IR that autodetect | Dan Gohman | 2009-09-02 | 1 | -0/+117 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -2/+3 |
* | hopefully unbreak the build by making this-> explicit for dependent | Chris Lattner | 2009-08-30 | 1 | -1/+1 |
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+64 |
* | some minor cleanups to IRBuilder, factor the insertion | Chris Lattner | 2009-08-30 | 1 | -24/+32 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -6/+6 |
* | Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns the | Daniel Dunbar | 2009-08-28 | 1 | -0/+7 |
* | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif | 2009-08-27 | 2 | -7/+10 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 2 | -7/+6 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -6/+6 |
* | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman | 2009-08-25 | 1 | -2/+2 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 2 | -7/+6 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -6/+6 |
* | Add MemoryBuffer::getBuffer() -> StringRef. | Daniel Dunbar | 2009-08-24 | 1 | -0/+5 |