aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PseudoSourceValue.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2010-11-29Merge System into Support.Michael J. Spencer
2010-03-04Fix memcheck-found leaks: one false positive from using new[], and one trueJeffrey Yasskin
2009-11-12Do some cleanups suggested by Chris.David Greene
2009-11-12Make FixedStackPseudoSourceValue a first-class PseudoSourceValue byDavid Greene
2009-11-01Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias...Evan Cheng
2009-10-27pseudosourcevalue is also still using getGlobalContext(), so it isn'tChris Lattner
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-18Spill slots cannot alias.Evan Cheng
2009-10-18-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng
2009-10-17Revert 84315 for now. Re-thinking the patch.Evan Cheng
2009-10-17Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-23Give MachineMemOperand an operator<<, factoring out code fromDan Gohman
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-03-23Now that errs() is properly non-buffered, there's no need toDan Gohman
2008-12-03Have PseudoSourceValue override Value::dump, so that it worksDan Gohman
2008-08-27Remove the std::ostream form of PseudoSourceValue's print,Dan Gohman
2008-08-24simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c...Chris Lattner
2008-08-24Print PseudoSourceValue.Evan Cheng
2008-07-25Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman
2008-07-14Fix edito in the PseudoSourceValue name list.Dan Gohman
2008-07-11Include a frame index in the "fixed stack" pseudo source valueDan Gohman
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2008-02-11From Chris' review: fix 80 column violationsDan Gohman
2008-02-07Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman
2008-02-06Re-apply the memory operand changes, with a fix for the staticDan Gohman
2008-01-31Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng
2008-01-30Add a new PseudoSourceValue class, which will be used to help trackDan Gohman