aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-11-30Two changes: Make getDependency remove QueryInst for a dirty record'sChris Lattner
2008-11-30introduce a typedef, no functionality change.Chris Lattner
2008-11-30Change NonLocalDeps to be a densemap of pointers to densemapChris Lattner
2008-11-30implement a fixme by introducing a new getDependencyFromInternalChris Lattner
2008-11-30REmove an old fixme, resolve another fixme by adding liberalChris Lattner
2008-11-30fix indentation. std::pair is "isPod" if the first/second are both isPod.Chris Lattner
2008-11-29Eliminate the dropInstruction method, which is not needed any more.Chris Lattner
2008-11-29Add protected visibility to libLTO.Nick Lewycky
2008-11-29implement some fixme's: when deleting an instruction withChris Lattner
2008-11-29Change MemDep::getNonLocalDependency to return its results asChris Lattner
2008-11-29reimplement getNonLocalDependency with a simpler worklistChris Lattner
2008-11-29tidy up some variable names.Chris Lattner
2008-11-29rename some maps.Chris Lattner
2008-11-29protect against negative values that would exceed allowed bit widthTorok Edwin
2008-11-29apparently GCC doesn't believe that I understand C Chris Lattner
2008-11-29Typo fix.Duncan Sands
2008-11-29Split getDependency into getDependency and getDependencyFrom, the Chris Lattner
2008-11-29Now that DepType is private, we can start cleaning up some of its uses:Chris Lattner
2008-11-29Introduce and use a new MemDepResult class to hold the results of a memdepChris Lattner
2008-11-29Reimplement the internal abstraction used by MemDep in termsChris Lattner
2008-11-29Fix sentinels to use correctly 'aligned' pointers.Chris Lattner
2008-11-29Fix spello, add DenseMapInfo specialization for PointerIntPair.Chris Lattner
2008-11-28fix comment typoChris Lattner
2008-11-28fix a bug.Chris Lattner
2008-11-28add a generic "bitmangled pointer" class, which allows a parameterizedChris Lattner
2008-11-28comment cleanups.Chris Lattner
2008-11-28forward declare CallSite instead of #includ'ing it.Chris Lattner
2008-11-28rename "ping" to "verifyRemoved". I don't know why 'ping' what chosen,Chris Lattner
2008-11-28comment and indentation improvements.Chris Lattner
2008-11-28Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov
2008-11-27Enhance RecursivelyDeleteTriviallyDeadInstructions to optionallyChris Lattner
2008-11-27remove doConstantPropagation and dceInstruction, they are justChris Lattner
2008-11-27improve const correctness.Chris Lattner
2008-11-27move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.Chris Lattner
2008-11-27move MergeBasicBlockIntoOnlyPred to Transforms/Utils.Chris Lattner
2008-11-27On x86 favors folding short immediate into some arithmetic operations (e.g. a...Evan Cheng
2008-11-27Add typedef to StringMapEntry.Ted Kremenek
2008-11-26Disallow multiple edges.Mikhail Glushenkov
2008-11-26Fix typo.Devang Patel
2008-11-26Fix the -I option (llvmc -I dir1 -I dir2 didn't work).Mikhail Glushenkov
2008-11-26Refactor Tools.td to remove repetition.Mikhail Glushenkov
2008-11-26LiveRanges are represented as half-open ranges. Fix the findLiveInMBBs codeDan Gohman
2008-11-26Add 'tell' method to raw_fd_ostream that clients can use to query the current...Ted Kremenek
2008-11-26add a long-overdue AllocaInst::isStaticAlloca method.Chris Lattner
2008-11-26change AnnotationManager to use 'const char*' instead of std::string. this fi...Nuno Lopes
2008-11-25Make -fsyntax-only, -include and -emit-llvm work for C++ and Objective-C/C++.Mikhail Glushenkov
2008-11-25Initial support for anti-dependence breaking. Currently this code does notDan Gohman
2008-11-24Move the scheduler constructor functions to SchedulerRegistry.h, toDan Gohman
2008-11-24Fix an unused-parameter warning.Dan Gohman
2008-11-24Check in the rest of this change. The isAntiDep flag needs to be passedDan Gohman