aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore
AgeCommit message (Expand)Author
2010-08-08Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky
2010-08-07More #include cleanups.Dan Gohman
2010-08-07Oops, check in this file too.Dan Gohman
2010-08-07Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-05remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif
2010-08-04Eliminate unnecessary empty string literals.Dan Gohman
2010-08-02Fix visitInvokeInst to call visitTerminatorInst, and removeDan Gohman
2010-08-02Add Verifier logic for indirectbr.Dan Gohman
2010-08-02Prefix `next' iterator operation with `llvm::'.Oscar Fuentes
2010-08-01Preallocate vector, avoid unnecessary vector growth.Benjamin Kramer
2010-07-28Make GlobalValue alignment consistent with load, store, and allocaDan Gohman
2010-07-28Define a maximum supported alignment value for load, store, andDan Gohman
2010-07-27After updating value handles for RAUW, check that no weak or tracking handlesDuncan Sands
2010-07-26Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock:Dan Gohman
2010-07-26Avoid copying and recopying a std::set.Dan Gohman
2010-07-26Exit a search loop when the search goal is found.Dan Gohman
2010-07-26Fix formatting.Dan Gohman
2010-07-25Reduce string trashing.Benjamin Kramer
2010-07-24PR7704: A function is not allowed to return a function; make sure to enforceEli Friedman
2010-07-24Clarify that if a new value handle is added while dropping value handlesDuncan Sands
2010-07-22undo 80 column trespassing I causedGabor Greif
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-21NamedMDNode is never an operand.Dan Gohman
2010-07-21Disallow null as a named metadata operand.Dan Gohman
2010-07-21Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodesDan Gohman
2010-07-21Tidy.Dan Gohman
2010-07-21Move the smarts of AnalysisGroup registration into PassRegistry.Owen Anderson
2010-07-20Give MDNode printing has access to the current Module in moreDan Gohman
2010-07-20Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson
2010-07-20Rename removeAllMetadata to clearMetadataHashEntries and simplifyDan Gohman
2010-07-20Add support for remapping metadata kind IDs when reading in aDan Gohman
2010-07-20Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...Owen Anderson
2010-07-20Remove setDbgMetadata and getDbgMetadata; their users have beenDan Gohman
2010-07-20I just fail with SVN today.Owen Anderson
2010-07-20Convert the internal PassRegistrar class into a new, external PassRegistry cl...Owen Anderson
2010-07-20Pull out r108755. After offline discussion with Chris, we're going to go a d...Owen Anderson
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-07-19Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson
2010-07-19Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands
2010-07-19precompute 20 tagsGabor Greif
2010-07-17fullStopTag cannot happen here, it is handled aboveGabor Greif
2010-07-17Fix PR7658, a problem where type refinement can triggerChris Lattner
2010-07-16tidy upChris Lattner