aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-2/+7
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-241-1/+0
* Correct a comment.Dan Gohman2009-09-231-1/+1
* s/*Location/*DebugLocation/gDevang Patel2009-09-231-17/+19
* Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall2009-09-231-3/+7
* Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel2009-09-221-3/+9
* Check exisiting dbg MDKind first. Devang Patel2009-09-221-3/+3
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-221-6/+1
* Add a TrackingVH value handle.Daniel Dunbar2009-09-221-3/+86
* Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar2009-09-211-1/+6
* smallvectorize getExtraOptionNamesChris Lattner2009-09-201-6/+6
* A few more tabs -> spaces.Daniel Dunbar2009-09-201-3/+3
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-201-19/+17
* Strip trailing whitespace.Daniel Dunbar2009-09-191-9/+9
* RHS of assignment should be const reference.Daniel Dunbar2009-09-191-1/+1
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-191-28/+22
* remove an extraneous mem2reg pass early in the pipe. SinceChris Lattner2009-09-181-2/+0
* reduce indentation by using an early exit, and add a comment,Chris Lattner2009-09-181-62/+65
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-1/+9
* Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge2009-09-171-1/+1
* Add an interface to attach debugging information with an instruction.Devang Patel2009-09-161-6/+24
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-151-1/+1
* Fix apostrophos.Dan Gohman2009-09-151-1/+1
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-0/+7
* add a new Mangler::getNameWithPrefix API which returns theChris Lattner2009-09-111-0/+7
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-091-25/+15
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-091-97/+12
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-081-8/+6
* Change "const static" to "static const", as warned aboutDuncan Sands2009-09-061-2/+2
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-061-1/+1
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-1/+2
* Remove unneeded declaration, as warned about byDuncan Sands2009-09-061-3/+0
* Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman2009-09-033-9/+9
* Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman2009-09-033-9/+9
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-031-24/+6
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-031-6/+24
* Add convenience functions for reading in LLVM IR that autodetectDan Gohman2009-09-021-0/+117
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-2/+3
* hopefully unbreak the build by making this-> explicit for dependentChris Lattner2009-08-301-1/+1
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+64
* some minor cleanups to IRBuilder, factor the insertionChris Lattner2009-08-301-24/+32
* Reapply 79977.Devang Patel2009-08-281-6/+6
* Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns theDaniel Dunbar2009-08-281-0/+7
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-272-7/+10
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-272-7/+6
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-6/+6
* Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman2009-08-251-2/+2
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-252-7/+6
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-6/+6
* Add MemoryBuffer::getBuffer() -> StringRef.Daniel Dunbar2009-08-241-0/+5