summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-28[X86] Remove the blendpd/blendps/pblendw/pblendd intrinsics. They can represe...Craig Topper
2015-02-28TRE: Just erase dead BBs and tweak the iteration loop not to increment the de...Benjamin Kramer
2015-02-28Remove option.ll as part of the Forward Control Flow IntegrityEric Christopher
2015-02-28[RewriteStatepointsForGC] Fix another order of iteration bugPhilip Reames
2015-02-28[dsymutil] Add the DwarfStreamer class.Frederic Riss
2015-02-28[RewriteStatepointsForGC] Add tests for the base pointer identification algor...Philip Reames
2015-02-27Regenerated test case from pr 230801 for change in LLVM IR syntaxBill Schmidt
2015-02-27Update SystemZ/Large test generators to handle new gep IR syntaxDavid Blaikie
2015-02-27Update SystemZ/Large test generators to handle new load IR syntaxDavid Blaikie
2015-02-27llvm-vtabledump: Update field with a better nameDavid Majnemer
2015-02-27Revert test case until it can be fixedBill Schmidt
2015-02-27[PowerPC] Fix PR22711 - Misaligned .toc sectionBill Schmidt
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27Target/X86: Never use the redzone for Win64 ABI functions.Charles Davis
2015-02-27[PowerPC] Use vector types for memcpy and friends (sometimes)Hal Finkel
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27Remove the Forward Control Flow Integrity pass and its dependencies.Eric Christopher
2015-02-27Object: Test for reading kext bundlesJustin Bogner
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini
2015-02-27Centralize handling of the eh_begin and eh_end labels.Rafael Espindola
2015-02-27Equally to NetBSD, Bitrig/ARM uses the Itanium-ABI.Renato Golin
2015-02-27[mips][microMIPS] Change register class for GP registerZoran Jovanovic
2015-02-27Pass correct -mtriple for krait-cpu-div-attribute.llPetar Jovanovic
2015-02-27[x86] Run most of the rest of the shuffle combining over non-128-bitChandler Carruth
2015-02-27[x86] Teach a bunch of the x86-specific shuffle combining to work withChandler Carruth
2015-02-27[x86] Make the v8i16 clever single-input shuffle lowering usable forChandler Carruth
2015-02-27[x86] Add a bunch more tests for v16i16 shuffles. All of these are takenChandler Carruth
2015-02-27[llvm-pdbdump] Add support for dumping global variables.Zachary Turner
2015-02-27[mips] Account for constant-zero operands in ADDE nodes.Vasileios Kalintiris
2015-02-27[asan] Skip promotable allocas to improve performance at -O0Anna Zaks
2015-02-27Target/X86: Save Win64 non-volatile registers in a Win64 ABI function.Charles Davis
2015-02-27llvm-vtabledump: Dump catch/throw exception structures for MS ABIDavid Majnemer
2015-02-26Put jump tables in distinct sections if -ffunction-sections is used.Rafael Espindola
2015-02-26[llvm-pdbdump] Fix dumping of function pointers and basic types.Zachary Turner
2015-02-26[x86] Fix PR22706 where we would incorrectly try lower a v32i8 dynamicChandler Carruth
2015-02-26IRCE: add a test case for r230619.Sanjoy Das
2015-02-26[MC] Use the non-EH register mapping in the debug_frame section.Frederic Riss
2015-02-26Don't sibcall between SysV and Win64 convention functionsReid Kleckner
2015-02-26[InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/st...Hal Finkel
2015-02-26When the source has a series of assignments, users reasonably want toPaul Robinson
2015-02-26Fix justify error for small structures in varargs for MIPS64BEPetar Jovanovic
2015-02-26gold-plugin: "Upgrade" debug info and handle its warnings.Rafael Espindola
2015-02-26Use ".arch_extension" ARM directive to support hwdiv on kraitSumanth Gundapaneni
2015-02-26[LV/LoopAccesses] Backward dependences are not safe just because theAdam Nemet
2015-02-26R600/SI: Remove M0 from DS assembly stringsTom Stellard
2015-02-26[X86][MMX] Fix a typo in a couple of testsBruno Cardoso Lopes
2015-02-26[X86][MMX] Remove widening experimental flag from MMX tests.Bruno Cardoso Lopes
2015-02-26[InstCombine] Add a test for altivec load/store intrinsic simplificationHal Finkel
2015-02-26Replace obsolete -mattr=n64 command line option with -target-abi=n64. No func...Vladimir Medic
2015-02-26IRCE: generalize to handle loops with decreasing induction variables.Sanjoy Das