summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* I discover array_lengthof, thanks to gabor on #llvm.Duncan Sands2007-11-14
* Simplify the attribute verification code.Duncan Sands2007-11-14
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-14
* Don't barf on empty basic blocks. Do not rely on assertDuncan Sands2007-11-01
* remove verifier command line option: this should be part of the API, notChris Lattner2007-11-01
* Now with less tabs!Owen Anderson2007-11-01
* Fix InstCombine/2007-10-31-StringCrash.ll by removing an obviousChris Lattner2007-11-01
* Fix a regression in test/CodeGen/X86/2007-04-24-VectorCrash.ll introducedDan Gohman2007-10-31
* Add a preverifier pass to check that every basic block ends in a terminator, ...Owen Anderson2007-10-31
* Add support for folding binary operators with vector zero operands.Dan Gohman2007-10-30
* I am not sure this is a good idea to be an option, but rename the option forChris Lattner2007-10-29
* Add 'pedantic' mode to verifier rejecting syntactically valid, but 'bad' due ...Anton Korobeynikov2007-10-28
* Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...Owen Anderson2007-10-23
* The #include <iterator> isn't needed in this header.Dan Gohman2007-10-22
* this doesn't need dynamic_cast.Chris Lattner2007-10-18
* Reduce reliance on rtti infoChris Lattner2007-10-18
* fix typoChris Lattner2007-10-18
* Define a helper function ConstantVector::getSplatValue for testing forDan Gohman2007-10-17
* Move splitBlock into DomTreeBase from DomTree.Owen Anderson2007-10-17
* Disable attempts to constant fold PPC f128.Dale Johannesen2007-10-16
* Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson2007-10-16
* Initial infrastructure for arbitrary precision integerDuncan Sands2007-10-16
* avoid an APFloat copy.Chris Lattner2007-10-15
* Disable some compile-time optimizations on PPCDale Johannesen2007-10-14
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-11
* C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen2007-10-08
* Remove debugging printf to get build going on x86-64.Evan Cheng2007-10-08
* Add explicit keywords.Dan Gohman2007-10-08
* Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...Owen Anderson2007-10-08
* C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen2007-10-08
* C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen2007-10-07
* convertFromInteger, as originally written, expected sign-extendedNeil Booth2007-10-07
* C and Objective Caml bindings for PATypeHolder.Gordon Henriksen2007-10-07
* Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen2007-10-06
* Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen2007-10-06
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-06
* Wrapping Value::dump.Gordon Henriksen2007-10-06
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-05
* Fix bug in updating dominance frontier after loop Devang Patel2007-10-05
* Completely merge the implementation details of DomTree and PostDomTree.Owen Anderson2007-10-03
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-03
* Fix a using namespace llvm; in a header file.Dan Gohman2007-10-03
* Factor some code from the DomTree and PostDomTree calculate methods up into Owen Anderson2007-10-03
* Constant fold int-to-long-double conversions;Dale Johannesen2007-09-30
* Template-ize more of the DomTree internal implementation details. Only the c...Owen Anderson2007-09-30
* Check that the second parameter of init_trampolineDuncan Sands2007-09-29
* Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen2007-09-29
* Make Value::getNameLen not crash on an empty name, fixing PR1712.Chris Lattner2007-09-28
* Have PostDomTree use the newly templated DFSPass.Owen Anderson2007-09-28
* Convert DFSPass into a templated friend function, in preparation for making i...Owen Anderson2007-09-27