aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PseudoSourceValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix memcheck-found leaks: one false positive from using new[], and one trueJeffrey Yasskin2010-03-041-9/+28
* Do some cleanups suggested by Chris.David Greene2009-11-121-0/+4
* Make FixedStackPseudoSourceValue a first-class PseudoSourceValue byDavid Greene2009-11-121-23/+2
* Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias...Evan Cheng2009-11-011-0/+17
* pseudosourcevalue is also still using getGlobalContext(), so it isn'tChris Lattner2009-10-271-0/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+1
* Spill slots cannot alias.Evan Cheng2009-10-181-4/+7
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-181-0/+19
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-171-11/+8
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-171-8/+11
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-231-7/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-1/+2
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-1/+1
* Have PseudoSourceValue override Value::dump, so that it worksDan Gohman2008-12-031-0/+4
* Remove the std::ostream form of PseudoSourceValue's print,Dan Gohman2008-08-271-3/+0
* simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c...Chris Lattner2008-08-241-44/+41
* Print PseudoSourceValue.Evan Cheng2008-08-241-0/+7
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-251-0/+20
* Fix edito in the PseudoSourceValue name list.Dan Gohman2008-07-141-1/+1
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-111-8/+29
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-1/+1
* From Chris' review: fix 80 column violationsDan Gohman2008-02-111-5/+10
* Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman2008-02-071-5/+5
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-0/+41
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-33/+0
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-301-0/+33