summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
...
* Remove setDbgMetadata and getDbgMetadata; their users have beenDan Gohman2010-07-20
* I just fail with SVN today.Owen Anderson2010-07-20
* Convert the internal PassRegistrar class into a new, external PassRegistry cl...Owen Anderson2010-07-20
* Pull out r108755. After offline discussion with Chris, we're going to go a d...Owen Anderson2010-07-20
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-19
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-19
* precompute 20 tagsGabor Greif2010-07-19
* fullStopTag cannot happen here, it is handled aboveGabor Greif2010-07-17
* Fix PR7658, a problem where type refinement can triggerChris Lattner2010-07-17
* tidy upChris Lattner2010-07-16
* eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext,Chris Lattner2010-07-16
* get the first few tags from a precomputed table (count can be increased if de...Gabor Greif2010-07-16
* eliminate CallInst::ArgOffsetGabor Greif2010-07-16
* LoopSimplify does not update domfrontier correctly.Tobias Grosser2010-07-16
* Add dump() to DominanceFrontierTobias Grosser2010-07-16
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Just use getParent() instead of getModuleFromVal when the value is a Function.Dan Gohman2010-07-14
* Rename WriteConstantInt to WriteConstantInternal, to avoid confusion.Dan Gohman2010-07-14
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-13
* rotate CallInst operandsGabor Greif2010-07-13
* cache dereferenced iteratorsGabor Greif2010-07-12
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* fix PR7311 by avoiding breaking casts when a bitcast from scalar->vectorChris Lattner2010-07-12
* make the prototypes for CreateMalloc and CreateFree more consistent. PatchChris Lattner2010-07-12
* If it's safe to speculatively execute load(alloca) the it's safe to executeNick Lewycky2010-07-11
* fix typoChris Lattner2010-07-11
* use PrintEscapedString to handle attribute section with escapes in it,Chris Lattner2010-07-07
* Add fixme.Devang Patel2010-07-06
* IndirectBr is not safe to speculatively execute (!)Dan Gohman2010-07-02
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* reformulate CallSite::getCallee to adapt to CallInst::ArgOffset, and make it ...Gabor Greif2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* use ArgOperand APIGabor Greif2010-06-29
* encode operand initializations (at fixed index)Gabor Greif2010-06-29
* Constant fold x == undef to undef.Dan Gohman2010-06-28
* Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman2010-06-28
* use ArgOperand accessorsGabor Greif2010-06-23
* use ArgOperand accessorsGabor Greif2010-06-23
* use helper to neatly access argumentsGabor Greif2010-06-23
* use high-level accessorsGabor Greif2010-06-22
* warmup ritual: use high-level argument accessorsGabor Greif2010-06-22
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-22
* Use A.append(...) instead of A.insert(A.end(), ...) when A is aDan Gohman2010-06-21
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-21
* Tidy.Bob Wilson2010-06-19