Delete the CollectorNamePool if it should become empty.
[oota-llvm.git] / lib / VMCore /
2007-12-10 Gordon HenriksenDelete the CollectorNamePool if it should become empty.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-10 Chris Lattnerfix some warnings.
2007-12-10 Chris LattnerFix a big problem in the recent dtor refactoring work...
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-05 Duncan SandsCommit 44487 broke bootstrap of llvm-gcc-4.2. It is
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-30 Duncan SandsSmall optimization of parameter attribute lookup.
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
2007-11-30 Duncan SandsCheck that there are not more attributes than
2007-11-29 Duncan SandsSmall parameter attributes cleanup.
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-25 Duncan SandsFix PR1816. If a bitcast of a function only exists...
2007-11-22 Duncan SandsRename the 'const' parameter attribute to 'readnone',
2007-11-20 Duncan SandsIn order for parameter attribute uniquing to make
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-11-18 Chris Lattnerprint a call to a fastcc function as:
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-15 Nate BegemanBasic non-power-of-2 vector support
2007-11-14 Duncan SandsI discover array_lengthof, thanks to gabor on #llvm.
2007-11-14 Duncan SandsSimplify the attribute verification code.
2007-11-14 Anton KorobeynikovAdd pure/const attributes. Documentation will follow.
2007-11-01 Duncan SandsDon't barf on empty basic blocks. Do not rely on assert
2007-11-01 Chris Lattnerremove verifier command line option: this should be...
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...
next