aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-23Make the indirect branch optimization deterministic. No functionality change.Nadav Rotem
2012-10-23Silence -Wsign-compareMatt Beaumont-Gay
2012-10-23Change DenseMap to use a power of 2 growth if one is given instead of the nex...Pete Cooper
2012-10-23Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper
2012-10-23Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...Nadav Rotem
2012-10-23Ignore unreachable blocks when doing memory dependence analysis on non-localBill Wendling
2012-10-23[ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier
2012-10-23Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32Michael Liao
2012-10-23Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao
2012-10-23Grammar.Eric Christopher
2012-10-23Use ilist rather than std::list for Node and Edge lists in the PBQP graph. ThisLang Hames
2012-10-23Test commit accessQuentin Colombet
2012-10-23This is another TLC patch for separating code for the Darwin and ELF ABIsBill Schmidt
2012-10-23Fix typo that somehow escaped both testing and code inspection.Duncan Sands
2012-10-23Transform code like thisDuncan Sands
2012-10-23Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith
2012-10-23Add a comment which explains why the assert fired and how to fix it.Nadav Rotem
2012-10-23implement setXX patternsReed Kotler
2012-10-23Fix typo.Julien Lerouge
2012-10-23Explain why DenseMap is still used here instead of MapVector.Julien Lerouge
2012-10-22[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman
2012-10-22When a block ends in an indirect branch, add its successors to the machine ba...Bill Wendling
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-10-22[ms-inline asm] Don't rewrite out parts of an inline-asm skipped by .if 0 and...Eli Friedman
2012-10-22[ms-inline asm] Add the isOffsetOf() function.Chad Rosier
2012-10-22Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is notJulien Lerouge
2012-10-22[ms-inline asm] Add support for parsing the offset operator. Callback for Chad Rosier
2012-10-22Don't crash if the load/store pointer is not a GEP.Nadav Rotem
2012-10-22Add a testcase for the previous commit.Nadav Rotem
2012-10-22Revert r166407 because it caused analyzer tests to crash and broke self-host ...Argyrios Kyrtzidis
2012-10-22BBVectorize should ignore unreachable blocks.Hal Finkel
2012-10-22Add the "ForceSizeOpt" attribute.Nadav Rotem
2012-10-22Rename a variable.Nadav Rotem
2012-10-22Vectorizer: optimize the generation of selects. If the condition is uniform, ...Nadav Rotem
2012-10-22Update the loop vectorizer docs.Nadav Rotem
2012-10-22Reapply r166405, teaching tailcallelim to be smarter about nocapture, with aNick Lewycky
2012-10-22Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...NAKAMURA Takumi
2012-10-21Teach TailRecursionElimination to consider 'nocapture' when deciding whetherNick Lewycky
2012-10-21DataLayout should use itself when calculating the size of a vector.Hal Finkel
2012-10-21Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...Benjamin Kramer
2012-10-21Don't crash when the Assignments vector is empty.Jakob Stoklund Olesen
2012-10-21Avoid an extra hash lookup when inserting a value into the widen map.Anders Carlsson
2012-10-21Simplify code. No functionality change.Jakub Staszak
2012-10-21Simplify code. No functionality change.Jakub Staszak
2012-10-21LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.Benjamin Kramer
2012-10-21Fix a bug in the vectorization of wide load/store operations.Nadav Rotem
2012-10-21Add support for reduction variables that do not start at zero.Nadav Rotem
2012-10-21Document change. Describe the pass and some papers that inspired the design o...Nadav Rotem
2012-10-21Vectorizer: fix a bug in the classification of induction/reduction phis.Nadav Rotem
2012-10-20Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src",Lang Hames