Use the i12 variant of load / store opcodes if offset is zero. Now we pass all of...
[oota-llvm.git] / lib / VMCore /
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.
2009-07-23 Owen AndersonPrivatize the ConstantStruct table.
2009-07-23 Daniel DunbarSwitch ValueSymbolTable to StringRef based API.
2009-07-23 Daniel DunbarAdd llvm::Value::getNameRef, for help in API migration.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-22 Devang PatelDo not print "metadata" twice while printing MDString.
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-22 Duncan SandsAdd newline at end of file.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-21 Dan GohmanPermit the IntPtrTy argument to isEliminableCastPair...
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Bill WendlingChange the casting of linkage types into a map. This...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Dan GohmanMake GetElementPtr ConstantExprs default to having...
2009-07-18 Dan GohmanFix this accidentally inverted condition.
2009-07-17 Dan GohmanConvert more code to use Operator instead of explicitly...
2009-07-17 Dan GohmanMake BasicAliasAnalysis and Value::getUnderlyingObject use
2009-07-17 Dan GohmanAdd a GEPOperator class, and move the hasNoPointerOverflow
2009-07-17 Dan GohmanFix a typo that Duncan spotted.
2009-07-17 Dan GohmanGetElementPtr instructions default to having no overflow.
2009-07-17 Daniel DunbarFix compile warning.
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-17 Dan GohmanAdd a SubclassOptionalData field to Value. See the...
2009-07-17 Eli FriedmanReplace isTrapping with a new, similar method called
2009-07-16 Jeffrey YasskinFix "no newline at end of file" warning from gcc.
2009-07-16 Owen AndersonPrivatize the MDNode uniquing table.
2009-07-16 Owen AndersonPrivatize the MDString uniquing table.
2009-07-16 Daniel DunbarFix compiler warning (for -Asserts).
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Ted KremenekUpdate CMake file.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-16 Owen AndersonNow that we have contexts on types, convert some more...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-15 Chris LattnerUpdate the C bindings to keep the LLVMTypeKind up to...
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-15 Owen AndersonMove the ConstantStruct factory methods over to LLVMCon...
2009-07-15 Rafael EspindolaRevert 75798 to fix llvm build.
2009-07-15 Duncan SandsThe static function TypeToFloatSemantics is now
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
next