aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86
AgeCommit message (Expand)Author
2013-03-19Annotate a lot of X86InstrInfo.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19[ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier
2013-03-18[ms-inline asm] Avoid emitting a redundant sizing directive, if we've alreadyChad Rosier
2013-03-18Add SchedRW annotations to most of X86InstrSSE.td.Jakob Stoklund Olesen
2013-03-18Annotate X86 arithmetic instructions with SchedRW lists.Jakob Stoklund Olesen
2013-03-18TLS support for MinGW targets.Anton Korobeynikov
2013-03-18Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper
2013-03-18Refactor some duplicated code into helper functions.Craig Topper
2013-03-16Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper
2013-03-16Define more SchedWrites for annotating X86 instructions.Jakob Stoklund Olesen
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem
2013-03-14Prepare for adding InstrSchedModel annotations to X86 instructions.Jakob Stoklund Olesen
2013-03-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
2013-03-14Fix the name of a variable to match its declaration. Fixes build failure from...Craig Topper
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper
2013-03-14Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...Craig Topper
2013-03-14Fix PR15309Michael Liao
2013-03-11Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby
2013-03-08DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard
2013-03-07X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer
2013-03-07Fix two remaining issue after fixing PR15355 when CMOV is not availableMichael Liao
2013-03-06Fix PR15355Michael Liao
2013-03-05The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr
2013-03-04Bypass Slow DividesPreston Gurd
2013-03-02X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer
2013-03-01Fix PR10475Michael Liao
2013-03-01GCC thinks that this variable might be used uninitialized (it isn't).Duncan Sands
2013-02-28Re-format comments (and check commit access)Yiannis Tsiouris
2013-02-27Revert r176166 because it broke one of the lit tests.Nadav Rotem
2013-02-27std::string to StringRef.Nadav Rotem
2013-02-26[fast-isel] Make sure the FastLowerArguments function checks to make sure theChad Rosier
2013-02-25Refine fix to PR10499, no functionality changeMichael Liao
2013-02-25Fix PR10499Michael Liao
2013-02-25[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier
2013-02-25[ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier
2013-02-24Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem
2013-02-23X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer
2013-02-22x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-21getX86SubSuperRegister has a special mode with High=true for i64 whichEli Bendersky
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-02-20Update TargetLowering ivars for name policy.Jim Grosbach
2013-02-20[ms-inline asm] Make the comment a bit more verbose.Chad Rosier
2013-02-20I optimized the following patterns:Elena Demikhovsky
2013-02-19[ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier
2013-02-19Add obvious constantness.Jakub Staszak
2013-02-19Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.Benjamin Kramer
2013-02-19Move LLVM_LIBRARY_VISIBILITY for consistency with what was done toRafael Espindola
2013-02-19Make pass name more precise and fix comment.Eli Bendersky