summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-18
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-18
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-17
* Enable a few more NEON immediate tests.Jim Grosbach2011-10-17
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Teach the ARC optimizer about the !clang.arc.copy_on_escape metadataDan Gohman2011-10-17
* ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-17
* Fixed quoting on default data layout option.Lang Hames2011-10-17
* Add support for the Objective-C personality function to the instructionBill Wendling2011-10-17
* Add CHECKs and document PR11158.Nadav Rotem2011-10-17
* stabalize tests by specifying the exact sse levelNadav Rotem2011-10-17
* Suppress partial retain+release elimination when there's aDan Gohman2011-10-17
* Correct over-zealous removal of hack.Bill Wendling2011-10-17
* Temporarily XFAIL waiting for a fix.Bill Wendling2011-10-17
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-17
* llvm-objdump: Add tests.Michael J. Spencer2011-10-17
* use FileCheck and not grep in new testsHal Finkel2011-10-17
* Clean the triple, add check lines.Nadav Rotem2011-10-17
* Previously v2i32 vectors were legalized to v4i32. Now, they are legalized toNadav Rotem2011-10-17
* Test case for CanLowerReturn fix (r141981)Hal Finkel2011-10-17
* Add PPC 440 scheduler and some associated tests (new files)Hal Finkel2011-10-17
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-17
* Add tripple and stabalize a few more tests.Nadav Rotem2011-10-16
* Add triple to tests.Nadav Rotem2011-10-16
* fix a typo in the testNadav Rotem2011-10-16
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-16
* Oops! Fix testcase.Nick Lewycky2011-10-16
* When looking for dependencies on the src pointer, scan the src pointer. ScanningNick Lewycky2011-10-16
* Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem2011-10-16
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-16
* 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