aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FloatingPointRegKill.cpp
AgeCommit message (Expand)Author
2010-07-16Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen
2010-07-12A basic block that only uses RFP registers still needs the FP_REG_KILL marker.Jakob Stoklund Olesen
2010-05-21now that fp reg kill insertion stuff happens as a separateChris Lattner
2010-05-21Use less evil form of switch stmt.Chris Lattner
2010-05-21use continue to reduce nesting.Chris Lattner
2010-05-21pull a nested loop of this pass out to its own function,Chris Lattner
2010-05-21modernize this pass a bit, fit in 80 columns.Chris Lattner
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
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-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-01X86 floating-point passes don't modify the CFG.Dan Gohman
2009-02-13Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen
2008-11-12Move the code that inserts X87 FP_REG_KILL instructions from aDan Gohman