aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-27Add hasSideEffects=0 to CMP*rr_REV.Craig Topper
2012-12-27whitespaceNadav Rotem
2012-12-27Add mayLoad, mayStore, and hasSideEffects tags to BT/BTS/BTR/BTC instructions...Craig Topper
2012-12-27Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher
2012-12-26If all of the write objects are identified then we can vectorize the loop eve...Nadav Rotem
2012-12-26Fix operands and encoding form for ARPL instruction. Register form had and ...Craig Topper
2012-12-26Add hasSideEffects=0 to some atomic instructions.Craig Topper
2012-12-26Mark the AL/AX/EAX forms of the basic arithmetic operations has never having ...Craig Topper
2012-12-2680 columns. No functionality change.Nick Lewycky
2012-12-26Remove mid-optimizer warning. This situation should be handled differently,Nick Lewycky
2012-12-26Mark all the _REV instructions as not having side effects. They aren't really...Craig Topper
2012-12-26Remove a special conditional setting of neverHasSideEffects if the instructio...Craig Topper
2012-12-26Update the docs with the new workload that was added.Nadav Rotem
2012-12-26LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem
2012-12-26Fix comment typoEli Bendersky
2012-12-26[msan] Raise alignment of origin stores/loads when possible.Evgeniy Stepanov
2012-12-26[msan] Expand the file comment with track-origins info.Evgeniy Stepanov
2012-12-26Fix quoting in configure. Patch by Krzysztof Parzyszek!Benjamin Kramer
2012-12-26Merge still more SSE/AVX instruction definitions.Craig Topper
2012-12-26Merge more SSE/AVX instruction definitions.Craig Topper
2012-12-26TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi
2012-12-26revert an accidental commit.Nadav Rotem
2012-12-26Fix 80 column violation.Craig Topper
2012-12-26Fix class name in comment.Craig Topper
2012-12-26Merge SSE/AVX PCMPEQ/PCMPGT instruction definitions.Craig Topper
2012-12-26Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel.Nadav Rotem
2012-12-26Remove 'v' from mnemonic to fix asm matching failures.Craig Topper
2012-12-26Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...Craig Topper
2012-12-26Reformat the docs.Nadav Rotem
2012-12-26white spaceNadav Rotem
2012-12-26Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...Craig Topper
2012-12-26Merge an AVX/SSE 256-bit and 128-bit multiclass.Craig Topper
2012-12-26Mark VANDNPD/VANDNPDS as not commutable.Craig Topper
2012-12-26llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.NAKAMURA Takumi
2012-12-26llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.NAKAMURA Takumi
2012-12-26Remove alignment from a bunch more VEX encoded operations in the folding tables.Craig Topper
2012-12-26Remove alignment from folding table for VMOVUPD as an unaligned instruction i...Craig Topper
2012-12-26Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit...Craig Topper
2012-12-26BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel
2012-12-26Remove alignment requirement from VCVTSS2SD in folding tables. Reverting r171...Craig Topper
2012-12-25LoopVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel
2012-12-25BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel
2012-12-25Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel
2012-12-25Expand PPC64 atomic load and storeHal Finkel
2012-12-25[msan] Fix handling of vectors of pointers.Evgeniy Stepanov
2012-12-25[msan] Fix handling of select with vector condition.Evgeniy Stepanov
2012-12-25Harden test so it's not affected by changes to compare lowering.Benjamin Kramer
2012-12-25X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer
2012-12-25X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer
2012-12-25ASan: initialize callbacks from ASan module pass in a separate function for c...Alexey Samsonov