aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-10-16------------------------------------------------------------------------Bill Wendling
2011-10-14Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman
2011-10-14Update test for disabling of code/data marker labels in ELF.Owen Anderson
2011-10-14OCaml bindings: add some missing functions and testcases.Torok Edwin
2011-10-14OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin
2011-10-14Update live-in lists when splitting critical edges.Jakob Stoklund Olesen
2011-10-14Add X86 ANDN instruction. Including instruction selection.Craig Topper
2011-10-14Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper
2011-10-14Add value numbers when spilling dead defs.Jakob Stoklund Olesen
2011-10-13ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer
2011-10-13llvm-object: Add inline relocation information to disassembly.Michael J. Spencer
2011-10-13Reapply r141870, SCEV expansion of post-inc.Andrew Trick
2011-10-13Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick
2011-10-13LSR: Reuse the post-inc expansion of expressions.Andrew Trick
2011-10-13Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer
2011-10-13Mark 'branch indirect' instruction as an indirect branch.Kalle Raiskila
2011-10-13More closely follow libgcc, which has code after the `ret' instruction toBill Wendling
2011-10-13Revert r141854 because it was causing failures:Bill Wendling
2011-10-13Should not add instructions to a BB after a return instruction. The machine i...Bill Wendling
2011-10-13Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper
2011-10-12Also inflate register classes around inline asm.Jakob Stoklund Olesen
2011-10-12We need to verify that the machine instruction we're using as a replacement forBill Wendling
2011-10-12Removed colons from some target datalayout strings in test, since they don't ...Lang Hames
2011-10-12Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby
2011-10-12Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach
2011-10-12ARM encoding tests for STC.Jim Grosbach
2011-10-12ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach
2011-10-12Fix -widen-vmovs liveness issues.Jakob Stoklund Olesen
2011-10-11Make this test more specific. There are 3 stats that matched "machine-licm".Bob Wilson
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-10-11ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach
2011-10-11Revert r141529. This is causing failures in the test-suite, like bigstack and...Bill Wendling
2011-10-11Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich
2011-10-11Update test for r141704.Jim Grosbach
2011-10-11Add dominance check for the instruction being hoisted.Devang Patel
2011-10-11Add support for legalization of vector SHL/SRA/SRL instructionsNadav Rotem
2011-10-11Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. TakeNick Lewycky
2011-10-11Test case for X86 LZCNT instruction selection.Craig Topper
2011-10-11Add X86 LZCNT instruction. Including instruction selection support.Craig Topper
2011-10-11Add a test for PR10565.Cameron Zwarich
2011-10-11Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich
2011-10-11Test simplification that Ana Pazos noticed.Bill Wendling
2011-10-11Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper
2011-10-11Also create a shndx even if there are no symbols. This lets us testNick Lewycky
2011-10-11test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak wi...NAKAMURA Takumi
2011-10-11Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick
2011-10-11Test cases for 64-bit load and store instructions.Akira Hatanaka
2011-10-11Added a testcase for r141599, rdar://problem/10063881.Lang Hames
2011-10-11Add testcase for PR11107.Bill Wendling
2011-10-10Revert r141569 and r141576.Devang Patel