aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86FloatingPoint.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-10-31Work around bugs in MSVC "14" CTP 3's conversion logicReid Kleckner1-1/+3
2014-09-11Move constant-sized bitvector to the stack.Benjamin Kramer1-2/+2
2014-08-24Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper1-4/+2
2014-08-19[X86, X87 stackifier] Do not mark an operand of a debug instruction as kill.Akira Hatanaka1-0/+3
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-3/+4
2014-08-04[X86] Place parentheses around "isMask_32(STReturns) && N <= 2".Akira Hatanaka1-1/+1
2014-08-04Improving the name of the function parameter, which happens to solve two like...Aaron Ballman1-14/+14
2014-08-03X86: silence warning (-Wparentheses)Saleem Abdulrasool1-1/+1
2014-08-01[X86] Simplify X87 stackifier pass.Akira Hatanaka1-221/+131
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-09[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-4/+4
2014-01-13[x86] Fix retq/retl handling in 64-bit modeDavid Woodhouse1-1/+2
2014-01-08[x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse1-1/+2
2013-07-21Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...Craig Topper1-0/+1
2013-06-28Fix an off-by-one error. Also make the code a little more explicit in what itChad Rosier1-3/+4
2013-05-24Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer1-5/+5
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-11-21Make calcLiveInMask method static.Jakub Staszak1-1/+1
2012-11-21Make isScratchReg and isFPCopy methods static.Jakub Staszak1-2/+2
2012-11-20Add obvious constantness.Jakub Staszak1-3/+3
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-09-17LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...Benjamin Kramer1-2/+2
2012-09-11Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2012-08-01Whitespace.Chad Rosier1-9/+9
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-03-27Prune some includesCraig Topper1-1/+0
2012-03-27Remove unnecessary llvm:: qualificationsCraig Topper1-1/+1
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+1
2012-03-09Use uint16_t to store opcodes in static tables in X86 backend.Craig Topper1-2/+2
2012-02-25Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi1-2/+0
2012-02-24Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer1-0/+26
2011-08-12Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands1-0/+1
2011-08-08Don't clobber pending ST regs when FP regs are killed.Jakob Stoklund Olesen1-0/+20
2011-08-03Handle IMPLICIT_DEF instructions in X86FloatingPoint.Jakob Stoklund Olesen1-0/+13
2011-07-02Consistent diagnostic capitalization and redundant context elimination.Jakob Stoklund Olesen1-8/+5
2011-07-02Include a source location when complaining about bad inline assembly.Jakob Stoklund Olesen1-10/+12
2011-06-30Tweak error messages to match GCC. Should fix gcc.target/i386/pr30848.cJakob Stoklund Olesen1-3/+3
2011-06-28Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen1-153/+332
2011-06-27Grow the X86FloatingPoint register map to hold 16 registers.Jakob Stoklund Olesen1-5/+15
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-01-04Use the EdgeBundles analysis in X86FloatingPoint instead of recomputing CFGJakob Stoklund Olesen1-87/+14
2011-01-04Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen1-0/+3
2010-10-23Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth1-1/+2