Added C and Ocaml bindings for functions, basic blocks, and
[oota-llvm.git] / lib / VMCore /
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-25 Dale JohannesenRemove no-longer-used variable.
2007-09-25 Dale JohannesenMake APFloat->int conversions deterministic even in
2007-09-25 Duncan SandsAdd missing end-of-file newlines.
2007-09-24 Dale Johannesenfloat->int conversion rounds toward 0. Duh.
2007-09-24 Owen AndersonMerge significant portions of the DomTree and PostDomTr...
2007-09-24 Dale JohannesenJust use APFloat for const / const. Fixes
2007-09-23 Owen AndersonMove DFSPass back down into DominatorTree. I need...
2007-09-23 Owen AndersonFix header.
2007-09-23 Owen AndersonFactor the dominator tree calculation details out into...
2007-09-20 Dale JohannesenFix dumb regression in constant folding (Regression...
2007-09-19 Chris Lattnerreject things like "declare internal @foo"
2007-09-19 Dale JohannesenFix some long double issues.
2007-09-19 Duncan SandsPartial fix for PR1678: correct some parts of constant
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.
2007-09-17 Bill WendlingAdd support for appending a suffix to the end of a...
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Duncan SandsTwo ParamAttrsVectors which differ by a permutation
2007-09-10 Chris LattnerFix a buggy constant folding transformation when handli...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Chris Lattnersink clone() down the class hierarchy from CmpInst...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-21 Chris LattnerFix potentially N^2 behavior handling arrays with many...
2007-08-21 Chris Lattnersimplify code, improve a comment.
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
2007-08-20 Dan GohmanWhen Intrinsic::getName is constructing names for overl...
2007-08-19 Chris Lattnersimplify code and print visibility for declarations.
2007-08-18 Chris LattnerCompute the argument list as lazily as possible. This...
2007-08-18 Chris Lattneruse a nicer accessor.
2007-08-16 Dan GohmanFix the verification for overloaded intrinsic types...
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-14 Devang PatelAssert sooner. Fix wordings.
2007-08-13 Devang PatelAdd methods to erase basic block entry.
2007-08-13 Chris LattnerConstant fold: getelementptr (i8* inttoptr (i64 1 to...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-10 Chris Lattneradd Value::getNameStart/getNameLen() accessors.
2007-08-10 Chris Lattnerminor simplifications.
2007-08-10 Chris Lattneravoid copying strings.
2007-08-09 Dale JohannesenPatch 10 for long double. Doing constants right needs...
2007-08-08 Chris LattnerSpeed up updateDFSNumbers with two observations:
2007-08-08 Chris Lattnerreimplement dfs number computation to be significantly...
2007-08-06 Chris Lattner1. Random tidiness cleanups
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-05 Reid SpencerFix a doxygen directive.
2007-08-05 Chris LattnerFix an iterator invalidation bug I induced.
2007-08-05 Chris LattnerSwitch some std::sets to SmallPtrSet. This speeds up
2007-08-05 Chris LattnerSwitch DomTreeNode::assignDFSNumber from using a std...
2007-08-05 Chris LattnerSwitch the internal "Info" map from an std::map to...
2007-08-04 Chris Lattnerswitch the DomTreeNodes and IDoms maps in idom/postidom...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale Johannesenlong double patch 3 of N. Add to MVT.
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-02 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 Devang PatelUndo previous check-in.
2007-08-01 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
2007-07-31 Reid SpencerThe InReg parameter attribute is valid on function...
2007-07-30 Dan GohmanFix pastos in comments for doFinalization functions.
2007-07-27 Devang PatelAdd facility to dump pass manager structure
2007-07-27 Devang PatelFix edge cases in handling basic block split.
2007-07-27 Duncan SandsIt seems logical that InReg should be incompatible
2007-07-27 Duncan SandsAs the number of parameter attributes increases,
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-26 Dan GohmanMove the GET_SIDE_EFFECT_INFO logic from isInstructionT...
2007-07-26 Dan GohmanDummyInst's member functions don't need to be virtual.
2007-07-26 Christopher LambAdd support for 3 element 32-bit vector ValueTypes.
2007-07-24 Reid SpencerMake output match actual condition tested. Thanks,...
2007-07-23 Reid Spencer1. Make sure we print the Function Value for parameter...
2007-07-23 Reid SpencerAdd better verification of attributes on function types...
2007-07-20 Chris Lattnerzext(undef) = 0 and sext(undef) = 0, not undef.
2007-07-20 Devang PatelUse SmallVector instead of std::vector.
2007-07-19 Reid SpencerFor PR1553:
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Devang PatelSet up ground work to verify preserved analysis info.
2007-07-18 Dan GohmanAdd constructor overloads for LoadInst and StoreInst...
2007-07-17 Rafael Espindoladetect invalid combination of sret and byval
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-10 Rafael Espindolacheck for correct usage of the byval attribute
2007-07-09 Devang PatelFix memory leak.
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-05 Chris LattnerThis enum is dead
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-27 Devang PatelRemove ETForest.
2007-06-27 Dan GohmanRename ("shrinkify") MVT::isExtendedValueType to MVT...
2007-06-26 Dan GohmanUse utostr from StringExtras.h instead of ostringstream...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-21 Devang PatelMove code to update dominator information after basic...
next