OSDN Git Service

Temporarily revert r135528 which distinguishes between two copies of one
[android-x86/external-llvm.git] / test /
2011-08-04 Devang PatelWe need to map DebugLoc. It leads to Fuction * (through...
2011-08-04 Devang PatelLinke NamedMDNodes after linking global values as comme...
2011-08-04 Rafael EspindolaFix the bitwidth of the remaining fields.
2011-08-04 Rafael Espindolaprint st_shndx with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_other with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_type with the correct number of bits.
2011-08-04 Rafael EspindolaPrint st_bind with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_sym with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_type with the correct number of bits.
2011-08-04 Rafael EspindolaAnother counter goes decimal.
2011-08-04 Rafael EspindolaChange anther counter to decimal.
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-08-04 Rafael EspindolaPrint all the bits in the addend.
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-08-04 Bill WendlingOnly access both operands of an INSERT_SUBVECTOR if...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-08-03 Benjamin KramerRemove underscore that's breaking linux buildbots.
2011-08-03 Jakub StaszakUse MachineBranchProbabilityInfo in If-Conversion inste...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-08-03 Jakob Stoklund OlesenHandle IMPLICIT_DEF instructions in X86FloatingPoint.
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-08-03 Nick LewyckyFix logical error when detecting lifetime intrinsics.
2011-08-02 Nick LewyckyTeach InstCombine that lifetime intrincs aren't a real...
2011-08-02 Nick LewyckyLifetime intrinsics on undef are dead.
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Bruno Cardoso LopesMake this kind of lowering to be supported by 256-bit...
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-08-01 Bruno Cardoso LopesAdd v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso LopesSince vectors with all ones can't be created with a...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
2011-07-31 Benjamin KramerRemove InvalidateStructLayoutInfo from the ocaml bindings.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-30 Jakob Stoklund OlesenRevert "Don't check liveness of unallocatable registers."
2011-07-29 Jakob Stoklund OlesenDon't check liveness of unallocatable registers.
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Jim GrosbachARM update tests for CPS instruction.
2011-07-29 Bruno Cardoso LopesFix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso LopesMatch VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso LopesAdd v8i32 and v4i64 vpermil patterns
2011-07-29 Jakob Stoklund OlesenTransfer implicit operands in NEONMoveFixPass.
2011-07-29 Jakob Stoklund OlesenAdd -verify-arm-pseudo-expand.
2011-07-29 Eli FriedmanMake sure to correctly clear the exact/nuw/nsw flags...
2011-07-28 Jim GrosbachCBZ/CBNZ are Thumb2 only. No need for ARM mode tests...
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Jakob Stoklund OlesenHandle REG_SEQUENCE with implicitly defined operands.
2011-07-28 Jim GrosbachRemove obsolete FIXME reference in comment.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Jim GrosbachARM parsing and encoding for ADR.
2011-07-28 Jim GrosbachUpdate ARM tests for parsing and encoding of WFE, WFI...
2011-07-28 Duncan SandsDue to changes coming from the new LLVM type system...
2011-07-28 Bruno Cardoso LopesAdd patterns to generate copies for extract_subvector...
2011-07-28 Bruno Cardoso LopesAdd a few patterns to match allzeros without having...
2011-07-28 Bruno Cardoso LopesAdd SINT_TO_FP and FP_TO_SINT support for v8i32 types...
2011-07-28 Jim GrosbachARM parsing and encoding tests.
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USUB16 and USUB8.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USAX.
2011-07-27 Kevin EnderbyFix llvm-mc handing of x86 instructions that take 8...
2011-07-27 Jim GrosbachClean up tabs.
2011-07-27 Jim GrosbachARM assembly parsing and encoding support for USAT...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for USAD8 and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQSUB16...
2011-07-27 Jim GrosbachFix comment copy/paste-o.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQASX and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UMAAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHSUB16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHADD16...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TST instruc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TEQ instruc...
2011-07-27 Owen AndersonRefactor the STRT and STRBT instructions to distinguish...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for extend instructions.
2011-07-27 Nick LewyckyTeach the ConstantMerge pass about alignment. Fixes...
2011-07-27 Bruno Cardoso LopesThe vpermilps and vpermilpd have different behaviour...
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-27 Eric ChristopherRemove these two directories. The tests can be ported...
2011-07-26 Eric ChristopherRemove test/FrontendC, almost all of the tests have...
2011-07-26 Jakob Stoklund OlesenEliminate copies of undefined values during coalescing.
2011-07-26 Benjamin KramerUpdate test.
2011-07-26 Benjamin KramerAdd a neat little two's complement hack for x86.
2011-07-26 Bruno Cardoso LopesRecognize unpckh* masks and match 256-bit versions...
2011-07-26 Eli FriedmanPrevent x86-specific DAGCombine from creating nodes...
2011-07-26 Jim GrosbachFileCheck'ize test.
2011-07-26 Eli FriedmanXFAIL this test while I investigate it; it's failing...
2011-07-26 Eli FriedmanAdd obvious missing case to switch. PR10497.
2011-07-26 Jim GrosbachARM diagnostics for ldrexd/stredx out of order paired...
2011-07-26 Jim GrosbachARM parsing and encoding tests for load/store exclusive...
2011-07-26 Jim GrosbachARM assembly parsing and encoding for SWP[B] instructions.
next