Remove the storage and use of the subtarget out of the sparc frame
[oota-llvm.git] / test /
2014-06-26 Arnold SchwaighoferGVN: Preserve invariant.load metadata
2014-06-26 Matt ArsenaultR600/SI: Add FP mode bits to binary.
2014-06-26 Renato GolinAdded parsing co-processor names starting with "cr"
2014-06-26 Andrea Di Biagio[X86] Improve the selection of SSE3/AVX addsub instruct...
2014-06-26 Dinesh DwivediThis patch removed duplicate code for matching patterns
2014-06-26 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-26 David MajnemerGlobalOpt: Don't optimize thread_local for initializers
2014-06-26 Matt ArsenaultR600: Fix vector FMA
2014-06-26 Hans WennborgDon't build switch tables for dllimport and TLS variabl...
2014-06-26 Adam Nemet[X86] AVX512: Fix asm syntax for packed vcmp
2014-06-25 Juergen Ributzka[FastISel][X86] Only fold the cmp into the select when...
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
2014-06-25 Tyler NowickiAdd Rpass-missed and Rpass-analysis reports to the...
2014-06-25 Andrea Di Biagio[X86] Always prefer to lower a VECTOR_SHUFFLE into...
2014-06-25 Eli BenderskyAdd some test files for r211710.
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 Evgeniy Stepanov[msan] Fix bad interaction between with-calls mode...
2014-06-25 Chandler Carruth[x86] Add intrinsics for the pshufd, pshuflw, and pshuf...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 Andrea Di Biagio[X86] Add target combine rule to select ADDSUB instruct...
2014-06-25 Evgeniy Stepanov[LICM] Don't create more than one copy of an instructio...
2014-06-25 Rafael EspindolaFix another asserting method in the null streamer.
2014-06-25 Rafael EspindolaFix a regression from r211653.
2014-06-25 NAKAMURA TakumiCodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails...
2014-06-24 Juergen Ributzka[FastISel][X86] Fold XALU condition into branch and...
2014-06-24 Tom StellardR600: Promote i64 stores to v2i32
2014-06-24 NAKAMURA Takumildr-pseudo-obj-errors.s: Fix silly copypasto.
2014-06-24 NAKAMURA Takumillvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add ...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Matt ArsenaultR600: Fix inconsistency in rsq instructions.
2014-06-24 David BlaikieFix up scoping in a few tests (and delete one that...
2014-06-24 Bill Schmidt[PPC64] Fix PR20071 (fctiduz generated for targets...
2014-06-24 Robert Khasanovvpblend intrinsics combines as shifts intrinsics due...
2014-06-24 Weiming ZhaoFix test case in r211605/r211533
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-24 Christian PirkerARM: Fix TPsoft for Thumb mode
2014-06-24 Daniel Sanders[mips] Added support for assembling sdbbp.
2014-06-24 Benjamin KramerInstCombine: Disable umul.with.overflow recognition...
2014-06-24 Benjamin KramerInstCombine: Don't try to reorder shuffles where the...
2014-06-24 David MajnemerGlobalOpt: Don't optimize dllimport for initializers
2014-06-24 Kevin Qin[AArch64] Fix a build_vector pattern match fail
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-06-23 Juergen Ributzka[FastISel][X86] Lower unsupported selects to control...
2014-06-23 Juergen Ributzka[FastISel][X86] Add support for floating-point select.
2014-06-23 Juergen Ributzka[FastISel][X86] Optimize selects when the condition...
2014-06-23 NAKAMURA Takuminm-trivial-object.test requires shell since Lit interna...
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-06-23 Matt ArsenaultR600/SI: Fix div_scale intrinsic.
2014-06-23 Christian PirkerARMEB: Vector extend operations
2014-06-23 Matt ArsenaultR600: Move add/sub with overflow out of AMDILISelLowering
2014-06-23 Matt ArsenaultR600/SI: Handle i64 sub.
2014-06-23 Rafael EspindolaDelete utils/FileUpdate.
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-23 Ulrich Weigand[PowerPC] Allow stack frames without parameter save...
2014-06-23 Ulrich Weigand[PowerPC] Fix on-stack AltiVec arguments with 64-bit...
2014-06-23 Tim NorthoverARM: mark UBFX as not allowing PC.
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-22 Jan VeselyR600: Add udivrem test
2014-06-22 Filipe CabecinhasFix PR20087 by using the source index when changing...
2014-06-22 NAKAMURA TakumiIntroduce a Lit feature "debug_frame" and apply it...
2014-06-22 Benjamin KramerAdd a description to the test from r211433 explaining...
2014-06-22 Arnold SchwaighoferLoopVectorizer: Fix a dominance issue
2014-06-22 Weiming ZhaoReport error for non-zero data in .bss
2014-06-21 Benjamin KramerLoopUnrollRuntime: Check for overflow in the trip count...
2014-06-21 Benjamin KramerLegalizer: Add support for splitting insert_subvectors.
2014-06-21 Benjamin KramerSCEVExpander: Fold constant PHIs harder. The logic...
2014-06-21 Andrea Di Biagio[X86] Add ISel patterns to select SSE3/AVX ADDSUB instr...
2014-06-20 Rafael EspindolaAlways use a temp symbol for CIE.
2014-06-20 Rafael EspindolaUse compact unwind for the iOS simulator.
2014-06-20 Kevin EnderbyFix some double printing of filenames for archives...
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Stepan DyatkovskiyCommited patch from Björn Steinbrink:
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-20 Tom StellardR600/SI: Add patterns for ctpop inside a branch
2014-06-20 Tom StellardR600/SI: Add a pattern for f32 ftrunc
2014-06-20 Tom StellardR600: Expand vector flog2
2014-06-20 Tom StellardR600: Expand vector fexp2
2014-06-20 Tom StellardR600/SI: Add a VALU pattern for i64 xor
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 Rafael EspindolaMove test so that it is skipped if the ARM target is...
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Kevin EnderbyFix the output of llvm-nm for Mach-O files to use the...
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-19 Eric ChristopherSince we're using DW_AT_string rather than DW_AT_strp...
2014-06-19 Alp TokerFix typos
2014-06-19 Eric ChristopherFix this test a little harder - use llc_dwarf to make...
2014-06-19 Eric ChristopherRelax this test a bit, we don't need the full contents...
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
next