| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | getOrInsertLeaderValue cannot be const because it calls insert. | Bill Wendling | 2010-07-12 | 1 | -1/+1 |
* | Use std::vector rather than SmallVector here because SmallVector | Duncan Sands | 2010-07-08 | 1 | -2/+1 |
* | Do not use std::stack because it causes obscure failures when | Duncan Sands | 2010-07-08 | 1 | -9/+9 |
* | add some triple for minix, patch by Kees van Reeuwijk from PR7582 | Chris Lattner | 2010-07-07 | 1 | -1/+2 |
* | Rename NextPowerOfTwo to RoundUpToPowerOfTwo. | Duncan Sands | 2010-06-30 | 1 | -10/+10 |
* | Clarify that the NextPowerOfTwo template is idempotent. | Duncan Sands | 2010-06-30 | 1 | -1/+1 |
* | Rather than giving SmallPtrSetImpl a member field SmallArray which is magically | Duncan Sands | 2010-06-30 | 1 | -12/+14 |
* | Fix a buffer overflow noticed by gcc-4.6: zero is written into | Duncan Sands | 2010-06-29 | 1 | -1/+1 |
* | NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a power | Duncan Sands | 2010-06-29 | 1 | -3/+2 |
* | Silence some unused variable warnings. | Eric Christopher | 2010-06-24 | 1 | -3/+3 |
* | Add a comment about a thread safety issue in Statistic.h. | Dan Gohman | 2010-06-24 | 1 | -0/+4 |
* | disable SmallVectorImpl's copy constructor. This prevents a class | Chris Lattner | 2010-06-15 | 1 | -0/+2 |
* | Define ContextualFoldingSet, which stores a context parameter to pass down to | John McCall | 2010-06-11 | 1 | -0/+75 |
* | Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has | Duncan Sands | 2010-06-10 | 3 | -0/+3 |
* | Fix a gcc warning: | Rafael Espindola | 2010-06-09 | 1 | -0/+2 |
* | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to... | Daniel Dunbar | 2010-06-08 | 1 | -0/+73 |
* | Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart | Benjamin Kramer | 2010-06-08 | 1 | -3/+4 |
* | Implement operator== and operator!= for SetVector. | Dan Gohman | 2010-06-05 | 1 | -0/+8 |
* | remove trailing whitespace | Jim Grosbach | 2010-06-02 | 1 | -75/+75 |
* | Add StringRef::compare_numeric and use it to sort TableGen register records. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -0/+4 |
* | Trivial change to dump() function for SparseBitVector | John Mosby | 2010-05-22 | 1 | -6/+10 |
* | Optimize empty DenseMap iteration. | Jakob Stoklund Olesen | 2010-05-17 | 1 | -2/+3 |
* | Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. | Daniel Dunbar | 2010-05-13 | 1 | -2/+2 |