aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86FloatingPoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Floating point loads/stores act on memory operands. Rename them toAlkis Evlogimenos2004-02-281-7/+7
* Fix problem in DEBUG code. I could be pointing past the end andAlkis Evlogimenos2004-02-151-14/+14
* Use newly added next() and prior() utility functions.Alkis Evlogimenos2004-02-141-5/+3
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-21/+29
* Don't use MachineOperator::is(Phys|Virt)RegisterChris Lattner2004-02-101-1/+1
* Add support for one argument OneArgFP instructionsChris Lattner2004-02-031-3/+4
* Add support for OneArgFPRW instructions, fix a couple of typeosChris Lattner2004-02-021-12/+43
* Add some comments sketching out how this is to work eventually.Chris Lattner2004-01-301-6/+49
* Remove floating point killer pass. This is now implemented in theAlkis Evlogimenos2003-12-201-52/+0
* Fix memory leak in the stackifier, due to the machinebasicblocks not holdingChris Lattner2003-12-201-0/+1
* Finegrainify namespacificationChris Lattner2003-12-201-21/+20
* Change preserve all claim to just preserve live variables and phielimination.Alkis Evlogimenos2003-12-141-1/+2
* Add a floating point killer pass. This pass runs before registerAlkis Evlogimenos2003-12-131-0/+52
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-131-1/+1
* Resort tablesChris Lattner2003-08-031-16/+20
* Set debug typesChris Lattner2003-08-031-0/+1
* Move DEBUG to Debug.hChris Lattner2003-08-011-0/+1
* Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke2003-06-271-2/+2
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-1/+1
* New filesChris Lattner2003-01-131-0/+587