aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-27Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses.Craig Topper
2012-12-27AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower...Nadav Rotem
2012-12-27Merge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p_y multiclasses.Craig Topper
2012-12-27Add support to BasicBlocks for iterating backwards over theChandler Carruth
2012-12-27Provide a common half-open interval map info implementation, and justChandler Carruth
2012-12-27Make this parameter be named consistently with most otherChandler Carruth
2012-12-27docs: Add FAQ about "storing to a virtual register".Sean Silva
2012-12-27docs: Move link to the new "external tutorials" area.Sean Silva
2012-12-27[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...Alexey Samsonov
2012-12-27DAGCombinerInformation: add a getter that exposes the dagcombine level.Nadav Rotem
2012-12-27Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov
2012-12-27docs: Update the benchmark with updated perf numbers.Nadav Rotem
2012-12-27On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sizedNadav Rotem
2012-12-27AVX/AVX2: Move the code that lowers vector-trunc from a DAGCo-hook to custom ...Nadav Rotem
2012-12-27Add hasSideEffects=0 to some forms of ROUND, RCP, and RSQRT.Craig Topper
2012-12-27Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem
2012-12-27Move single letter 'P' prefix out of multiclass now that tablegen allows defm...Craig Topper
2012-12-27Update tablegen parser to allow defm names to start with #NAME.Craig Topper
2012-12-27Add hasSideEffects=0 to some shift and rotate instructions. None of which are...Craig Topper
2012-12-27Mark the divide instructions as hasSideEffects=0.Craig Topper
2012-12-27For the dwarf5 split debug info code split out the string sectionEric Christopher
2012-12-27FileCheck-ize.Eric Christopher
2012-12-27FileCheck-ize.Eric Christopher
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