aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-20Fix an infinite loop in the loop-vectorizer.Nadav Rotem
2012-10-20Document current Doxygen use practices in Coding Standards. Mostly it isDmitri Gribenko
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-20Vectorization docs.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-19Grammar-o.Eric Christopher
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
2012-10-19[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.Akira Hatanaka
2012-10-19[mips] Add tail call instructions.Akira Hatanaka
2012-10-19[mips] Make the branch nodes used in jump instructions a template parameter.Akira Hatanaka
2012-10-19Add node and enum for mips tail call.Akira Hatanaka
2012-10-19[ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier
2012-10-19Add 'IntrNoReturn' for longjmp intrinsicsMichael Liao
2012-10-19SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...Benjamin Kramer
2012-10-19Fix a build error for ocaml bindings that was introduced with the TargetData ...Micah Villmow
2012-10-19[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier
2012-10-19lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar
2012-10-19lit: Remove support for XTARGET.Daniel Dunbar
2012-10-19lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar
2012-10-19tests: Stop mangling '-vg' into the triple, we don't use this currently.Daniel Dunbar
2012-10-19This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang
2012-10-19[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier
2012-10-19Indvars: Don't recursively delete instruction during BB iteration.Benjamin Kramer
2012-10-19Fix some doc-os.Daniel Dunbar
2012-10-19lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar
2012-10-19Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86Michael Liao
2012-10-19SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer
2012-10-19[ASan] Support comments in ASan/TSan blacklist file as lines starting with #Alexey Samsonov
2012-10-19Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov
2012-10-19LoopVectorize: Keep the IRBuilder on the stack.Benjamin Kramer
2012-10-19ARM:Stepan Dyatkovskiy
2012-10-19Pacify -Wnon-virtual-dtor.Nick Lewycky
2012-10-19[asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany
2012-10-19recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem
2012-10-19Simplify condition checking as CONCAT assume all inputs of the same type.Michael Liao
2012-10-19vectorizer: Add support for reading and writing from the same memory location.Nadav Rotem