| Commit message (Expand) | Author | Age | Files | Lines |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -7/+16 |
* | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky | 2007-07-14 | 1 | -2/+5 |
* | Add alternate ConstantRange intersection algorithm. | Nick Lewycky | 2007-07-14 | 1 | -0/+6 |
* | Add explicit keywords. | Dan Gohman | 2007-07-05 | 1 | -1/+1 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | Allow DOUT to be used outside of the llvm namespace. | Dan Gohman | 2007-06-27 | 1 | -2/+2 |
* | m_not should match vector not | Chris Lattner | 2007-06-15 | 1 | -1/+5 |
* | Add a new LLVMBuilder class, which makes it simpler and more uniform to | Chris Lattner | 2007-05-27 | 1 | -0/+431 |
* | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen | 2007-05-22 | 1 | -0/+22 |
* | Use templates for the GraphType for DefaultDOTGraphTraits' members instead | Dan Gohman | 2007-05-14 | 1 | -7/+12 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-05-07 | 1 | -0/+1 |
* | Enhance MemoryBuffer to return error messages in strings if they occur. | Chris Lattner | 2007-05-06 | 1 | -2/+14 |
* | remove dead header | Chris Lattner | 2007-05-06 | 1 | -163/+0 |
* | Add a helper that either opens a file or stdin. | Chris Lattner | 2007-05-06 | 1 | -0/+11 |
* | remove extraneous type qualifiers | Chris Lattner | 2007-05-03 | 1 | -4/+4 |
* | Add a new memorybuffer class, to unify all the file reading code in the system | Chris Lattner | 2007-04-29 | 1 | -0/+83 |
* | Fix a very strange assertion message, patch by Christopher Lamb | Chris Lattner | 2007-04-20 | 1 | -1/+1 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 2 | -3/+3 |
* | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman | 2007-04-13 | 1 | -3/+3 |
* | improve the patch for PR1318 to also support grouped options with custom | Chris Lattner | 2007-04-12 | 1 | -0/+5 |
* | For PR1291: | Reid Spencer | 2007-04-07 | 1 | -1/+2 |
* | Add signExtend to ConstantRange, to complement zeroExtend and truncate. | Nick Lewycky | 2007-04-07 | 1 | -0/+6 |
* | rearchitect the registration mechanism used by the command line option stuff. | Chris Lattner | 2007-04-06 | 2 | -20/+37 |
* | Switch some vectors to smallvectors. This reduces amount of malloc'd | Chris Lattner | 2007-04-06 | 1 | -6/+8 |
* | Eliminate unneeded virtual methods | Chris Lattner | 2007-04-06 | 1 | -49/+44 |
* | eliminate a virtual method | Chris Lattner | 2007-04-05 | 1 | -42/+39 |
* | remove the dead removeArgument method, rename Options to OptionsMap. | Chris Lattner | 2007-04-05 | 1 | -1/+0 |
* | Be more explicit concerning argument sizes. | Jeff Cohen | 2007-03-22 | 1 | -31/+41 |
* | Add getter methods for the extremes of a ConstantRange. | Nick Lewycky | 2007-03-10 | 1 | -0/+20 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -1/+1 |
* | fix 80 col violations, mark arrays static | Chris Lattner | 2007-03-04 | 1 | -8/+12 |
* | Fix uninitialized use of variable. Remove tabs and fix identation. | Anton Korobeynikov | 2007-03-02 | 1 | -19/+19 |
* | Fix a typo. | Owen Anderson | 2007-03-02 | 1 | -1/+1 |
* | Use GCC intrinsics when available, and use smarter fallbacks when not. | Owen Anderson | 2007-03-01 | 1 | -2/+26 |
* | Remove the "isSigned" parameters from ConstantRange. It turns out they | Reid Spencer | 2007-03-01 | 1 | -7/+5 |
* | Use the GCC built-in for PopulationCount when it's available, and use a faster | Owen Anderson | 2007-03-01 | 1 | -11/+16 |
* | Move ConstantRange class to lib/Support from lib/Analysis and make its | Reid Spencer | 2007-02-28 | 1 | -15/+7 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -6/+9 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -9/+5 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -4/+10 |
* | add a way to register an arbitrary cleanup function. | Chris Lattner | 2007-02-20 | 1 | -0/+6 |
* | I love non-deturminism. Returning objects with references to stack objects i... | Andrew Lenharth | 2007-02-13 | 1 | -5/+7 |
* | Fix comments to match names of functions. | Nick Lewycky | 2007-02-11 | 1 | -7/+7 |
* | add helper method. | Chris Lattner | 2007-02-10 | 1 | -0/+3 |
* | StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector, | Chris Lattner | 2007-02-05 | 1 | -22/+11 |
* | Use unsigned char& instead of std::vector<>::reference. | Bill Wendling | 2007-02-05 | 1 | -4/+2 |
* | Added some accessor methods. | Bill Wendling | 2007-02-03 | 1 | -0/+9 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 2 | -17/+16 |
* | Support for non-landing pad exception handling. | Jim Laskey | 2007-02-01 | 1 | -1/+19 |