summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there wasNadav Rotem2011-10-16
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-16
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-16
* test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead of $(PRO...NAKAMURA Takumi2011-10-16
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-15
* Let this test pass even if 'int' is somewhere in its directory path.Nico Weber2011-10-15
* Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick2011-10-15
* Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman2011-10-14
* Update test for disabling of code/data marker labels in ELF.Owen Anderson2011-10-14
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-14
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-14
* Update live-in lists when splitting critical edges.Jakob Stoklund Olesen2011-10-14
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-14
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-14
* Add value numbers when spilling dead defs.Jakob Stoklund Olesen2011-10-14
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer2011-10-13
* llvm-object: Add inline relocation information to disassembly.Michael J. Spencer2011-10-13
* Reapply r141870, SCEV expansion of post-inc.Andrew Trick2011-10-13
* Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick2011-10-13
* LSR: Reuse the post-inc expansion of expressions.Andrew Trick2011-10-13
* Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer2011-10-13
* Mark 'branch indirect' instruction as an indirect branch.Kalle Raiskila2011-10-13
* More closely follow libgcc, which has code after the `ret' instruction toBill Wendling2011-10-13
* Revert r141854 because it was causing failures:Bill Wendling2011-10-13
* Should not add instructions to a BB after a return instruction. The machine i...Bill Wendling2011-10-13
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-13
* Also inflate register classes around inline asm.Jakob Stoklund Olesen2011-10-12
* We need to verify that the machine instruction we're using as a replacement forBill Wendling2011-10-12
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-12
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-12
* Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach2011-10-12
* ARM encoding tests for STC.Jim Grosbach2011-10-12
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-12
* Fix -widen-vmovs liveness issues.Jakob Stoklund Olesen2011-10-12
* Make this test more specific. There are 3 stats that matched "machine-licm".Bob Wilson2011-10-11
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11
* ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach2011-10-11
* Revert r141529. This is causing failures in the test-suite, like bigstack and...Bill Wendling2011-10-11
* Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich2011-10-11
* Update test for r141704.Jim Grosbach2011-10-11
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-11
* Add support for legalization of vector SHL/SRA/SRL instructionsNadav Rotem2011-10-11
* Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. TakeNick Lewycky2011-10-11
* Test case for X86 LZCNT instruction selection.Craig Topper2011-10-11
* Add X86 LZCNT instruction. Including instruction selection support.Craig Topper2011-10-11
* Add a test for PR10565.Cameron Zwarich2011-10-11
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-11
* Test simplification that Ana Pazos noticed.Bill Wendling2011-10-11