summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [PowerPC] Constrain base register in PPCRegisterInfo::resolveFrameIndexUlrich Weigand2014-06-27
* [x86] Teach the target combine step to aggressively fold pshufd insturcions.Chandler Carruth2014-06-27
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* [x86] Teach the target-specific combining how to aggressively foldChandler Carruth2014-06-27
* [x86] Teach the X86 backend to DAG-combine SSE2 shuffles that areChandler Carruth2014-06-27
* [x86] Begin a significant overhaul of how vector lowering is done in theChandler Carruth2014-06-27
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-27
* GlobalOpt: Fix constantfold-initializers.ll testDavid Majnemer2014-06-27
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-27
* ArgumentPromotion: Propagate debug locations on calls for which arguments are...David Blaikie2014-06-27
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-27
* MachineScheduler: add some book-keeping to fix an assert.Andrew Trick2014-06-27
* R600: Add some testcases for promote alloca pass.Matt Arsenault2014-06-27
* [X86] AVX512: Add vbroadcasti*Adam Nemet2014-06-27
* [StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka2014-06-26
* [Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka2014-06-26
* GVN: Preserve invariant.load metadataArnold Schwaighofer2014-06-26
* R600/SI: Add FP mode bits to binary.Matt Arsenault2014-06-26
* Added parsing co-processor names starting with "cr"Renato Golin2014-06-26
* [X86] Improve the selection of SSE3/AVX addsub instructions. Andrea Di Biagio2014-06-26
* This patch removed duplicate code for matching patterns Dinesh Dwivedi2014-06-26
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-26
* GlobalOpt: Don't optimize thread_local for initializersDavid Majnemer2014-06-26
* R600: Fix vector FMAMatt Arsenault2014-06-26
* Don't build switch tables for dllimport and TLS variables in GEPsHans Wennborg2014-06-26
* [X86] AVX512: Fix asm syntax for packed vcmpAdam Nemet2014-06-26
* [FastISel][X86] Only fold the cmp into the select when both instructions are ...Juergen Ributzka2014-06-25
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-25
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-25
* Add Rpass-missed and Rpass-analysis reports to the loop vectorizer. The remar...Tyler Nowicki2014-06-25
* [X86] Always prefer to lower a VECTOR_SHUFFLE into a BLENDI instead of SHUFP ...Andrea Di Biagio2014-06-25
* Add some test files for r211710.Eli Bendersky2014-06-25
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* [msan] Fix bad interaction between with-calls mode and chained origin tracking.Evgeniy Stepanov2014-06-25
* [x86] Add intrinsics for the pshufd, pshuflw, and pshufhw instructions.Chandler Carruth2014-06-25
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* [X86] Add target combine rule to select ADDSUB instructions from a build_vectorAndrea Di Biagio2014-06-25
* [LICM] Don't create more than one copy of an instruction per loop exit block ...Evgeniy Stepanov2014-06-25
* Fix another asserting method in the null streamer.Rafael Espindola2014-06-25
* Fix a regression from r211653.Rafael Espindola2014-06-25
* CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 defaul...NAKAMURA Takumi2014-06-25
* [FastISel][X86] Fold XALU condition into branch and compare.Juergen Ributzka2014-06-24
* R600: Promote i64 stores to v2i32Tom Stellard2014-06-24
* ldr-pseudo-obj-errors.s: Fix silly copypasto.NAKAMURA Takumi2014-06-24
* llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add -triple=aarch64-linux. AArc...NAKAMURA Takumi2014-06-24
* Print a=b as an assignment.Rafael Espindola2014-06-24
* R600: Fix inconsistency in rsq instructions.Matt Arsenault2014-06-24
* Fix up scoping in a few tests (and delete one that validates unnecessary beha...David Blaikie2014-06-24
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-24
* vpblend intrinsics combines as shifts intrinsics due to absence return stmt b...Robert Khasanov2014-06-24