aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18cleanup the comment.Nadav Rotem
2012-10-18Fix case for include of Compiler.h.Jordan Rose
2012-10-18Add move constructors for OwningPtr and OwningArrayPtr.Jordan Rose
2012-10-18Add a T&& constructor to llvm::Optional.Jordan Rose
2012-10-18Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>Bob Wilson
2012-10-18Fix a bug where a 32-bit address with the high bit does not get symbolicatedKevin Enderby
2012-10-18fix a naming typoNadav Rotem
2012-10-18test: Add a lit config variable to check if LTO is enabled.Daniel Dunbar
2012-10-18lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar
2012-10-18[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier
2012-10-18Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson
2012-10-18Use pre-python 2.5 syntax in lit.cfg.Sebastian Pop
2012-10-18Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop
2012-10-18Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop
2012-10-18[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier
2012-10-18Revert "We need this symbol after an LTO build."Bob Wilson
2012-10-18Avoid reconstructing the pointer set when searching for duplicated read/write...Nadav Rotem
2012-10-18Update the LangRef documentation for the per pointer address space support.Micah Villmow
2012-10-18Cosmetic change -- move two simplifiers to the right commented statement group.Meador Inge
2012-10-18instcombine: Migrate strcpy optimizationsMeador Inge
2012-10-18test commit: verifying access from new addressEli Bendersky
2012-10-18In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem
2012-10-18When looking for a vector representation of a scalar, do a single lookup. Als...Nadav Rotem