aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add extra SEXT pattern.Richard Osborne2009-08-021-0/+32
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-021-13/+0
* Fix issue in regscavenger when scavenging a callee-saved register that has no...Jakob Stoklund Olesen2009-08-021-3/+3
* Never add a kill flag to a constrained physical register in a two-addr instru...Jakob Stoklund Olesen2009-08-022-6/+0
* Scavenger asserts.Jakob Stoklund Olesen2009-08-021-3/+0
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-022-0/+29
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-021-0/+38
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-0247-0/+1238
* Test both darwin and linux.Evan Cheng2009-08-021-5/+12
* switch to filecheck formatChris Lattner2009-08-021-12/+12
* fix a problem Eli noticed where we would compile the attached ptrtointChris Lattner2009-08-011-0/+8
* Add nounwind to this test.Dan Gohman2009-08-011-1/+1
* Hack to make this test work on platforms which aren't Macs. Fixing this Eli Friedman2009-08-011-1/+1
* Workaround a couple of Darwin assembler bugs.Evan Cheng2009-08-011-1/+1
* Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan!Daniel Dunbar2009-08-011-4/+9
* Split t2MOVCCs since some assemblers do not recognize mov shifted register al...Evan Cheng2009-08-011-0/+35
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-011-0/+25
* Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the sameEvan Cheng2009-08-012-1/+21
* llvm-mc: Add -triple, and fix some typosDaniel Dunbar2009-07-312-3/+3
* llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar2009-07-312-8/+8
* llvm-mc: A few more parsing / match tweaks.Daniel Dunbar2009-07-311-0/+27
* Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene2009-07-315-13/+13
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-311-0/+26
* llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar2009-07-311-2/+14
* PR4662: Fix a crash introduced by the recent LLVMContext changes.Eli Friedman2009-07-311-0/+14
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-2/+1
* Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .alignEvan Cheng2009-07-311-0/+1
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-311-0/+17
* Add this test back, the check pattern was too strict.Daniel Dunbar2009-07-311-0/+7
* Remove this test while I figure out why it is failing.Daniel Dunbar2009-07-311-5/+0
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-312-1/+6
* When fp is not eliminated, instructions with T2_i12 modes will be changed to ...Evan Cheng2009-07-301-0/+193
* Do not use abbrev while writing NamedMDNode name.Devang Patel2009-07-301-0/+7
* Darwin assembler now recognizes "orn", so remove workaround.David Goodwin2009-07-302-2/+0
* Darwin assembler now supports "rrx", so remove workaround.David Goodwin2009-07-301-2/+2
* Cleanup and include code selection for some frame index cases.David Goodwin2009-07-301-1/+1
* Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(...Evan Cheng2009-07-302-1/+221
* Add a new register class to describe operands that can't be SP,Dan Gohman2009-07-301-0/+36
* tbb / tbh instructions only branch forward, not backwards.Evan Cheng2009-07-292-0/+124
* Add VFP3 D registers to the DPR register class.Evan Cheng2009-07-291-0/+108
* Read and write NamedMDNode.Devang Patel2009-07-291-0/+6
* Fix PR4645 which was fallout from the fix for PR4641.Daniel Dunbar2009-07-291-0/+24
* xfail for now.Evan Cheng2009-07-291-0/+1
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-292-40/+40
* Just discard the output, no need to turn it back into text.Nick Lewycky2009-07-291-1/+1
* don't dump .bc file to stdout, and simplify this to a trivial testcase.Chris Lattner2009-07-291-158/+1
* fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner2009-07-291-0/+13
* Bulk erasing instructions without RAUWing them is unsafe. Instead, break themNick Lewycky2009-07-291-0/+179
* Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...Evan Cheng2009-07-292-2/+87
* Add a couple more tests for the ptest intrinsics to make sure we'reEric Christopher2009-07-291-0/+27