summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-18test commit: verifying access from new addressEli Bendersky1-1/+1
2012-10-18In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem2-0/+65
2012-10-18When looking for a vector representation of a scalar, do a single lookup. Als...Nadav Rotem1-7/+14
2012-10-18[ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2-34/+221
2012-10-18This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2-1/+73
2012-10-18Refactor insert and extract of sub-integers into static helpers thatChandler Carruth1-68/+84
2012-10-18This FIXME was fixed some time ago. =]Chandler Carruth1-3/+0
2012-10-18Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth5-0/+62
2012-10-18remove unused variable to fix a warning.Nadav Rotem1-2/+1
2012-10-18Add a small example which shows a vectorizable loop with a non-pow-of-two countNadav Rotem1-2/+10
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson44-821/+317
2012-10-18Remove the use of dominators and AA.Nadav Rotem1-8/+0
2012-10-18Vectorizer: Add support for loops with an unknown count. For example:Nadav Rotem3-73/+162
2012-10-17Revert r166157 because some tests fail...Bill Wendling1-3/+1
2012-10-17Check that the operand of the GEP is not the GEP itself. This occurred during...Bill Wendling1-1/+3
2012-10-17Revert part of r166049 back and enable test case in r166125.Michael Liao2-1/+42
2012-10-17LoopVectorize.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi1-2/+1
2012-10-17Disable extract-concat test case temporarilyMichael Liao1-1/+2
2012-10-17Remove redundant SetInsertPoint call.Jakub Staszak1-1/+0
2012-10-17Revert r166049Michael Liao2-64/+0
2012-10-17Add conditional branch instructions and their patterns.Reed Kotler12-2/+577
2012-10-17Fix some typos and wrong indenting.Roman Divacky1-4/+4
2012-10-17Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_iMichael Liao2-2/+34
2012-10-17Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen2-12/+20
2012-10-17Update the release notes about how to enable the loop vectorizer.Nadav Rotem1-2/+2
2012-10-17Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng4-3/+165
2012-10-17Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen4-11/+10
2012-10-17Update the release notes about the store-merge dag optimization.Nadav Rotem1-0/+2
2012-10-17Update the release notes about the new TargetTransformInfo API changes.Nadav Rotem1-0/+5
2012-10-17Update the release notes about the new loop vectorizer.Nadav Rotem1-0/+4
2012-10-17Add a loop vectorizer.Nadav Rotem10-2/+1512
2012-10-17Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen1-1/+1
2012-10-17Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov5-16/+32
2012-10-17misched: Better handling of invalid latencies in the machine modelAndrew Trick2-5/+15
2012-10-17docs: Add link to integrated assembler HowToSean Silva1-0/+7
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar1-9/+21
2012-10-17[asan] better debug diagnostics in asan compiler moduleKostya Serebryany1-4/+4
2012-10-17This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth2-3/+23
2012-10-17Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling1-1/+1
2012-10-17Fix a really annoying "bug" introduced in r165941. The change from thatChandler Carruth1-3/+3
2012-10-17Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...Craig Topper1-16/+16
2012-10-17Check SSSE3 instead of SSE4.1Michael Liao1-2/+2
2012-10-17Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao3-24/+66
2012-10-17Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2-27/+30
2012-10-16Use a typedef to reduce some typing and reformat code accordingly.Eric Christopher1-12/+17
2012-10-16Variable name cleanup.Eric Christopher1-4/+4
2012-10-16Formatting and 80-col.Eric Christopher1-3/+3
2012-10-16Spacing.Eric Christopher1-1/+1
2012-10-16Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen2-0/+30
2012-10-16Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen3-368/+2