summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-18
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-18
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-18
* Use pre-python 2.5 syntax in lit.cfg.Sebastian Pop2012-10-18
* Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop2012-10-18
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-18
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-18
* Revert "We need this symbol after an LTO build."Bob Wilson2012-10-18
* Avoid reconstructing the pointer set when searching for duplicated read/write...Nadav Rotem2012-10-18
* Update the LangRef documentation for the per pointer address space support.Micah Villmow2012-10-18
* Cosmetic change -- move two simplifiers to the right commented statement group.Meador Inge2012-10-18
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-18
* test commit: verifying access from new addressEli Bendersky2012-10-18
* In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem2012-10-18
* When looking for a vector representation of a scalar, do a single lookup. Als...Nadav Rotem2012-10-18
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-18
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-18
* Refactor insert and extract of sub-integers into static helpers thatChandler Carruth2012-10-18
* This FIXME was fixed some time ago. =]Chandler Carruth2012-10-18
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* remove unused variable to fix a warning.Nadav Rotem2012-10-18
* Add a small example which shows a vectorizable loop with a non-pow-of-two countNadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Remove the use of dominators and AA.Nadav Rotem2012-10-18
* Vectorizer: Add support for loops with an unknown count. For example:Nadav Rotem2012-10-18
* Revert r166157 because some tests fail...Bill Wendling2012-10-17
* Check that the operand of the GEP is not the GEP itself. This occurred during...Bill Wendling2012-10-17
* Revert part of r166049 back and enable test case in r166125.Michael Liao2012-10-17
* LoopVectorize.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2012-10-17
* Disable extract-concat test case temporarilyMichael Liao2012-10-17
* Remove redundant SetInsertPoint call.Jakub Staszak2012-10-17
* Revert r166049Michael Liao2012-10-17
* Add conditional branch instructions and their patterns.Reed Kotler2012-10-17
* Fix some typos and wrong indenting.Roman Divacky2012-10-17
* Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_iMichael Liao2012-10-17
* Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen2012-10-17
* Update the release notes about how to enable the loop vectorizer.Nadav Rotem2012-10-17
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-17
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-17
* Update the release notes about the store-merge dag optimization.Nadav Rotem2012-10-17
* Update the release notes about the new TargetTransformInfo API changes.Nadav Rotem2012-10-17
* Update the release notes about the new loop vectorizer.Nadav Rotem2012-10-17
* Add a loop vectorizer.Nadav Rotem2012-10-17
* Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen2012-10-17
* Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov2012-10-17
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-17
* docs: Add link to integrated assembler HowToSean Silva2012-10-17
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-17
* [asan] better debug diagnostics in asan compiler moduleKostya Serebryany2012-10-17
* This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth2012-10-17