summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix a problem Eli noticed where we would compile the attached ptrtointChris Lattner2009-08-01
* Add nounwind to this test.Dan Gohman2009-08-01
* Hack to make this test work on platforms which aren't Macs. Fixing this Eli Friedman2009-08-01
* Workaround a couple of Darwin assembler bugs.Evan Cheng2009-08-01
* Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan!Daniel Dunbar2009-08-01
* Split t2MOVCCs since some assemblers do not recognize mov shifted register al...Evan Cheng2009-08-01
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-01
* Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the sameEvan Cheng2009-08-01
* llvm-mc: Add -triple, and fix some typosDaniel Dunbar2009-07-31
* llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar2009-07-31
* llvm-mc: A few more parsing / match tweaks.Daniel Dunbar2009-07-31
* Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene2009-07-31
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-31
* llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar2009-07-31
* PR4662: Fix a crash introduced by the recent LLVMContext changes.Eli Friedman2009-07-31
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .alignEvan Cheng2009-07-31
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-31
* Add this test back, the check pattern was too strict.Daniel Dunbar2009-07-31
* Remove this test while I figure out why it is failing.Daniel Dunbar2009-07-31
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-31
* When fp is not eliminated, instructions with T2_i12 modes will be changed to ...Evan Cheng2009-07-30
* Do not use abbrev while writing NamedMDNode name.Devang Patel2009-07-30
* Darwin assembler now recognizes "orn", so remove workaround.David Goodwin2009-07-30
* Darwin assembler now supports "rrx", so remove workaround.David Goodwin2009-07-30
* Cleanup and include code selection for some frame index cases.David Goodwin2009-07-30
* Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(...Evan Cheng2009-07-30
* Add a new register class to describe operands that can't be SP,Dan Gohman2009-07-30
* tbb / tbh instructions only branch forward, not backwards.Evan Cheng2009-07-29
* Add VFP3 D registers to the DPR register class.Evan Cheng2009-07-29
* Read and write NamedMDNode.Devang Patel2009-07-29
* Fix PR4645 which was fallout from the fix for PR4641.Daniel Dunbar2009-07-29
* xfail for now.Evan Cheng2009-07-29
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-29
* Just discard the output, no need to turn it back into text.Nick Lewycky2009-07-29
* don't dump .bc file to stdout, and simplify this to a trivial testcase.Chris Lattner2009-07-29
* fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner2009-07-29
* Bulk erasing instructions without RAUWing them is unsafe. Instead, break themNick Lewycky2009-07-29
* Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...Evan Cheng2009-07-29
* Add a couple more tests for the ptest intrinsics to make sure we'reEric Christopher2009-07-29
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-29
* Slightly reformat LDA tests to ease grepping.Andreas Bolka2009-07-28
* In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un...Evan Cheng2009-07-28
* Remove support for ORN to workaround <rdar://problem/7096522>.David Goodwin2009-07-28
* Add workaround for <rdar://problem/7098328>.David Goodwin2009-07-28
* fix testcase for previous patch.Chris Lattner2009-07-28
* Fix PR4639, a ELF-TLS regression from some of my refactoring.Chris Lattner2009-07-28
* Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.David Goodwin2009-07-28
* tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.Evan Cheng2009-07-28
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28