Make sure to initialize the fpm in the ocaml tutorial.
[oota-llvm.git] / lib / VMCore /
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...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Bob WilsonFix an obvious error.
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Dan GohmanFreeInst is trapping.
2009-07-14 Bob WilsonRevert 75308.
2009-07-14 Chris Lattnerthe mangler can never mangle intrinsics, don't allow...
2009-07-14 Chris Lattnerrename Memo/Count to AnonGlobalIDs/NextAnonGlobalID...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Chris Lattnerremove Mangler::getTypeID and related data, it was...
2009-07-13 Chris Lattnerremove mangler support for mangling local names. Mangl...
2009-07-13 Chris Lattnerthe mangler should put suffixes on unnamed global's...
2009-07-13 Owen AndersonMove a bit more functionality to LLVMContext, which...
2009-07-13 Chris LattnerTwo changes:
2009-07-13 Owen AndersonInline EvalVectorOp in order to get rid of passing...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Dan GohmanChange printInstruction to not print a trailing newline...
2009-07-13 Nick LewyckyFix build on Linux.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Owen AndersonLLVMContext-ification.
2009-07-08 Jeffrey YasskinFix the AssertingVH unittests.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-07 Owen AndersonLLVMContext-ification.
2009-07-07 Owen AndersonLLVMContext-ifiy the implementation of the C API.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Chris LattnerAdd two new accessors to the C bindings, patch by Wladi...
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-07-03 Owen AndersonEven more passes being LLVMContext'd.
2009-07-02 Owen AndersonFill in a few more missing accessors.
2009-07-02 Owen AndersonAdd an accessor to Function so that Passes can easily...
2009-07-02 Owen AndersonAdd accessors for metadata constants.
2009-07-02 Owen AndersonAdd accessor for MDNode.
2009-07-02 Owen AndersonAdd accessor for getting UndefValue's.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-02 Owen AndersonAdd a C wrapper for accessing the global default context.
next