Return only the least significant 8 bits of the exit status from
[oota-llvm.git] / test /
2011-11-06 Craig TopperAdd more AVX2 instructions and intrinsics.
2011-11-05 Chad RosierAdd support for passing i1, i8, and i16 call parameters...
2011-11-05 Benjamin KramerUpdate lit's list of tools.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Nick LewyckyDo simple cross-block DSE when we encounter a free...
2011-11-04 Eli FriedmanEnhanced vzeroupper insertion pass that avoids insertin...
2011-11-04 Daniel Dunbarbuild/cmake: Change to require Python be available.
2011-11-04 Rafael EspindolaAdd triple to test.
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-04 Dan GohmanAdd tests for existing InstSimplify features.
2011-11-04 Dan GohmanTeach instsimplify to simplify calls to undef.
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-04 Chad RosierAdd fast-isel support for returning i1, i8, and i16.
2011-11-04 Daniel DunbarSpeculatively revert "DeadStoreElimination can now...
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Dan Baileyfixed global array handling for ptx to use the correct...
2011-11-03 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-03 Chad RosierAdd support for sign-extending non-legal types in Selec...
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-11-02 Nick LewyckyI added the first test to run llvm-dwarfdump.
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-11-02 Chad RosierAdd support for comparing integer non-legal types.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-11-02 Daniel Dunbartests: Clean up tests/CMakeLists.txt to drop some varia...
2011-11-02 Andrew TrickRewrite LinearFunctionTestReplace to handle pointer...
2011-11-02 Craig TopperMore AVX2 instructions and intrinsics.
2011-11-02 Craig TopperAdd a bunch more X86 AVX2 instructions and their corres...
2011-11-02 Andrew TrickBroaden an assert to handle enable-iv-rewrite=true...
2011-11-01 Kevin EnderbyFixed a bug in the code to create a dwarf file and...
2011-11-01 Owen AndersonFix disassembly of some VST1 instructions.
2011-11-01 Eli FriedmanTeach the x86 backend a couple tricks for dealing with...
2011-11-01 Richard OsborneDon't fold negative offsets into cp / dp accesses to...
2011-11-01 Richard OsborneCombine various XCore tests for floating point intrinsi...
2011-11-01 Richard OsborneMove various XCore tests to FileCheck
2011-11-01 Craig TopperFix operand type for x86 pmadd_ub_sw intrinsic.
2011-11-01 Eli FriedmanMake sure we use the right insertion point when instcom...
2011-11-01 Eli FriedmanMove x86-specific tests into X86 folder.
2011-11-01 Eli FriedmanMove another test requiring x86 into X86 directory.
2011-11-01 Eli FriedmanMove test requiring x86 backend into X86 directory.
2011-10-31 Matt Beaumont-GayChange the actual tests to match the input directory...
2011-10-31 Matt Beaumont-GayRename "TestObjectFiles" to "Inputs" (like the pattern...
2011-10-31 Rafael EspindolaMove test to the X86 directory, note the PR number...
2011-10-31 Owen AndersonMore not-crashing NEON disassembly updates for the...
2011-10-31 Craig TopperFix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
2011-10-31 Craig TopperTest case for X86 FS/GS Base intrinsics
2011-10-31 Craig TopperBegin adding AVX2 instructions. No selection support...
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-30 Duncan SandsReapply commit 143214 with a fix: m_ICmp doesn't match...
2011-10-30 Benjamin KramerX86: Emit logical shift by constant splat of <16 x...
2011-10-30 Craig TopperFix return type for X86 mpsadbw instrinsic. The instruc...
2011-10-30 Nadav RotemFix pr11266.
2011-10-30 Nadav RotemStabilize the test by specifying an exact cpu target
2011-10-29 Nadav RotemAdd a new DAGCombine optimization for BUILD_VECTOR.
2011-10-29 Benjamin KramerForce SSE for this test.
2011-10-29 Benjamin KramerSimplifyLibCalls: Use IRBuilder.CreateGlobalString...
2011-10-29 Eli FriedmanRevert r143214; it's breaking a bunch of stuff.
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 NAKAMURA Takumitest/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands...
2011-10-28 Jim GrosbachAdd Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
2011-10-28 Owen AndersonFix illegal disassembly testcase.
2011-10-28 Duncan SandsThe expression icmp eq (select (icmp eq x, 0), 1, x...
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-28 Duncan SandsFold icmp ugt (udiv X, Y), X to false. Spotted by...
2011-10-28 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Jim GrosbachThumb2 ADD/SUB instructions encoding selection outside...
2011-10-28 NAKAMURA Takumitest/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 NAKAMURA Takumitest/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explici...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-28 Andrew TrickLFTR should avoid a type mismatch with null pointer...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-28 Jim GrosbachARM Allow 'q' registers in VLD/VST vector lists.
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Owen AndersonAdd testcase for r143162.
2011-10-27 Jakob Stoklund OlesenAlso set addrmode6 alignment when align==size.
2011-10-27 Evan ChengAvoid partial CPSR dependency from loop backedges....
2011-10-27 Daniel Dunbartests: Rip out a bunch of now unused test code relating...
2011-10-27 Daniel Dunbartests: Remove llvm2cpp, I'm pretty sure no one uses...
2011-10-27 Duncan SandsReapply commit 143028 with a fix: the problem was casti...
2011-10-27 Benjamin Kramer2>&1 doesn't work here, it just creates an empty file...
2011-10-27 Pete CooperChanged test to check for correct load size instead...
2011-10-27 Kevin EnderbyChange the sysexit mnemonic (and sysexitl) to never...
2011-10-27 Jim GrosbachThumb2 t2LDMDB[_UPD] assembly parsing to recognize...
2011-10-27 Jim GrosbachThumb2 t2MVNi assembly parsing to recognize ".w" suffix.
2011-10-27 Bob WilsonRevert Duncan's r143028 expression folding which appear...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...
2011-10-27 Eli FriedmanIt is not safe to sink an alloca into a stacksave/stack...
2011-10-27 Chad RosierA branch predicated on a constant can just FastEmit...
2011-10-26 Jim GrosbachThumb2 ldr pc-relative encoding fixes.
2011-10-26 Rafael EspindolaRun test with -verify-machineinstrs.
2011-10-26 Rafael EspindolaFixes an issue reported by -verify-machineinstrs.
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-26 Lang HamesMake sure short memsets on ARM lower to stores, even...
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...
next