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