| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor code out of APInt to form a isUIntN helper function. | Dan Gohman | 2010-11-03 | 1 | -1/+1 |
* | Add a specialization for 'long', a hole in the set of fundamental | Chandler Carruth | 2010-10-31 | 1 | -0/+14 |
* | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 1 | -1/+1 |
* | Extend StringRef's edit-distance algorithm to permit an upper bound on the al... | Douglas Gregor | 2010-10-19 | 1 | -1/+6 |
* | add uadd_ov/usub_ov to apint, consolidate constant folding | Chris Lattner | 2010-10-14 | 1 | -3/+3 |
* | missed a line :( | Chris Lattner | 2010-10-13 | 1 | -1/+1 |
* | constify these methods. | Chris Lattner | 2010-10-13 | 1 | -4/+4 |
* | add a few operations for signed operations that also | Chris Lattner | 2010-10-13 | 1 | -11/+23 |
* | GCC extensions are no longer used here - update the comment. | Duncan Sands | 2010-10-03 | 1 | -2/+2 |
* | Remove two uses of the gcc specific 'aligned' attribute. This | Duncan Sands | 2010-10-03 | 1 | -11/+5 |
* | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman | 2010-09-27 | 2 | -0/+13 |
* | Make SetVector's remove indicate whether it actually removed something. | Dan Gohman | 2010-09-22 | 1 | -1/+3 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-09-21 | 1 | -6/+6 |
* | Add better support for environment portion of triple. Original patch by | Duncan Sands | 2010-09-16 | 1 | -1/+34 |
* | Create PTX backend. Patch by Che-Liang Chiou! | Nick Lewycky | 2010-09-07 | 1 | -0/+1 |
* | fix this to work with allocators that have reference type with compilers | Chris Lattner | 2010-09-04 | 1 | -3/+7 |
* | After some discussion with djg, teach SmallVector to grow from a zero | John McCall | 2010-09-02 | 1 | -17/+6 |
* | Make the iterator form of erase return void, since it always succeeds, | Dan Gohman | 2010-09-01 | 3 | -5/+4 |
* | Kill a couple of unused variables. | Eric Christopher | 2010-08-30 | 1 | -2/+2 |
* | Delete an unused declaration. | Dan Gohman | 2010-08-29 | 1 | -1/+0 |
* | SmallVector's growth policies don't like starting from zero capacity. | John McCall | 2010-08-26 | 1 | -1/+9 |
* | Provide an explicit specialization of SmallVector at N=0 which does | John McCall | 2010-08-25 | 1 | -0/+33 |
* | Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef). | Benjamin Kramer | 2010-08-23 | 1 | -2/+2 |
* | StringRef tweaks: | Benjamin Kramer | 2010-08-23 | 1 | -2/+4 |
* | Finish full attribute class emission for clang. | Sean Hunt | 2010-08-18 | 1 | -0/+20 |
* | Revert r111394. It was too aggressive. | Jakob Stoklund Olesen | 2010-08-18 | 1 | -9/+0 |
* | Aggressively prune the DFS when inserting phi-defs. | Jakob Stoklund Olesen | 2010-08-18 | 1 | -0/+9 |
* | Add df_iterator::getPathLength and getPath as a way of getting a path from the | Jakob Stoklund Olesen | 2010-08-18 | 1 | -0/+10 |
* | Don't pass in a null pointer to std::string's ctor, an empty string | Chris Lattner | 2010-08-18 | 1 | -1/+4 |
* | Add hooks to FoldingSetTrait to allow specializations to provide | Dan Gohman | 2010-08-16 | 1 | -15/+124 |
* | Tidy up whitespace in comments. | Dan Gohman | 2010-08-16 | 1 | -9/+9 |
* | Constify FoldingSetNodeIDRef's Data. | Dan Gohman | 2010-08-16 | 1 | -3/+3 |
* | Reverse the order of GetNodeProfile's arguments, for consistency | Dan Gohman | 2010-08-16 | 1 | -4/+4 |
* | Fix indentation in example code in a comment. | Dan Gohman | 2010-08-16 | 1 | -3/+3 |
* | Use getAllOnesValue, saves a copy and looks better. | Benjamin Kramer | 2010-08-13 | 1 | -2/+2 |
* | Add a 'normalize' method to the Triple class, which takes a mucked up | Duncan Sands | 2010-08-12 | 1 | -14/+18 |
* | Remove the ValueMap operator=, which was wrong (it did't correct the | Duncan Sands | 2010-08-09 | 1 | -6/+1 |
* | Change the Interval type to signed in ImmutableIntervalMap.h. | Zhongxing Xu | 2010-08-09 | 1 | -5/+5 |
* | Remove the ValueMap copy constructor. It's not used anywhere, | Duncan Sands | 2010-08-08 | 1 | -7/+1 |
* | Fix typo. | Nick Lewycky | 2010-08-07 | 1 | -1/+1 |
* | Fix the ValueMap copy constructor. The issue is that the map keys are value | Duncan Sands | 2010-07-30 | 1 | -1/+6 |
* | Fill out the interface of DenseSet a bit. | Owen Anderson | 2010-07-27 | 1 | -0/+6 |
* | make lookup failures not fatal. | Chris Lattner | 2010-07-27 | 1 | -1/+6 |
* | In commit 91421, isPod was changed from false to true for these value handles. | Duncan Sands | 2010-07-27 | 1 | -6/+0 |
* | add a new NullablePtr class which makes it more obvious in API | Chris Lattner | 2010-07-24 | 1 | -0/+52 |
* | give StringMap a new ctor which allows you to initialize it | Chris Lattner | 2010-07-23 | 1 | -0/+4 |
* | modernize stringset interface | Chris Lattner | 2010-07-23 | 1 | -4/+3 |
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 2 | -7/+7 |
* | 80-columns | Eric Christopher | 2010-07-13 | 2 | -6/+10 |
* | Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th... | Argyrios Kyrtzidis | 2010-07-12 | 1 | -0/+8 |