aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-11-01Merging r143194:Bill Wendling
2011-11-01Fixed in r143195. Still it is not "TARGETS" neutral.Bill Wendling
2011-11-01Merging r143437:Bill Wendling
2011-10-29Merging r143247:Bill Wendling
2011-10-24Merging r142869:Bill Wendling
2011-10-24Merging r142806:Bill Wendling
2011-10-19Merging r142550:Bill Wendling
2011-10-19Merging r142493:Bill Wendling
2011-10-19Merging r142492:Bill Wendling
2011-10-19Merging r142491:Bill Wendling
2011-10-19Merging r142168:Bill Wendling
2011-10-19Merging r142537:Bill Wendling
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