- 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
- e8cfa63 Fix memcheck-found leaks: one false positive from using new[], and one true by Jeffrey Yasskin · 15 years ago
- b3bc115 by David Greene · 16 years ago
- cf62632 by David Greene · 16 years ago
- f57b1ba Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias any LLVM IR value. by Evan Cheng · 16 years ago
- 75c478a pseudosourcevalue is also still using getGlobalContext(), so it isn't by Chris Lattner · 16 years ago
- f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 38bdfc6 Spill slots cannot alias. by Evan Cheng · 16 years ago
- ff89dcb -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed by Evan Cheng · 16 years ago
- 6553155 Revert 84315 for now. Re-thinking the patch. by Evan Cheng · 16 years ago
- bf12558 Rename getFixedStack to getStackObject. The stack objects represented are not by Evan Cheng · 16 years ago
- ac53a0b Introduce and use convenience methods for getting pointer types by Duncan Sands · 16 years ago
- cd26ec5 Give MachineMemOperand an operator<<, factoring out code from by Dan Gohman · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- f871ccb Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
- d71703d Have PseudoSourceValue override Value::dump, so that it works by Dan Gohman · 17 years ago
- a8b8332 Remove the std::ostream form of PseudoSourceValue's print, by Dan Gohman · 17 years ago
- edfb72c simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.cpp from the llvm namespace. by Chris Lattner · 17 years ago
- 40ab164 Print PseudoSourceValue. by Evan Cheng · 17 years ago
- 6d69ba8 Enable rematerialization of constants using AliasAnalysis::pointsToConstantMemory, by Dan Gohman · 17 years ago
- 2b06299 Fix edito in the PseudoSourceValue name list. by Dan Gohman · 17 years ago
- a54cf17 Include a frame index in the "fixed stack" pseudo source value by Dan Gohman · 17 years ago
- cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
- debeeba From Chris' review: fix 80 column violations by Dan Gohman · 17 years ago
- 3069b87 Follow Chris' suggestion; change the PseudoSourceValue accessors by Dan Gohman · 18 years ago
- 69de193 Re-apply the memory operand changes, with a fix for the static by Dan Gohman · 18 years ago
- 334dc1f Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit. by Evan Cheng · 18 years ago
- f38dc19 Add a new PseudoSourceValue class, which will be used to help track by Dan Gohman · 18 years ago