Age | Commit message (Expand) | Author |
2007-02-12 | 1. Make APInt::shl work correctly and more efficiently. | Zhou Sheng |
2007-02-11 | Add support for removing elements out of StringMap. | Chris Lattner |
2007-02-11 | Replace the ugly FindValue method with STL-like find methods. | Chris Lattner |
2007-02-11 | remove support for stringmap visitors now that iterators exist. | Chris Lattner |
2007-02-11 | add support for iterators. | Chris Lattner |
2007-02-11 | Fix comments to match names of functions. | Nick Lewycky |
2007-02-09 | Eliminates friend function declaration inside APInt, instead, adds public | Zhou Sheng |
2007-02-08 | Rename CStringMap -> StringMap, since it now supports nul characters in the | Chris Lattner |
2007-02-08 | Allow cstringmap to contain strings with nul characters in them. | Chris Lattner |
2007-02-08 | Switched this file on accidently. | Zhou Sheng |
2007-02-08 | As Chris and Reid suggested, remove "isSigned" field from APInt, instead, | Zhou Sheng |
2007-02-07 | As Chris suggested, fixed some problems. (This is the first part) | Zhou Sheng |
2007-02-07 | do not let the table fill up with tombstones. | Chris Lattner |
2007-02-06 | As Reid suggested, fixed some problems. | Zhou Sheng |
2007-02-06 | Disable this for now. | Chris Lattner |
2007-02-06 | Add a class APInt to represent arbitrary precision constant integral values. | Zhou Sheng |
2007-02-05 | Fix a bug in smallptrset::erase: in the small case, return true if the | Chris Lattner |
2007-02-04 | Encode small integers more densely in foldingset, avoiding overflowing the Sm... | Chris Lattner |
2007-02-01 | improve comments, add an assertion | Chris Lattner |
2007-02-01 | Add PrintVersionMessage() that tools can use to print version number | Devang Patel |
2007-01-31 | Add some debug output. | Reid Spencer |
2007-01-31 | minor cleanups. Fix off-by-one in accounting the number of nodes when the | Chris Lattner |
2007-01-30 | reformat comment | Chris Lattner |
2007-01-27 | implement SmallPtrSet::erase | Chris Lattner |
2007-01-27 | add a note | Chris Lattner |
2007-01-27 | Add a new SmallSet ADT specialized for pointers. | Chris Lattner |
2007-01-23 | Moved disassembler to libSystem | Anton Korobeynikov |
2007-01-19 | For PR1043: | Reid Spencer |
2007-01-19 | Adding disassembler interface and external hook to udis86 library. | Anton Korobeynikov |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-15 | Update code to eliminate calls to isInteger, calling isIntegral instead. | Chris Lattner |
2007-01-15 | Fix correlated exprs regressions | Chris Lattner |
2007-01-12 | remove unneeded special cases | Chris Lattner |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2007-01-08 | Fix a bug in an assert that would never trigger. | Reid Spencer |
2007-01-08 | Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. | Reid Spencer |
2007-01-06 | wow, the link was already broken :) | Chris Lattner |
2007-01-06 | add a note | Chris Lattner |
2007-01-03 | The previous implementation of LLVM Streams wasn't removing symbols. This | Bill Wendling |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-19 | eliminate constructor from Statistic class. It is now impossible to get a | Chris Lattner |
2006-12-19 | Refactor statistic a big and introduce a horrible-but-necessary macro | Chris Lattner |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-12-12 | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer |
2006-12-08 | Change the implementation of statistic to not need destructors at all. | Chris Lattner |
2006-12-07 | Don't use <sstream> in Streams.h but <iosfwd> instead. | Bill Wendling |
2006-12-07 | Removed more <iostream> includes | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |