aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-18[ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier
2012-10-18This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand
2012-10-18Refactor insert and extract of sub-integers into static helpers thatChandler Carruth
2012-10-18This FIXME was fixed some time ago. =]Chandler Carruth
2012-10-18Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth
2012-10-18remove unused variable to fix a warning.Nadav Rotem
2012-10-18Add a small example which shows a vectorizable loop with a non-pow-of-two countNadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-18Remove the use of dominators and AA.Nadav Rotem
2012-10-18Vectorizer: Add support for loops with an unknown count. For example:Nadav Rotem
2012-10-17Revert r166157 because some tests fail...Bill Wendling
2012-10-17Check that the operand of the GEP is not the GEP itself. This occurred during...Bill Wendling
2012-10-17Revert part of r166049 back and enable test case in r166125.Michael Liao
2012-10-17LoopVectorize.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2012-10-17Disable extract-concat test case temporarilyMichael Liao
2012-10-17Remove redundant SetInsertPoint call.Jakub Staszak
2012-10-17Revert r166049Michael Liao
2012-10-17Add conditional branch instructions and their patterns.Reed Kotler
2012-10-17Fix some typos and wrong indenting.Roman Divacky
2012-10-17Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_iMichael Liao
2012-10-17Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen
2012-10-17Update the release notes about how to enable the loop vectorizer.Nadav Rotem
2012-10-17Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng
2012-10-17Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen
2012-10-17Update the release notes about the store-merge dag optimization.Nadav Rotem
2012-10-17Update the release notes about the new TargetTransformInfo API changes.Nadav Rotem