aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-191-1/+5
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-171-1/+1
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+2
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-8/+5
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-301-1/+1
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-5/+5
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* Doxygenize comments.David Greene2007-08-211-22/+22
* Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene2007-08-201-2/+40
* Make it clear that getSTDIN returns null when stdin is empty.Reid Spencer2007-08-081-1/+1
* remove #if 0 code.Chris Lattner2007-08-061-16/+2
* @verbatim needs to be on a line by itself.Reid Spencer2007-08-061-1/+3
* Fix minor doxygen nits.Reid Spencer2007-08-054-5/+5
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-7/+16
* Clarify the language. Pointed out by Duncan Sands.Nick Lewycky2007-07-141-2/+5
* Add alternate ConstantRange intersection algorithm.Nick Lewycky2007-07-141-0/+6
* Add explicit keywords.Dan Gohman2007-07-051-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* Allow DOUT to be used outside of the llvm namespace.Dan Gohman2007-06-271-2/+2
* m_not should match vector notChris Lattner2007-06-151-1/+5
* Add a new LLVMBuilder class, which makes it simpler and more uniform toChris Lattner2007-05-271-0/+431
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-221-0/+22
* Use templates for the GraphType for DefaultDOTGraphTraits' members insteadDan Gohman2007-05-141-7/+12
* Unbreak VC++ build.Jeff Cohen2007-05-071-0/+1
* Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner2007-05-061-2/+14
* remove dead headerChris Lattner2007-05-061-163/+0
* Add a helper that either opens a file or stdin.Chris Lattner2007-05-061-0/+11
* remove extraneous type qualifiersChris Lattner2007-05-031-4/+4
* Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner2007-04-291-0/+83
* Fix a very strange assertion message, patch by Christopher LambChris Lattner2007-04-201-1/+1
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-162-3/+3
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-3/+3
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-121-0/+5
* For PR1291:Reid Spencer2007-04-071-1/+2
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-071-0/+6
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-062-20/+37
* Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner2007-04-061-6/+8
* Eliminate unneeded virtual methodsChris Lattner2007-04-061-49/+44
* eliminate a virtual methodChris Lattner2007-04-051-42/+39
* remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner2007-04-051-1/+0
* Be more explicit concerning argument sizes.Jeff Cohen2007-03-221-31/+41
* Add getter methods for the extremes of a ConstantRange.Nick Lewycky2007-03-101-0/+20
* Unbreak VC++ build.Jeff Cohen2007-03-051-1/+1
* fix 80 col violations, mark arrays staticChris Lattner2007-03-041-8/+12
* Fix uninitialized use of variable. Remove tabs and fix identation.Anton Korobeynikov2007-03-021-19/+19
* Fix a typo.Owen Anderson2007-03-021-1/+1
* Use GCC intrinsics when available, and use smarter fallbacks when not.Owen Anderson2007-03-011-2/+26
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-011-7/+5
* Use the GCC built-in for PopulationCount when it's available, and use a fasterOwen Anderson2007-03-011-11/+16