Move else onto line with preceding closing brace.
[oota-llvm.git] / test /
2012-11-18 Duncan SandsFix PR14060, an infinite loop in reassociate. The...
2012-11-18 Andrew TrickUse a full triple for a PPC test case for asm syntax.
2012-11-18 NAKAMURA TakumiMCJIT: [cygming] Give noop to __main also in RecordingM...
2012-11-18 NAKAMURA Takumitest/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSis...
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-11-17 Andrew TrickSilence the buildbots for this test while I figure...
2012-11-17 Andrew TrickBroaden isSchedulingBoundary to check aliases of SP.
2012-11-17 Hal FinkelPhi speculation improvement for BasicAA
2012-11-17 Eli FriedmanMark FP_EXTEND form v2f32 to v2f64 as "expand" for...
2012-11-17 Chad Rosier[fast-isel] Add the -verify-machineinstrs to these...
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-17 Akira HatanakaInitial implementation of MipsTargetLowering::isLegalAd...
2012-11-17 Evan ChengTeach SROA rewriteVectorizedStoreInst to handle cases...
2012-11-17 Andrew KaylorMarking remote mcjit tests as XFAIL for cygwin (hopeful...
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for mingw32 (hopefu...
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for ARM (hopefully...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-16 Anton KorobeynikovMake sure FABS on v2f32 and v4f32 is legal on ARM NEON
2012-11-16 Richard OsborneFix handling of aliases to functions.
2012-11-16 Justin Holewinski[NVPTX] Order global variables in def-use order before...
2012-11-16 Justin HolewinskiPreserve address space of forward-referenced global...
2012-11-16 Hemant KulkarniAdded program header emission
2012-11-16 Duncan SandsInstructionSimplify should be able to simplify A+B...
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-16 Andrew KaylorAdding new tests to test lli's pseudo-remote feature...
2012-11-16 NAKAMURA Takumillvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu...
2012-11-16 Duncan SandsAdd the Erlang/HiPE calling convention, patch by Yianni...
2012-11-16 Amara EmersonAdd MCJIT test case for running global constructors.
2012-11-16 Hans WennborgConstant::IsThreadDependent(): Use dyn_cast<Constant...
2012-11-16 Craig TopperUse roundps/pd for llvm.ceil, llvm.trunc, llvm.rint...
2012-11-16 Akira Hatanaka[mips] Fix delay slot filler so that instructions with...
2012-11-15 Eli BenderskyAdd some tests for the FileCheck utility.
2012-11-15 Eli FriedmanMark FP_ROUND for converting NEON v2f64 to v2f32 as...
2012-11-15 Adhemerval ZanellaPowerPC: Lowering floor intrinsic for Altivec
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Duncan SandsFix a crash observed by Shuxin Yang. The issue here...
2012-11-14 Bill SchmidtThis patch is in preparation for adding medium code...
2012-11-14 Jakub StaszakMake sure to not get AVX code on an AVX-capable host...
2012-11-14 NAKAMURA Takumitest/CodeGen/Hexagon/postinc-load.ll: Suppress it for...
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-11-14 NAKAMURA Takumillvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and...
2012-11-14 Jyotsna VermaAdded multiclass for post-increment load instructions.
2012-11-14 Benjamin KramerForce CPU in test so we don't accidentally get AVX...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-14 Benjamin KramerX86: Enable SSE memory intrinsics even when stack align...
2012-11-14 Nadav RotemThe code pattern "imm0_255_neg" is used for checking...
2012-11-14 Justin Holewinski[NVPTX] Implement custom lowering of loads/stores for i1
2012-11-14 Anton KorobeynikovFix really stupid ARM EHABI info generation bug: we...
2012-11-14 Jim GrosbachX86: Better diagnostics for 32-bit vs. 64-bit mode...
2012-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
2012-11-14 Rafael EspindolaHandle DAG CSE adding new uses during ReplaceAllUsesWit...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Michael J. Spencer[MC][COFF] Emit weak symbols to the correct section...
2012-11-13 NAKAMURA TakumiRevert r167836, "llvm/test/Other/close-stderr.ll: Mark...
2012-11-13 Ulrich WeigandAdd test case to verify correct relocs being generated for
2012-11-13 Shankar Easwarannumerically sort the symbols, so that the testcase...
2012-11-13 Daniel Dunbarllvm-nm: Make sort more stable when symbol names are...
2012-11-13 Manman RenX86: when constructing VZEXT_LOAD from other loads...
2012-11-13 Ulrich WeigandDo not consider a machine instruction that uses and...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-11-13 Chad RosierRevert 167755/167760. We don't want to emit crash diagn...
2012-11-13 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw...
2012-11-13 Duncan SandsCodegen support for arbitrary vector getelementptrs.
2012-11-13 Duncan SandsFix the instcombine GEP index widening transform to...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-13 Benjamin KramerDependenceAnalysis: Print all dependency pairs when...
2012-11-13 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-13 Hal FinkelBBVectorize: Don't vectorize vector-manipulation chains
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-13 Andrew TrickCleanup the main RegisterCoalescer loop.
2012-11-13 Shuxin Yangrevert r167740
2012-11-12 Hal FinkelBBVectorize: Only some insert element operand pairs...
2012-11-12 Michael LiaoFix test case added in patch fixing PR14314
2012-11-12 Chad RosierUpdate test case for r167754/r167755.
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
2012-11-12 Shuxin YangThis change is to fix rdar://12571717 which is about...
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-11-12 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-12 Michael LiaoFix PR14314
2012-11-12 Justin Holewinski[NVPTX] Add more precise PTX/SM target attributes
2012-11-11 Meador IngeRemove hard-coded constant in Transforms/InstCombine...
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memmove optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcpy optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Evan ChengConvert an improper CodeGen test to a MC test.
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-10 Evan Chengxfail a bad test. This is a MC test but it's dependent...
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-10 Craig TopperCleanup pcmp(e/i)str(m/i) instruction definitions and...
2012-11-09 Justin Holewinski[NVPTX] Use ABI alignment for parameters when alignment...
2012-11-09 Jakob Stoklund OlesenFix assertions in updateRegMaskSlots().
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
next