index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86FloatingPoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-41
/
+42
*
Allow the FP stackifier to completely ignore functions that do not use FP at
Chris Lattner
2005-01-23
1
-0
/
+15
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Fix file header as it has been renamed.
Misha Brukman
2004-07-26
1
-1
/
+1
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
1
-2
/
+2
*
Fix bug in previous checkin
Chris Lattner
2004-06-11
1
-0
/
+3
*
Now that compare instructions aren't lumped in with the other twoargfp instru...
Chris Lattner
2004-06-11
1
-8
/
+2
*
Introduce a new FP instruction type to separate the compare cases from the
Chris Lattner
2004-06-11
1
-6
/
+2
*
Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP.
Chris Lattner
2004-06-11
1
-43
/
+49
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
1
-1
/
+1
*
Iterate over the Machine CFG that Brian added instead of the LLVM CFG.
Chris Lattner
2004-05-01
1
-21
/
+4
*
This is the real fix for Codegen/X86/2004-04-13-FPCMOV-Crash.llx which works
Chris Lattner
2004-04-14
1
-7
/
+8
*
Fix issues that the local allocator has dealing with instructions that implic...
Chris Lattner
2004-04-12
1
-5
/
+5
*
Add support for the FUCOMIr instruction
Chris Lattner
2004-04-12
1
-27
/
+34
*
Relax assertion to make this function work with a broader class of instructions
Chris Lattner
2004-04-11
1
-2
/
+8
*
Simplify code by using the more powerful BuildMI forms.
Chris Lattner
2004-04-01
1
-34
/
+41
*
Add support for floating point conditional move instructions
Chris Lattner
2004-03-31
1
-5
/
+37
*
A big X86 instruction rename. The instructions are renamed to make
Alkis Evlogimenos
2004-02-29
1
-8
/
+8
*
Floating point loads/stores act on memory operands. Rename them to
Alkis Evlogimenos
2004-02-28
1
-7
/
+7
*
Fix problem in DEBUG code. I could be pointing past the end and
Alkis Evlogimenos
2004-02-15
1
-14
/
+14
*
Use newly added next() and prior() utility functions.
Alkis Evlogimenos
2004-02-14
1
-5
/
+3
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-21
/
+29
*
Don't use MachineOperator::is(Phys|Virt)Register
Chris Lattner
2004-02-10
1
-1
/
+1
*
Add support for one argument OneArgFP instructions
Chris Lattner
2004-02-03
1
-3
/
+4
*
Add support for OneArgFPRW instructions, fix a couple of typeos
Chris Lattner
2004-02-02
1
-12
/
+43
*
Add some comments sketching out how this is to work eventually.
Chris Lattner
2004-01-30
1
-6
/
+49
*
Remove floating point killer pass. This is now implemented in the
Alkis Evlogimenos
2003-12-20
1
-52
/
+0
*
Fix memory leak in the stackifier, due to the machinebasicblocks not holding
Chris Lattner
2003-12-20
1
-0
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-12-20
1
-21
/
+20
*
Change preserve all claim to just preserve live variables and phielimination.
Alkis Evlogimenos
2003-12-14
1
-1
/
+2
*
Add a floating point killer pass. This pass runs before register
Alkis Evlogimenos
2003-12-13
1
-0
/
+52
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+5
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
1
-1
/
+1
*
Resort tables
Chris Lattner
2003-08-03
1
-16
/
+20
*
Set debug types
Chris Lattner
2003-08-03
1
-0
/
+1
*
Move DEBUG to Debug.h
Chris Lattner
2003-08-01
1
-0
/
+1
*
Nice tasty llc fixes. These should fix LLC for x86 for everything in
Brian Gaeke
2003-06-27
1
-2
/
+2
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-1
/
+1
*
New files
Chris Lattner
2003-01-13
1
-0
/
+587