Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update GEP constructors to use an iterator interface to fix | David Greene | 2007-09-04 | 2 | -6/+6 |
* | Update InvokeInst to work like CallInst | David Greene | 2007-08-27 | 3 | -4/+4 |
* | Change comments to refer to @malloc and @free instead of %malloc and %free. | Dan Gohman | 2007-08-27 | 1 | -3/+3 |
* | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner | 2007-08-23 | 1 | -1/+1 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-08-21 | 1 | -1/+1 |
* | More explicit keywords. | Dan Gohman | 2007-08-01 | 4 | -7/+7 |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 5 | -18/+30 |
* | Use SmallPtrSet. | Devang Patel | 2007-07-27 | 1 | -2/+3 |
* | Add BasicInliner interface. | Devang Patel | 2007-07-25 | 1 | -246/+6 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 20 | -0/+8328 |