Fixed commuteInstructions bug where if its called pre-regalloc the subreg indices...
[oota-llvm.git] / test /
2012-03-28 Benjamin KramerGlobalOpt: If we have an inbounds GEP from a ConstantAg...
2012-03-28 Richard BartonFixup VST1.32 with writeback instruction. Also re-facto...
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2012-03-28 Eric ChristopherFix the output of the DW_TAG_friend tag to include...
2012-03-28 Akira HatanakaFix test case.
2012-03-27 Eric ChristopherAdd a test for the previous commit. Also, remove two...
2012-03-27 Chad RosierReapply r153423; the original commit was fine. The...
2012-03-27 Evan ChengPost-ra LICM should take care not to hoist an instructi...
2012-03-26 Evan ChengARM has a peephole optimization which looks for a def...
2012-03-26 Andrew TrickSCEV fix: Handle loop invariant loads.
2012-03-26 Andrew TrickUnit test for PR11950: LSR crash.
2012-03-26 Chad RosierRevert r153423 as this is causing failures on our inter...
2012-03-26 Kostya Serebryany[tsan] treat vtable pointer updates in a special way...
2012-03-26 Benjamin KramerRemove stale CBackend tests.
2012-03-26 Rafael EspindolaUse the new range metadata in computeMaskedBits and...
2012-03-25 Chandler CarruthTeach instsimplify how to simplify comparisons of point...
2012-03-25 Chandler CarruthSwitch the pointer-difference simplification logic...
2012-03-25 Eli BenderskyThis file is no longer needed (DejaGNU-isms removed...
2012-03-25 Chandler CarruthTeach the function cloner (and thus the inliner) to...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-25 Chandler CarruthMove the instruction simplification of callsite argumen...
2012-03-24 Chandler CarruthFileCheck-ize this test. Note the FIXME I've introduced...
2012-03-24 Hal FinkelFix small-integer VAARG on SVR4 ABI PPC64.
2012-03-24 Rafael EspindolaFirst part of PR12251. Add documentation and verifier...
2012-03-23 Dan GohmanDon't convert objc_retainAutoreleasedReturnValue to...
2012-03-23 Dan GohmanIt's not possible to insert code immediately after...
2012-03-22 Andrew TrickRemove -enable-lsr-nested in time for 3.1.
2012-03-22 Andrew TrickConvert -indvars tests that rely on SCEV expansion...
2012-03-22 Andrew TrickRemove tests: indvars trivially preserves GEPs now.
2012-03-22 Andrew TrickRemove test: trivial canonical IV test which is covered...
2012-03-22 Andrew TrickTest scalar evolution directly instead of testing the...
2012-03-22 Andrew TrickRemove redundant -enable-iv-rewrite=false flags from...
2012-03-22 Silviu BarangaAdded soft fail checks for the disassembler when decodi...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-03-21 Andrew Trickmisched: tag a few XFAILs that I plan to fix
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Kevin EnderbyFix ARM disassembly of VST1 and VST2 instructions with...
2012-03-21 Joerg SonnenbergerFix generation of the address size override prefix...
2012-03-21 Andrew TrickI meant to disable this test, not XFAIL it
2012-03-21 Andrew Trickmisched: beginning to add unit tests
2012-03-21 Akira HatanakaIncremental big endian patch by Jack Carter.
2012-03-20 Chad RosierFix test case from r153135.
2012-03-20 Chad Rosier[avx] Add patterns for combining vextractf128 + vmovaps...
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-20 Andrew TrickLoopSimplify bug fix. Handle indirect loop back edges.
2012-03-20 Andrew TrickLSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
2012-03-20 Andrew TrickLSR: fix IVUsers isSimplifiedLoopNest to perform a...
2012-03-20 Chad Rosier[avx] Move the vextractf128 patterns closer to the...
2012-03-20 Kevin EnderbyFix assembling ARM vst2 instructions with double-spaced...
2012-03-20 Jim GrosbachARM non-scattered MachO relocations for movw/movt.
2012-03-20 Chad RosierFix test.
2012-03-20 Chad Rosier[avx] Adjust the VINSERTF128rm pattern to allow for...
2012-03-20 Silviu BarangaThe ARM instructions that have an unpredictable behavio...
2012-03-20 Bill WendlingIt's possible to have a constant expression who's size...
2012-03-19 Anton KorobeynikovPerform mul combine when multiplying wiht negative...
2012-03-19 NAKAMURA Takumillvm/test/DebugInfo: Move two tests to DebugInfo/X86...
2012-03-19 Preston GurdThis patch adds X86 instruction itineraries for non...
2012-03-18 Nick LewyckyFactor out the multiply analysis code in ComputeMaskedB...
2012-03-17 Jim GrosbachMC asm parser macro argument count was wrong when empty.
2012-03-16 Jim GrosbachARM ldm/stm register lists can be out of order.
2012-03-16 Bill WendlingRevert r152907.
2012-03-16 Bill WendlingThe alignment of the pointer part of the store instruct...
2012-03-16 Chandler CarruthRip out support for 'llvm.noinline'. This thing has...
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2012-03-16 Eli FriedmanIn InstCombiner::visitOr, make sure we reverse the...
2012-03-16 Jim GrosbachARM optional operand on MRC/MCR assembly instructions.
2012-03-16 Jim GrosbachARM vmrs system registers mvfr0 and mvfr1 handling.
2012-03-16 Eric ChristopherDo the right thing on NULL uint64 fields.
2012-03-15 Eric ChristopherFor types with a parent of the compile unit make sure...
2012-03-15 Chad Rosier[fast-isel] Address Eli's comments for r152847. Specif...
2012-03-15 Jim GrosbachARM case-insensitive checking for APSR_nzcv.
2012-03-15 Matt Beaumont-Gayline endings
2012-03-15 Lang HamesUse vmov.f32 to materialize f32 consts on ARM. This...
2012-03-15 Kristof BeylsFix VCVT decoding (between floating-point and fixed...
2012-03-15 Rafael EspindolaShort term fix for pr12270 before we change dominates...
2012-03-15 Nadav RotemWhen optimizing certain BUILD_VECTOR nodes into other...
2012-03-15 Eric ChristopherRevert the removal of DW_AT_MIPS_linkage_name when...
2012-03-15 Chad Rosier[avx] Add patterns for VINSERTF128rm.
2012-03-15 Aaron BallmanFixed a transform crash when setting a negative size...
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-14 Dan GohmanWhen an invoke is marked with metadata indicating its...
2012-03-14 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-03-13 Evan ChengDAG combine incorrectly optimize (i32 vextract (v4i16...
2012-03-13 Kevin EnderbyChange the X86 assembler to not require a segment regis...
2012-03-13 Chris Lattnerenhance jump threading to preserve TBAA information...
2012-03-13 Dan GohmanTeach globalopt how to evaluate an invoke with a non...
2012-03-13 Duncan SandsGeneralize the "trunc(ptrtoint(x)) - trunc(ptrtoint...
2012-03-13 Eli FriedmanFix regression from r151466: an we can't replace uses...
2012-03-12 Kevin EnderbyChange the second line of the test added for r152414...
2012-03-12 Kevin EnderbyAdded a missing error check for X86 assembly with misma...
2012-03-12 Kostya Serebryany[asan] move x86-specific test to a separate X86 directo...
2012-03-12 Chandler CarruthWhen inlining a function and adding its inner call...
2012-03-12 Chandler CarruthTeach instsimplify how to constant fold pointer differe...
2012-03-12 Chandler CarruthFileCheck-ize this test.
2012-03-10 Andrew TrickMove llc + target triple tests into X86
2012-03-10 Benjamin KramerDon't try to filecheck bitcode.
2012-03-10 Bill WendlingMake this transformation slightly less agressive and...
next