| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add convenience functions for creating nsw add operators. | Dan Gohman | 2009-08-11 | 1 | -0/+9 |
| * | Don't set the isexact flag if an sdiv operator has been folded into | Dan Gohman | 2009-08-11 | 1 | -1/+4 |
| * | Simplify ConstantExpr::getInBoundsGetElementPtr and fix a possible crash, if | Daniel Dunbar | 2009-08-11 | 1 | -8/+5 |
| * | Add convenience functions for creating inbounds GEPs. | Dan Gohman | 2009-08-11 | 1 | -0/+20 |
| * | Add convenience functions for creating exact sdiv operators, and | Dan Gohman | 2009-08-11 | 1 | -0/+6 |
| * | Change the MDNode uniquing to a ValueMap, at Devang's request. | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
| * | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -5/+8 |
| * | Privatize the last bit of Constant-creation state. | Owen Anderson | 2009-08-04 | 1 | -425/+29 |
| * | Add a new Constant::getIntegerValue helper function, and convert a | Dan Gohman | 2009-08-03 | 1 | -0/+17 |
| * | Privatize all but one of the remaining constant tables. | Owen Anderson | 2009-07-31 | 1 | -55/+4 |
| * | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -10/+48 |
| * | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -13/+31 |
| * | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -8/+19 |
| * | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
| * | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -0/+121 |
| * | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -30/+0 |
| * | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -7/+54 |
| * | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -5/+132 |
| * | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 1 | -4/+94 |
| * | Unbreak build. | Daniel Dunbar | 2009-07-27 | 1 | -2/+0 |
| * | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -0/+81 |
| * | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -269/+67 |
| * | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner | 2009-07-24 | 1 | -11/+12 |
| * | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 1 | -57/+3 |
| * | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 1 | -92/+4 |
| * | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -9/+2 |
| * | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -12/+0 |
| * | reimplement Constant::ContainsRelocations as | Chris Lattner | 2009-07-22 | 1 | -23/+24 |
| * | Privatize the ConstantArray table. | Owen Anderson | 2009-07-21 | 1 | -121/+5 |
| * | Privatize the first of the value maps. | Owen Anderson | 2009-07-21 | 1 | -44/+7 |
| * | Move a bit more state over to the LLVMContext. | Owen Anderson | 2009-07-21 | 1 | -22/+0 |
| * | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman | 2009-07-20 | 1 | -5/+2 |
| * | Make GetElementPtr ConstantExprs default to having no pointer overflow. | Dan Gohman | 2009-07-18 | 1 | -1/+5 |
| * | Fix compile warning. | Daniel Dunbar | 2009-07-17 | 1 | -0/+2 |
| * | Privatize the MDNode uniquing table. | Owen Anderson | 2009-07-16 | 1 | -28/+3 |
| * | Privatize the MDString uniquing table. | Owen Anderson | 2009-07-16 | 1 | -26/+1 |
| * | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -70/+0 |
| * | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -61/+0 |
| * | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -5/+0 |
| * | Move the ConstantStruct factory methods over to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -8/+0 |
| * | Revert 75798 to fix llvm build. | Rafael Espindola | 2009-07-15 | 1 | -0/+14 |
| * | The static function TypeToFloatSemantics is now | Duncan Sands | 2009-07-15 | 1 | -14/+0 |
| * | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -51/+2 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -5/+5 |
| * | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -54/+0 |
| * | Move a bit more functionality to LLVMContext, which apparently wasn't being u... | Owen Anderson | 2009-07-13 | 1 | -18/+0 |
| * | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -4/+4 |
| * | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -31/+0 |
| * | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -104/+28 |
| * | Remove extra \n from LLVM_UNREACHABLE calls. | Torok Edwin | 2009-07-12 | 1 | -1/+1 |