Now with less tabs!
[oota-llvm.git] / lib / VMCore /
2007-11-01 Owen AndersonNow with less tabs!
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-StringCrash.ll by removing...
2007-10-31 Dan GohmanFix a regression in test/CodeGen/X86/2007-04-24-VectorC...
2007-10-31 Owen AndersonAdd a preverifier pass to check that every basic block...
2007-10-30 Dan GohmanAdd support for folding binary operators with vector...
2007-10-29 Chris LattnerI am not sure this is a good idea to be an option,...
2007-10-28 Anton KorobeynikovAdd 'pedantic' mode to verifier rejecting syntactically...
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-22 Dan GohmanThe #include <iterator> isn't needed in this header.
2007-10-18 Chris Lattnerthis doesn't need dynamic_cast.
2007-10-18 Chris LattnerReduce reliance on rtti info
2007-10-18 Chris Lattnerfix typo
2007-10-17 Dan GohmanDefine a helper function ConstantVector::getSplatValue...
2007-10-17 Owen AndersonMove splitBlock into DomTreeBase from DomTree.
2007-10-16 Dale JohannesenDisable attempts to constant fold PPC f128.
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-16 Duncan SandsInitial infrastructure for arbitrary precision integer
2007-10-15 Chris Lattneravoid an APFloat copy.
2007-10-14 Dale JohannesenDisable some compile-time optimizations on PPC
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Evan ChengRemove debugging printf to get build going on x86-64.
2007-10-08 Dan GohmanAdd explicit keywords.
2007-10-08 Owen AndersonBegin the process of allowing DomTree on MBB's. Step...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Gordon HenriksenWrapping Value::dump.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-10-05 Devang PatelFix bug in updating dominance frontier after loop
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-10-03 Dan GohmanFix a using namespace llvm; in a header file.
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-09-30 Dale JohannesenConstant fold int-to-long-double conversions;
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-29 Duncan SandsCheck that the second parameter of init_trampoline
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-28 Chris LattnerMake Value::getNameLen not crash on an empty name,...
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-27 Owen AndersonConvert DFSPass into a templated friend function, in...
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
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
next