summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-17
* Fix a really annoying "bug" introduced in r165941. The change from thatChandler Carruth2012-10-17
* Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...Craig Topper2012-10-17
* Check SSSE3 instead of SSE4.1Michael Liao2012-10-17
* Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao2012-10-17
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-17
* Use a typedef to reduce some typing and reformat code accordingly.Eric Christopher2012-10-16
* Variable name cleanup.Eric Christopher2012-10-16
* Formatting and 80-col.Eric Christopher2012-10-16
* Spacing.Eric Christopher2012-10-16
* Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen2012-10-16
* Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen2012-10-16
* [InstCombine] Teach InstCombine how to handle an obfuscated splat.Michael Gottesman2012-10-16
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-16
* Simplify code. No functionality change.Jakub Staszak2012-10-16
* Check .rela instead of ELF64 for the compensation vaue resettingMichael Liao2012-10-16
* 80-col fixup.Jakub Staszak2012-10-16
* Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao2012-10-16
* Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola2012-10-16
* Simplify potentially quadratic behavior while erasing elements from std::vector.Jakub Staszak2012-10-16
* And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling2012-10-16
* Support v8f32 to v8i8/vi816 conversion through custom loweringMichael Liao2012-10-16