Remove the uses of getSubtargetImpl from InstrEmitter and remove
[oota-llvm.git] / lib / CodeGen / PseudoSourceValue.cpp
2014-08-16 Hal FinkelMake isAliased property for fixed-offset stack objects...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2010-11-29 Michael J. SpencerMerge System into Support.
2010-03-04 Jeffrey YasskinFix memcheck-found leaks: one false positive from using...
2009-11-12 David GreeneDo some cleanups suggested by Chris.
2009-11-12 David GreeneMake FixedStackPseudoSourceValue a first-class PseudoSo...
2009-11-01 Evan ChengAdd PseudoSourceValue::mayAlias. It returns true if...
2009-10-27 Chris Lattnerpseudosourcevalue is also still using getGlobalContext...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-18 Evan ChengSpill slots cannot alias.
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-08-27 Dan GohmanRemove the std::ostream form of PseudoSourceValue's...
2008-08-24 Chris Lattnersimplify PseudoSourceValue printing a bit. Unnest...
2008-08-24 Evan ChengPrint PseudoSourceValue.
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-14 Dan GohmanFix edito in the PseudoSourceValue name list.
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-02-11 Dan GohmanFrom Chris' review: fix 80 column violations
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-30 Dan GohmanAdd a new PseudoSourceValue class, which will be used...