aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-20Fix an infinite loop in the loop-vectorizer.Nadav Rotem
2012-10-20Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer
2012-10-20SROA: Simplify code. No functionality change.Benjamin Kramer
2012-10-20InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...Benjamin Kramer
2012-10-20Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...Nadav Rotem
2012-10-20Fix a typoNadav Rotem
2012-10-20Vectorizer: refactor the memory checks to a new function. No functionality ch...Nadav Rotem
2012-10-20[ms-inline asm] Rename AsmOpRewrite to just AsmRewrite to be more generic. No...Chad Rosier
2012-10-20[ms-inline asm] If the state of the parser is ignore, then don't parse theChad Rosier
2012-10-19LoopVectorize: Keep the IRBuilder on the stack.Nadav Rotem
2012-10-19[ms-inline asm] Continue parsing even when we're in an ignore block.Chad Rosier
2012-10-19Vectorizer: Add support for loop reductions.Nadav Rotem
2012-10-191. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang
2012-10-19[ms-inline asm] Reset the opcode prior to parsing a statement.Chad Rosier
2012-10-19[mips] Use 64-bit registers to return an sret pointer if target ABI is N64.Akira Hatanaka
2012-10-19[mips] Add code to do tail call optimization.Akira Hatanaka
2012-10-19[mips] Fix TAILCALL's operand node type.Akira Hatanaka
2012-10-19revert r166264 because the LTO build is still failingNadav Rotem