aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore
AgeCommit message (Expand)Author
2007-10-18this doesn't need dynamic_cast.Chris Lattner
2007-10-18Reduce reliance on rtti infoChris Lattner
2007-10-18fix typoChris Lattner
2007-10-17Define a helper function ConstantVector::getSplatValue for testing forDan Gohman
2007-10-17Move splitBlock into DomTreeBase from DomTree.Owen Anderson
2007-10-16Disable attempts to constant fold PPC f128.Dale Johannesen
2007-10-16Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson
2007-10-16Initial infrastructure for arbitrary precision integerDuncan Sands
2007-10-15avoid an APFloat copy.Chris Lattner
2007-10-14Disable some compile-time optimizations on PPCDale Johannesen
2007-10-11Next PPC long double bits. First cut at constants.Dale Johannesen
2007-10-08C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen
2007-10-08Remove debugging printf to get build going on x86-64.Evan Cheng
2007-10-08Add explicit keywords.Dan Gohman
2007-10-08Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...Owen Anderson
2007-10-08C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen
2007-10-07C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen
2007-10-07convertFromInteger, as originally written, expected sign-extendedNeil Booth
2007-10-07C and Objective Caml bindings for PATypeHolder.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen
2007-10-06Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen
2007-10-06Wrapping Value::dump.Gordon Henriksen
2007-10-05Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen
2007-10-05Fix bug in updating dominance frontier after loop Devang Patel
2007-10-03Completely merge the implementation details of DomTree and PostDomTree.Owen Anderson
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-10-03Fix a using namespace llvm; in a header file.Dan Gohman
2007-10-03Factor some code from the DomTree and PostDomTree calculate methods up into Owen Anderson
2007-09-30Constant fold int-to-long-double conversions;Dale Johannesen
2007-09-30Template-ize more of the DomTree internal implementation details. Only the c...Owen Anderson
2007-09-29Check that the second parameter of init_trampolineDuncan Sands
2007-09-29Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen
2007-09-28Make Value::getNameLen not crash on an empty name, fixing PR1712.Chris Lattner
2007-09-28Have PostDomTree use the newly templated DFSPass.Owen Anderson
2007-09-27Convert DFSPass into a templated friend function, in preparation for making i...Owen Anderson
2007-09-26Make temporaries explicit to avoid prematureDale Johannesen
2007-09-26Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen
2007-09-25Remove no-longer-used variable.Dale Johannesen
2007-09-25Make APFloat->int conversions deterministic even inDale Johannesen
2007-09-25Add missing end-of-file newlines.Duncan Sands
2007-09-24float->int conversion rounds toward 0. Duh.Dale Johannesen
2007-09-24Merge significant portions of the DomTree and PostDomTree implementations.Owen Anderson
2007-09-24Just use APFloat for const / const. FixesDale Johannesen
2007-09-23Move DFSPass back down into DominatorTree. I need to figure out what the dif...Owen Anderson
2007-09-23Fix header.Owen Anderson
2007-09-23Factor the dominator tree calculation details out into DominatorCalculation.h...Owen Anderson
2007-09-20Fix dumb regression in constant folding (Regression/C/casts)Dale Johannesen
2007-09-19reject things like "declare internal @foo"Chris Lattner
2007-09-19Fix some long double issues.Dale Johannesen