Free the constants that have no uses in ~LLVMContext.
[oota-llvm.git] / test / CodeGen /
2009-08-30 Chris Lattnereliminate some uses of prcontext. Any help here would...
2009-08-30 Anton KorobeynikovAdd missed pattern
2009-08-30 Anton KorobeynikovEXTRACT_VECTOR_ELEMENT can have result type different...
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-29 Anton KorobeynikovDo not assert on too wide splats we don't support.
2009-08-28 Anton KorobeynikovAdd missed extract_element pattern
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-27 Anton Korobeynikovscalar_to_vector is fully legal now (implemented as...
2009-08-27 Anton KorobeynikovOk, sometimes it's profitable to turn scalar_to_vector...
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Bob WilsonConvert some more Neon tests to FileCheck.
2009-08-26 Dale JohannesenAlter 79292 to produce output that actually assembles.
2009-08-26 Anton KorobeynikovExpand scalar_to_vector - we don't have any isel logic...
2009-08-26 Dan GohmanDon't use INSERT_SUBREG to model anyext operations...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-25 Scott MichelUpdated i128 sext support for CellSPU backend, contribu...
2009-08-25 Chris Lattnerremove some dead lines.
2009-08-25 Chris Lattnerconvert to filecheck style
2009-08-25 Chris Lattnerconvert to filecheck
2009-08-25 Daniel DunbarSwitch abi-isel.ll to FileCheck; it's not much faster...
2009-08-25 David GoodwinFixup register kills after scheduling.
2009-08-25 Anton KorobeynikovProvide dynamic_stackalloc lowering for MSP430.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-25 Dale JohannesenFix PR 4751, another difficulty with %a modifier on...
2009-08-24 Scott Michel- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide...
2009-08-24 Scott MichelPrefer 'FileCheck' over 'grep'.
2009-08-24 Scott Michel128-bit sign extension and vector shift cleanups, contr...
2009-08-24 Bob WilsonFix a typo. Somehow I thought this had passed before...
2009-08-24 Bob WilsonConvert slow test to use FileCheck.
2009-08-24 Daniel DunbarConvert two gratuitous abuses of poor helpless CPU...
2009-08-24 Dale JohannesenSplit test into 3.
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-08-23 Daniel DunbarRerevert (r75663 and r76805), seems there is more non...
2009-08-23 Jakob Stoklund OlesenFix PR4753.
2009-08-23 Daniel DunbarSpeculatively revert r76823 (i.e., reapply r75663 and...
2009-08-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
2009-08-22 Chris Lattnerrename test, make more specific.
2009-08-22 Anton KorobeynikovAdd missing RUN line
2009-08-22 Anton KorobeynikovReduce the test
2009-08-22 Bob WilsonUse CHECK-NEXT to make sure we're only getting one...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovAdd fcopysign instructions
2009-08-21 Anton KorobeynikovHandle 'r' inline asm constraint
2009-08-21 Bob WilsonAdd some tests for vext.16 and vext.32.
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-20 Dale JohannesenUse FileCheck even though this means testing for something
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-20 Dale JohannesenUse FileCheck for the test run where it's appropriate.
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Bill WendlingMake this test platform neutral.
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-19 Eli FriedmanPR4737: Fix a nasty bug in load narrowing with non...
2009-08-18 Dan GohmanLegalize the shift amount operand of SRL_PARTS, SHL_PAR...
2009-08-18 Richard OsborneAdd support for mergeable sections back into the XCore...
2009-08-18 Richard OsbornePut data with relocations in the same sections as data...
2009-08-18 Dan GohmanMake this test less sensitive to assembler differences.
2009-08-18 Chris Lattnerforce a triple so this passes on darwin
2009-08-18 Dan GohmanMake tail merging handle blocks with repeated predecess...
2009-08-18 Evan ChengFix revsh pattern.
2009-08-18 Dale JohannesenPowerPC inline asm was emitting two output operands
2009-08-17 Richard OsborneUpdate getSectionForConstant() to to allow mergable...
2009-08-15 Eli FriedmanFix test on Linux.
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Jakob Stoklund OlesenRefine EarlyClobber assert in register scavenger.
2009-08-15 Chris Lattnerspecify a target triple so global variable manglings...
2009-08-15 Chris Lattnerconvert to filecheck.
2009-08-15 Chris Lattnerrename this test to sse2.ll
2009-08-15 Chris Lattnermerge a bunch more sse3 tests into sse3.ll
2009-08-15 Chris Lattnerconvert test to filecheck format.
2009-08-15 Chris Lattnerrename test
2009-08-15 Chris Lattnerthis is a test for sse3, simplify it.
2009-08-15 Jakob Stoklund OlesenDon't setCalleeSavedInfoValid() until spills are interted.
2009-08-15 Jakob Stoklund OlesenAdd XFAIL testcase for setcc undef.
2009-08-15 Jakob Stoklund OlesenAdd XFAIL test case for a scavenger assert.
2009-08-15 Jakob Stoklund OlesenUpdate LocalRewriter::DistanceMap when inserting stack...
2009-08-15 Evan ChengFix tests.
2009-08-15 Evan ChengTurn on if-conversion for thumb2.
2009-08-15 Chris Lattneruse XCore-specific section with xcore specific cp/dp...
2009-08-15 Dan GohmanOn x86-64, for a varargs function, don't store the...
2009-08-14 Evan ChengLeaf functions which do not save CSRs can be frameless...
2009-08-14 Evan ChengAlso shrink immediate branches; also more assembler...
2009-08-14 Anton KorobeynikovProperly handle indirect win64 args when they're passed...
2009-08-14 Evan ChengShrink ADR and LDR from constantpool late during consta...
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Evan ChengtPOP_RET now has predicate operands.
2009-08-13 Chris Lattnerfix typo, add 10.6 version of test for my previous...
2009-08-13 Evan ChengIt's ok to spill a tGPR register as long as it's still...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
next