aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer2007-02-281-15/+7
* For PR1205:Reid Spencer2007-02-281-6/+9
* For PR1205:Reid Spencer2007-02-281-9/+5
* For PR1205:Reid Spencer2007-02-281-4/+10
* add a way to register an arbitrary cleanup function.Chris Lattner2007-02-201-0/+6
* I love non-deturminism. Returning objects with references to stack objects i...Andrew Lenharth2007-02-131-5/+7
* Fix comments to match names of functions.Nick Lewycky2007-02-111-7/+7
* add helper method.Chris Lattner2007-02-101-0/+3
* StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,Chris Lattner2007-02-051-22/+11
* Use unsigned char& instead of std::vector<>::reference.Bill Wendling2007-02-051-4/+2
* Added some accessor methods.Bill Wendling2007-02-031-0/+9
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-022-17/+16
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-1/+19