Add helpers for fetching basic types.
[oota-llvm.git] / lib / VMCore /
2009-08-14 Erick TryzelaarExpose LLVMContext to llvm-c.
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Dan GohmanMake formatted_raw_ostream restore the buffer settings...
2009-08-13 Dan GohmanTake the fast path for any named value and any GlobalVa...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Dan GohmanFix a 4x slowdown in llc -asm-verbose caused by the...
2009-08-13 Dan GohmanChange the indentation for LLVM Assembly files from...
2009-08-12 Dan GohmanNow that numbered types have their number printed,...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-12 Dan GohmanMake AsmWriter more careful with formatted_raw_ostream...
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-12 Dan GohmanSimplify this code, and use an in-bounds GEP.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Dan GohmanDon't set the isexact flag if an sdiv operator has...
2009-08-11 Daniel DunbarSimplify ConstantExpr::getInBoundsGetElementPtr and...
2009-08-11 Daniel DunbarRevert 78680 until I figure out why it completely broke...
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Dan GohmanAdd convenience functions for creating inbounds GEPs.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Daniel DunbarRemove some unnecessary LoadInst constructors, missed...
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-11 Dan GohmanTidy #includes.
2009-08-11 Dan GohmanFix a typo in an assertion string.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-10 Devang PatelRemove MDNode from ValueMap when MDNode is destroyed.
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Devang PatelRename MDNodeSet as MDNodes.
2009-08-10 Daniel DunbarRename ConvertType to ConvertConstant to avoid a name...
2009-08-10 Devang PatelWe are not using FoldingSet for metadata uniquing anymore.
2009-08-10 Benjamin Kramerg++ 4.0 doesn't have std::vector::data.
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-06 Daniel DunbarDon't search the entire type table just to delete a...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Owen AndersonPrivatize the FunctionType table.
2009-08-05 Chris Lattnercommon globals may also not be marked constant.
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-08-05 Owen AndersonPrivatize the PointerType factory.
2009-08-04 Owen AndersonPrivatize the VectorType uniquing.
2009-08-04 Owen AndersonBegin the process of privatizing the type uniquing...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Benjamin KramerUpdate CMakeLists.
2009-08-04 Owen AndersonIt helps if I remember to actually add the file...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Owen AndersonPrivatize the last bit of Constant-creation state.
2009-08-04 Chris Lattnerswitch ValueMap to using AssertingVH. This is an old...
2009-08-03 Devang PatelKeep track of metadata used by other metadata.
2009-08-03 Dan GohmanAdd a new Constant::getIntegerValue helper function...
2009-08-03 Devang PatelAdd NamedMDNode destructor.
2009-08-02 Edward O'CallaghanOne two many newlines at end of file LLVMContextImpl.cpp
2009-08-02 Edward O'CallaghanFix no newline at end of LLVMContextImpl.cpp
2009-07-31 Owen AndersonPrivatize all but one of the remaining constant tables.
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Dan GohmanFix printing of Alloca instructions with null operands.
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-30 Devang PatelAdd getOrInsertNamedMetadata().
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Devang PatelDo not use getNamedValue() to lookup NamedMDNode. Named...
2009-07-30 Benjamin Kramerfix a unitialized pointer in NamedMDNode (and reenable...
2009-07-30 Nate BegemanTypo
2009-07-30 Devang PatelCheck null NameMDNode elements.
2009-07-30 Devang Patelprint single NamedMDNode.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Devang PatelPrint named metadata.
2009-07-29 Devang PatelThere is no need to keep name ref in NamedMDNode.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 Devang PatelKeep track of named mdnodes in a Module using an ilist.
2009-07-29 Bob WilsonFix an assumption that there is a single return value...
2009-07-29 Devang PatelAdd NamedMDNode.
2009-07-28 Devang PatelRemove unused method.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Dan GohmanAdd a comment about the "getelementptr null" trick.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Daniel DunbarUnbreak build.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Devang PatelInitialize mdnNext.
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-26 Daniel DunbarMake sure getName().data() is always null terminated.
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-26 Daniel DunbarRewrite getName{Start,End,Len} in terms of getName...
2009-07-26 Daniel DunbarSimplify.
2009-07-26 Daniel DunbarRemove Value::setName(const char*, unsigned).
2009-07-26 Daniel DunbarRemove Value::setName(const char*).
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-25 Dan GohmanConvert a few more things to use raw_ostream.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarMove more to raw_ostream.
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
next