whitespace
[oota-llvm.git] / test /
2011-06-29 Cameron ZwarichIn the ARM global merging pass, allow extraneous alignm...
2011-06-29 Chad RosierTemporarily revert r134057: "Let simplify cfg simplify...
2011-06-29 Jim GrosbachAsm parser range checking on .<size> <value> directives.
2011-06-29 Benjamin KramerDon't depend on the optimization reverted in r134067.
2011-06-29 Benjamin KramerRevert a part of r126557 which could create unschedulab...
2011-06-29 Rafael EspindolaLet simplify cfg simplify bb with only debug and lifeti...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: just because SCEV ignores...
2011-06-28 NAKAMURA TakumiFix a CMake warning, following up to r134008.
2011-06-28 Jakob Stoklund OlesenClean up the handling of the x87 fp stack to make it...
2011-06-28 Andrew Trickcmake: Our MSVC build does not support config-time...
2011-06-28 Roman DivackyImplement ISD::VAARG lowering on PPC32.
2011-06-28 Andrew TrickFileCheckify and prepare for -disable-iv-rewrite.
2011-06-28 Jakob Stoklund OlesenFileCheckize a couple of tests.
2011-06-28 Chandler CarruthFileCheck-ize a test that had the strangest TCL quote...
2011-06-28 Jim GrosbachARM Thumb2 asm syntax optional destination operand...
2011-06-27 Jim GrosbachARM Assembly support for Thumb mov-immediate.
2011-06-27 Evan ChengRemove the experimental (and unused) pre-ra splitting...
2011-06-27 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-06-27 Eric ChristopherFix this test to actually check something and be able...
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-06-27 Eric ChristopherAllow lr in the register options here.
2011-06-27 Jim GrosbachARM assembler support for vpush/vpop.
2011-06-27 Jim GrosbachARM Assembly syntax support for arithmetic implied...
2011-06-27 Jakob Stoklund OlesenMove all inline-asm-fpstack tests to a single file.
2011-06-27 Nick LewyckyTeach one piece of scalarrepl to handle lifetime marker...
2011-06-25 Dan BaileyPTX: corrected tests that were failing
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-25 Chad RosierTest case for r133858 (tail call optimize in the presen...
2011-06-25 Jim GrosbachMove ARM-specific test to ARM directory.
2011-06-24 Jim GrosbachTestcase for r133818
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Chad RosierThe Neon VCVT (between floating-point and fixed-point...
2011-06-24 Akira HatanakaChange the chain input of nodes that load the address...
2011-06-24 Akira HatanakaPrevent generation of redundant addiu instructions...
2011-06-23 Eli FriedmanAdd support for movntil/movntiq mnemonics. Reported...
2011-06-23 Eli FriedmanPR10180: Fix a instcombine crash with FP vectors.
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Fixup test cases for device param changes
2011-06-23 Andrew Trickcmake+lit: final cleanup related to the recent churn
2011-06-23 Andrew Trickcmake+lit: handle ENABLE_ASSERTIONS feature properly.
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-22 Rafael EspindolaReenable tail duplication of bb with just an unconditio...
2011-06-22 Daniel Dunbartest/Unit: Fix enable shared test to follow check that...
2011-06-22 Nick LewyckyNeeds a triple.
2011-06-22 Nick LewyckyEmit trailing padding on constant vectors when TargetDa...
2011-06-22 Andrew TrickOnly do config-time substitution of LLVM_BUILD_MODE in
2011-06-22 Justin HolewinskiPTX: Add signed integer comparisons
2011-06-22 Justin HolewinskiPTX: Add .address_size directive if PTX version >= 2.3
2011-06-22 Devang PatelTest case for r133560.
2011-06-21 Nick LewyckyAdd support for assembling "movq" when it's correct...
2011-06-21 Bob WilsonRevert r133452: "Emit movq for 64-bit register to XMM...
2011-06-21 Anna ZaksAdd support for sadd.with.overflow and uadd.with.overfl...
2011-06-21 Jay FoadAdd a reduced test case for the buildbot failure (clang...
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-21 Andrew Trickindvars -disable-iv-rewrite: Adds support for eliminati...
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-20 Justin HolewinskiPTX: Fix conversion between predicates and value types
2011-06-20 Nick LewyckyEmit movq for 64-bit register to XMM register moves...
2011-06-20 Roman DivackyDon't apply on PPC64 the 32bit ADDIC optimizations...
2011-06-20 Jay FoadThis is an automatically reduced test case that crashed...
2011-06-20 Nadav RotemFix PromoteIntRes_TRUNCATE: Add support for cases where the
2011-06-19 Benjamin KramerUpdate test.
2011-06-19 Nadav RotemReduce the runtime of the test. Keep only the interesti...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerremove an unreduced testcase.
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-18 Hans WennborgFix PR10103: Less code for enum type translation.
2011-06-18 Nick LewyckyAdd test for r133251.
2011-06-18 Cameron ZwarichWhen scalar replacement returns a vector type, only...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Cameron ZwarichFix an invalid bitcast crash that occurs when doing...
2011-06-18 Jakob Stoklund OlesenSwitch ARM to using AltOrders instead of MethodBodies.
2011-06-18 Galina KistanovaMoved to the right place.
2011-06-18 Eric ChristopherFix UMULO support for 2x register width to allow the...
2011-06-17 Nadav RotemFix a bug in the type-lowering of integer-promoted...
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-17 Eric ChristopherLower multiply with overflow checking to __mulo<mode>
2011-06-17 Galina Kistanovaest 2008-06-04-indirectmem.ll is X86-specific. Move...
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Roman DivackyFix a few places where 32bit instructions/registerset...
2011-06-17 Rafael EspindolaTest for previous commit.
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-16 Jakob Stoklund OlesenDon't use register classes larger than TLI->getRegClass...
2011-06-16 Andrew TrickAdded LLVM_BUILD_MODE to cmake so that lit supports...
2011-06-16 Andrew Trickcmake may require LIT_TOOLS_DIR.
2011-06-16 Nick LewyckyThere's no need to be so picky about the particular...
2011-06-16 Dan GohmanFix ARCOpt to insert releases on both successors of...
2011-06-16 Galina KistanovaMove test for appropriate directory.
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Nick LewyckyAdd testcase for r133050 which added support for printi...
2011-06-16 Bruno Cardoso LopesAdd AVX suport for fpextend.
next