Add a pinned metadata name for fpaccuracy, and document it
[oota-llvm.git] / test /
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Owen AndersonAnother failing encoding.
2011-10-18 Jim GrosbachFix NEON mul encoding tests. Wrong file contents previo...
2011-10-18 Jim GrosbachARM vqdmulh assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachRemove duplicate test.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachARM vmul assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachTidy up.
2011-10-18 Owen AndersonAdd a few more testcases.
2011-10-18 Owen AndersonAdd several FIXME cases for ARM encodings.
2011-10-18 Bob WilsonFix incorrect check for sign-extended constant BUILD_VE...
2011-10-18 Bob WilsonFix a DAG combiner assertion failure when constant...
2011-10-18 Jim GrosbachTests for 142365.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV.i64.
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-18 Michael J. SpencerRevert "llvm-objdump: Add static symbol table dumping."
2011-10-17 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-17 Jim GrosbachEnable a few more NEON immediate tests.
2011-10-17 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Dan GohmanTeach the ARC optimizer about the !clang.arc.copy_on_es...
2011-10-17 Jim GrosbachARM NEON "vmov.i8" immediate assembly parsing and encoding.
2011-10-17 Lang HamesFixed quoting on default data layout option.
2011-10-17 Bill WendlingAdd support for the Objective-C personality function...
2011-10-17 Nadav RotemAdd CHECKs and document PR11158.
2011-10-17 Nadav Rotemstabalize tests by specifying the exact sse level
2011-10-17 Dan GohmanSuppress partial retain+release elimination when there's a
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Bill WendlingTemporarily XFAIL waiting for a fix.
2011-10-17 Michael J. Spencerllvm-objdump: Add -s, which prints the contents of...
2011-10-17 Michael J. Spencerllvm-objdump: Add tests.
2011-10-17 Hal Finkeluse FileCheck and not grep in new tests
2011-10-17 Nadav RotemClean the triple, add check lines.
2011-10-17 Nadav RotemPreviously v2i32 vectors were legalized to v4i32. Now...
2011-10-17 Hal FinkelTest case for CanLowerReturn fix (r141981)
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-16 Nadav RotemAdd tripple and stabalize a few more tests.
2011-10-16 Nadav RotemAdd triple to tests.
2011-10-16 Nadav Rotemfix a typo in the test
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-16 Nick LewyckyOops! Fix testcase.
2011-10-16 Nick LewyckyWhen looking for dependencies on the src pointer, scan...
2011-10-16 Nadav RotemRemove the the test which checks the saving of a vector...
2011-10-16 Craig TopperAdd X86 PEXTR and PDEP instructions.
2011-10-16 Nadav RotemFix a bug in LowerV2I64Splat, which generated a BUILD_V...
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 INVPCID instruction. Add 32/64-bit predicates...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-16 NAKAMURA Takumitest/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang...
2011-10-15 Craig TopperAdd support for X86 blsr, blsmsk, and blsi instructions...
2011-10-15 Nico WeberLet this test pass even if 'int' is somewhere in its...
2011-10-15 Andrew TrickFix SCEVExpander assert during LSR: "argument of incomp...
2011-10-14 Eli FriedmanAdd missing correctness check to ARMTargetLowering...
2011-10-14 Owen AndersonUpdate test for disabling of code/data marker labels...
2011-10-14 Torok EdwinOCaml bindings: add some missing functions and testcases.
2011-10-14 Torok EdwinOCaml bindings: fix infinite recursion on string_of_lltype
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-14 Jakob Stoklund OlesenAdd value numbers when spilling dead defs.
2011-10-13 Michael J. SpencerELF: Fix the section that relocations apply to. Add...
2011-10-13 Michael J. Spencerllvm-object: Add inline relocation information to disas...
2011-10-13 Andrew TrickReapply r141870, SCEV expansion of post-inc.
2011-10-13 Andrew TrickRevert r141870. The test case crashes on linux with...
2011-10-13 Andrew TrickLSR: Reuse the post-inc expansion of expressions.
2011-10-13 Benjamin KramerForce CPU type on test so it doesn't accidentally emit...
2011-10-13 Kalle RaiskilaMark 'branch indirect' instruction as an indirect branch.
2011-10-13 Bill WendlingMore closely follow libgcc, which has code after the...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Bill WendlingShould not add instructions to a BB after a return...
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-12 Jakob Stoklund OlesenAlso inflate register classes around inline asm.
2011-10-12 Bill WendlingWe need to verify that the machine instruction we're...
2011-10-12 Lang HamesRemoved colons from some target datalayout strings...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-10-12 Jim GrosbachThumb2 assembly parsing and encoding for LDC/STC.
2011-10-12 Jim GrosbachARM encoding tests for STC.
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-12 Jakob Stoklund OlesenFix -widen-vmovs liveness issues.
2011-10-11 Bob WilsonMake this test more specific. There are 3 stats that...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Jim GrosbachARM assembly parsing and encoding for LDC{2}{L}/STC...
2011-10-11 Bill WendlingRevert r141529. This is causing failures in the test...
2011-10-11 Cameron ZwarichFix PR11106 by correcting a typo that has been in the...
2011-10-11 Jim GrosbachUpdate test for r141704.
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-11 Nadav RotemAdd support for legalization of vector SHL/SRA/SRL...
2011-10-11 Nick LewyckyApparently, sometimes llvm-nm doesn't put the undefined...
2011-10-11 Craig TopperTest case for X86 LZCNT instruction selection.
2011-10-11 Craig TopperAdd X86 LZCNT instruction. Including instruction select...
2011-10-11 Cameron ZwarichAdd a test for PR10565.
2011-10-11 Cameron ZwarichRemove a lot of the fancy scalar replacement code for...
2011-10-11 Bill WendlingTest simplification that Ana Pazos noticed.
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-11 Nick LewyckyAlso create a shndx even if there are no symbols. This...
next