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
/
FloatingPoint.cpp
Age
Commit message (
Expand
)
Author
2004-07-26
Renamed files to have the `X86' prefix for uniqueness purposes.
Misha Brukman
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-11
Fix bug in previous checkin
Chris Lattner
2004-06-11
Now that compare instructions aren't lumped in with the other twoargfp instru...
Chris Lattner
2004-06-11
Introduce a new FP instruction type to separate the compare cases from the
Chris Lattner
2004-06-11
Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP.
Chris Lattner
2004-06-02
Convert to the new TargetMachine interface.
Chris Lattner
2004-05-01
Iterate over the Machine CFG that Brian added instead of the LLVM CFG.
Chris Lattner
2004-04-14
This is the real fix for Codegen/X86/2004-04-13-FPCMOV-Crash.llx which works
Chris Lattner
2004-04-12
Fix issues that the local allocator has dealing with instructions that implic...
Chris Lattner
2004-04-12
Add support for the FUCOMIr instruction
Chris Lattner
2004-04-11
Relax assertion to make this function work with a broader class of instructions
Chris Lattner
2004-04-01
Simplify code by using the more powerful BuildMI forms.
Chris Lattner
2004-03-31
Add support for floating point conditional move instructions
Chris Lattner
2004-02-29
A big X86 instruction rename. The instructions are renamed to make
Alkis Evlogimenos
2004-02-28
Floating point loads/stores act on memory operands. Rename them to
Alkis Evlogimenos
2004-02-15
Fix problem in DEBUG code. I could be pointing past the end and
Alkis Evlogimenos
2004-02-14
Use newly added next() and prior() utility functions.
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-10
Don't use MachineOperator::is(Phys|Virt)Register
Chris Lattner
2004-02-03
Add support for one argument OneArgFP instructions
Chris Lattner
2004-02-02
Add support for OneArgFPRW instructions, fix a couple of typeos
Chris Lattner
2004-01-30
Add some comments sketching out how this is to work eventually.
Chris Lattner
2003-12-20
Remove floating point killer pass. This is now implemented in the
Alkis Evlogimenos
2003-12-20
Fix memory leak in the stackifier, due to the machinebasicblocks not holding
Chris Lattner
2003-12-20
Finegrainify namespacification
Chris Lattner
2003-12-14
Change preserve all claim to just preserve live variables and phielimination.
Alkis Evlogimenos
2003-12-13
Add a floating point killer pass. This pass runs before register
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-13
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-03
Resort tables
Chris Lattner
2003-08-03
Set debug types
Chris Lattner
2003-08-01
Move DEBUG to Debug.h
Chris Lattner
2003-06-27
Nice tasty llc fixes. These should fix LLC for x86 for everything in
Brian Gaeke
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
New files
Chris Lattner