| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Doxygen issues: wrap code examples in \code and use \p to refer to | Dmitri Gribenko | 2012-09-15 | 1 | -0/+2 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | getOrInsertLeaderValue cannot be const because it calls insert. | Bill Wendling | 2010-07-12 | 1 | -1/+1 |
* | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 1 | -1/+1 |
* | Nick wants these alphabetized | Andrew Lenharth | 2010-03-18 | 1 | -1/+1 |
* | missing include | Andrew Lenharth | 2010-03-17 | 1 | -0/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | restore semantics of operator* (removing a FIXME I had to introduce in r80224) | Gabor Greif | 2009-08-31 | 1 | -3/+4 |
* | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif | 2009-08-27 | 1 | -1/+2 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 1 | -4/+3 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -2/+2 |
* | Support for llvm_ostreams. | Bill Wendling | 2006-11-28 | 1 | -2/+2 |
* | add a method | Chris Lattner | 2005-08-23 | 1 | -0/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
* | Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for | Chris Lattner | 2005-03-21 | 1 | -0/+1 |
* | Constant-propagate the value of `isL' variable and eliminate it. | Misha Brukman | 2005-03-19 | 1 | -2/+1 |
* | Silence VC++ warning about mixing intptr_t and bool, and about unused variabl... | Jeff Cohen | 2005-03-19 | 1 | -1/+1 |
* | Two fixes for the copy ctor/operator=: | Chris Lattner | 2005-03-19 | 1 | -4/+7 |
* | add some methods, fix a major bug in getLeader() that was causing things to | Chris Lattner | 2005-03-19 | 1 | -3/+27 |
* | implement a proper copy ctor, operator= and add a helper method. | Chris Lattner | 2005-03-19 | 1 | -0/+24 |
* | Rewrite this class, making the following improvements: | Chris Lattner | 2005-03-19 | 1 | -79/+189 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Remember the set of leaders. Also compute on demand and cache the equiv | Vikram S. Adve | 2004-05-23 | 1 | -32/+52 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -10/+6 |
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 1 | -2/+2 |
* | Made changes suggested by Chris; Renamed 'union' function to unionSetsWith | Sumant Kowshik | 2003-06-04 | 1 | -11/+7 |
* | Implementation of Equivalence Classes | Sumant Kowshik | 2003-05-29 | 1 | -0/+93 |