index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86FloatingPointRegKill.cpp
Age
Commit message (
Expand
)
Author
2010-07-16
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
Jakob Stoklund Olesen
2010-07-12
A basic block that only uses RFP registers still needs the FP_REG_KILL marker.
Jakob Stoklund Olesen
2010-05-21
now that fp reg kill insertion stuff happens as a separate
Chris Lattner
2010-05-21
Use less evil form of switch stmt.
Chris Lattner
2010-05-21
use continue to reduce nesting.
Chris Lattner
2010-05-21
pull a nested loop of this pass out to its own function,
Chris Lattner
2010-05-21
modernize this pass a bit, fit in 80 columns.
Chris Lattner
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-01
X86 floating-point passes don't modify the CFG.
Dan Gohman
2009-02-13
Remove non-DebugLoc versions of BuildMI from X86.
Dale Johannesen
2008-11-12
Move the code that inserts X87 FP_REG_KILL instructions from a
Dan Gohman