Search for a free FP register instead of just assuming FP7 is not in use.
[oota-llvm.git] / lib / Target / X86 / X86FloatingPointRegKill.cpp
2010-07-12 Jakob Stoklund OlesenA basic block that only uses RFP registers still needs...
2010-05-21 Chris Lattnernow that fp reg kill insertion stuff happens as a separate
2010-05-21 Chris LattnerUse less evil form of switch stmt.
2010-05-21 Chris Lattneruse continue to reduce nesting.
2010-05-21 Chris Lattnerpull a nested loop of this pass out to its own function,
2010-05-21 Chris Lattnermodernize this pass a bit, fit in 80 columns.
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
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-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-01 Dan GohmanX86 floating-point passes don't modify the CFG.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from X86.
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...