aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FloatingPoint.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-21Make calcLiveInMask method static.Jakub Staszak
2012-11-21Make isScratchReg and isFPCopy methods static.Jakub Staszak
2012-11-20Add obvious constantness.Jakub Staszak
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-17LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...Benjamin Kramer
2012-09-11Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-08-01Whitespace.Chad Rosier
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-03-27Prune some includesCraig Topper
2012-03-27Remove unnecessary llvm:: qualificationsCraig Topper
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-09Use uint16_t to store opcodes in static tables in X86 backend.Craig Topper
2012-02-25Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi
2012-02-24Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer
2011-08-12Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands
2011-08-08Don't clobber pending ST regs when FP regs are killed.Jakob Stoklund Olesen
2011-08-03Handle IMPLICIT_DEF instructions in X86FloatingPoint.Jakob Stoklund Olesen
2011-07-02Consistent diagnostic capitalization and redundant context elimination.Jakob Stoklund Olesen
2011-07-02Include a source location when complaining about bad inline assembly.Jakob Stoklund Olesen
2011-06-30Tweak error messages to match GCC. Should fix gcc.target/i386/pr30848.cJakob Stoklund Olesen
2011-06-28Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen
2011-06-27Grow the X86FloatingPoint register map to hold 16 registers.Jakob Stoklund Olesen
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-01-04Use the EdgeBundles analysis in X86FloatingPoint instead of recomputing CFGJakob Stoklund Olesen
2011-01-04Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen
2010-10-23Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth
2010-10-21Remove some variables that are never really usedDuncan Sands
2010-10-12Turn some fp stackifier assertion into errors to avoid silently generating ba...Evan Cheng
2010-08-18Marked with ATTRIBUTE_USED so that clang doesn't complain.Bill Wendling
2010-08-16Partially revert r111155. It looks like MSVC is calling an operator<() thatJakob Stoklund Olesen
2010-08-16Remove unused functions.Jakob Stoklund Olesen
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-17doxygenify some comments.Chris Lattner
2010-07-16Keep valgrind quiet.Jakob Stoklund Olesen
2010-07-16Search for a free FP register instead of just assuming FP7 is not in use.Jakob Stoklund Olesen
2010-07-16Allow x87 FP registers to be alive globally in a function.Jakob Stoklund Olesen
2010-07-10Don't emit st(0)/st(1) copies as FpMOV instructions. Use FpSET_ST? instead.Jakob Stoklund Olesen
2010-07-08add some long-overdue enums to refer to the parts of the 5-operandChris Lattner
2010-07-08Teach the x86 floating point stackifier to handle COPY instructions.Jakob Stoklund Olesen
2010-06-22Use pre-increment instead of post-increment when the result is not used.Dan Gohman
2010-06-08Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes
2010-06-05revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner
2010-06-05Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes
2010-04-28Teach X86FloatingPoint that a register can be killed multiple times by the sameJakob Stoklund Olesen