summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FloatingPoint.cpp
Commit message (Expand)AuthorAge
...
* Allow x87 FP registers to be alive globally in a function.Jakob Stoklund Olesen2010-07-16
* Don't emit st(0)/st(1) copies as FpMOV instructions. Use FpSET_ST? instead.Jakob Stoklund Olesen2010-07-10
* add some long-overdue enums to refer to the parts of the 5-operandChris Lattner2010-07-08
* Teach the x86 floating point stackifier to handle COPY instructions.Jakob Stoklund Olesen2010-07-08
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-22
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-08
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-05
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-05
* Teach X86FloatingPoint that a register can be killed multiple times by the sameJakob Stoklund Olesen2010-04-28
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Change errs() to dbgs().David Greene2010-01-05
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* fix PR4767, a crash because fp stackifier visited blocks inChris Lattner2009-09-08
* eliminate uses of cerr()Chris Lattner2009-08-23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23
* - s/DOUT/DEBUG(errs()/gBill Wendling2009-08-03
* X86 floating-point passes don't modify the CFG.Dan Gohman2009-08-01
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Fix PR4485.Rafael Espindola2009-06-30
* Fix PR4484.Rafael Espindola2009-06-30
* FIX PR 4459.Rafael Espindola2009-06-29
* Fix PR4185.Rafael Espindola2009-06-21
* Have only one definition of X86AddrNumOperands.Rafael Espindola2009-03-28
* Make code a bit less brittle by no hardcoding the numberRafael Espindola2009-03-28
* Model inline asm constraint which ties an input to an output register as mach...Evan Cheng2009-03-23
* Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen2009-02-13
* Implement FpSET_ST1_*.Evan Cheng2009-02-09
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-22
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-22
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-13
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Remove more uses of std::set.Owen Anderson2008-08-14
* Eliminate a compilation warning.Evan Cheng2008-07-21
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Restore this assert now that the livevar bug is fixed.Chris Lattner2008-03-21
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-21
* Add support for calls that return two FP values inChris Lattner2008-03-21
* disable a bogus assertion.Chris Lattner2008-03-21
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-21
* Implement basic support for the 'f' register class constraint. This basicallyChris Lattner2008-03-11
* Fix the build on gcc 4.2.Nick Lewycky2008-03-11
* Change the model for FP Stack return to use fp operands on the Chris Lattner2008-03-11
* rename FP_SETRESULT -> FP_SET_ST0Chris Lattner2008-03-09
* rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support forChris Lattner2008-03-09
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-05
* Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...Evan Cheng2008-01-29