Update test. There may be multiple catches, but those will be cleaned up.
[oota-llvm.git] / test /
2013-03-22 Bill WendlingUpdate test. There may be multiple catches, but those...
2013-03-22 David Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 Galina KistanovaReverted r176374. In some cases the lit.site.cfg file...
2013-03-22 Jyotsna VermaHexagon: Add and enable memops setbit, clrbit, &,|...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 Michel DanzerR600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730
2013-03-22 Dmitry Vyukovtsan: fix the test
2013-03-22 Dmitry Vyukovtsan: handle vptr loads specially
2013-03-22 Evgeniy StepanovFix llvm::removeUnreachableBlocks to handle unreachable...
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-22 Chandler CarruthRemove the ARM-specific variant of this test. It's...
2013-03-22 Jack CarterFix the invalid opcode for Mips branch instructions...
2013-03-22 Jack CarterThis patch that enables the Mips assembler to use symbo...
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 Jack CarterThis patch enables the Mips .set directive to define...
2013-03-21 Hal FinkelImplement builtin_{setjmp/longjmp} on PPC
2013-03-21 Renato GolinFix Darwin NEON FP and increase coverage
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 Hal FinkelAdd support for spilling VRSAVE on PPC
2013-03-21 Hal FinkelCorrect PPC FRAMEADDR lowering using a pseudo-register
2013-03-21 Renato GolinAvoid NEON SP-FP unless unsafe-math or Darwin
2013-03-21 Bill WendlingUpdate some EH tests that were violating the new EH...
2013-03-21 Meador IngeMove library call prototype attribute inference to...
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 Nadav RotemWhen computing the demanded bits of Load SDNodes, make...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 Michael LiaoCorrect cost model for vector shift on AVX2
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 David BlaikieEnhance debug info namespace test to check for context...
2013-03-20 David BlaikieMake target-specific test case in r177474 only run...
2013-03-20 David BlaikieReorder the DIFile parameter in DINameSpace
2013-03-20 Hao LiuAdd a test case for PR15318 fixed in r177472
2013-03-20 Nick LewyckyDon't assume the test directory is writable, use %T...
2013-03-20 David BlaikieTest DW_TAG_namespace support in the backend
2013-03-20 Michael LiaoFix PR15296
2013-03-20 David BlaikieFix test case regression on ARM & PPC introduced r177239
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-20 Justin HolewinskiPropagate DAG node ordering during type legalization...
2013-03-19 Chad RosierFix pr13145 - Naming a function like a register name...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-19 Hal FinkelAdd a comment to the CodeGen/PowerPC/asym-regclass...
2013-03-19 Arnaud A. de Grand... IndVarSimplify: do not recompute an IV value outside...
2013-03-19 Ulrich WeigandRewrite pre-increment store patterns to use standard...
2013-03-19 Hal FinkelPrepare to make r0 an allocatable register on PPC
2013-03-19 Nadav RotemOptimize sext <4 x i8> and <4 x i16> to <4 x i64>.
2013-03-19 Hal FinkelCleanup PPC64 unaligned i64 load/store
2013-03-19 Renato GolinImprove long vector sext/zext lowering on ARM
2013-03-19 Hal FinkelDon't reserve R31 on PPC64 unless the frame pointer...
2013-03-19 Nick LewyckyEmit the linkage name instead of the function name...
2013-03-18 Hal FinkelFix a sign-extension bug in PPCCTRLoops
2013-03-18 Hal FinkelFix PPC unaligned 64-bit loads and stores
2013-03-18 Arnold SchwaighoferARM cost model: Make some vector integer to float casts...
2013-03-18 Arnold SchwaighoferARM cost model: Correct cost for some cheap float to...
2013-03-18 Quentin ColombetExtend global merge pass to optionally consider global...
2013-03-18 Bill SchmidtChange test cases to handle unaligned references.
2013-03-18 David BlaikieRemove unnecessary leading comment characters in lit...
2013-03-18 Manman RenCheck whether a pointer is non-null (isKnownNonNull...
2013-03-18 David BlaikieInclude '.test' suffix in target specific lit configs...
2013-03-18 Hal FinkelFix large count and negative constant count handling...
2013-03-18 Hal FinkelCleanup initial-value constants in PPCCTRLoops
2013-03-18 David TweedInitially forgotten-to-svn-add test case for r177279.
2013-03-18 Kostya Serebryany[asan] when creating string constants, set unnamed_attr...
2013-03-18 Kostya Serebryany[asan] don't instrument functions with available_extern...
2013-03-18 Craig TopperPost process ADC/SBB and use a shorter encoding if...
2013-03-18 Craig TopperRefactor some duplicated code into helper functions.
2013-03-17 Michael GottesmanReduced dont-infinite-loop-during-block-escape-analysis...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 David BlaikieGeneralize debug info test to be resilient to changes...
2013-03-17 Michael GottesmanThe promised test case for r175939.
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-16 Hal FinkelRemove FIXMEs in PPC test cases related to unaligned...
2013-03-16 Craig TopperAdd X86 code emitter support AVX encoded MRMDestReg...
2013-03-15 Arnold SchwaighoferARM cost model: Fix costs for some vector selects
2013-03-15 Silviu BarangaAdding an A15 specific optimization pass for interactio...
2013-03-15 Benjamin KramerARM: Fix an old refacto.
2013-03-15 Hal FinkelEnable unaligned memory access on PPC for scalar types
2013-03-15 Arnold SchwaighoferARM cost model: Fix cost of fptrunc and fpext instructions
2013-03-15 Hal FinkelProtect PPC Altivec patterns with a predicate
2013-03-15 Alexey SamsonovFixup for r176933: more careful setup of path to llvm...
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-15 Nadav RotemAdd a triple to the test.
2013-03-14 Nadav RotemUnaligned loads should use the VMOVUPS opcode.
2013-03-14 Arnold SchwaighoferLoopVectorizer: Insert some white space to make test...
2013-03-14 Chad Rosier[fast-isel] The X86FastISel::FastLowerArguments functio...
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-14 Jyotsna VermaHexagon: Removed asserts regarding alignment and offset.
2013-03-14 Arnold SchwaighoferAdd missing asserts flag to test - it uses debug flags
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-03-14 Adrian PrantlTest that we emit a DW_AT_location for self captured...
2013-03-14 Vincent LejeuneR600: Factorize code handling Const Read Port limitation
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-14 Chandler CarruthPR14972: SROA vs. GVN exposed a really bad bug in SROA.
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
next