aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86FloatingPointRegKill.cpp
Commit message (Expand)AuthorAgeFilesLines
* now that fp reg kill insertion stuff happens as a separateChris Lattner2010-05-211-38/+33
* Use less evil form of switch stmt.Chris Lattner2010-05-211-2/+4
* use continue to reduce nesting.Chris Lattner2010-05-211-14/+17
* pull a nested loop of this pass out to its own function,Chris Lattner2010-05-211-42/+55
* modernize this pass a bit, fit in 80 columns.Chris Lattner2010-05-211-6/+9
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-1/+1
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-1/+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-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+3
* X86 floating-point passes don't modify the CFG.Dan Gohman2009-08-011-0/+1
* Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen2009-02-131-1/+1
* Move the code that inserts X87 FP_REG_KILL instructions from aDan Gohman2008-11-121-0/+139