aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.Evan Cheng2009-08-042-2/+2
* Fix test.Evan Cheng2009-08-041-1/+1
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-043-16/+31
* Convert a few Neon tests to use FileCheck.Bob Wilson2009-08-043-20/+71
* Clean up the handling of two-address operands in RegScavenger.Jakob Stoklund Olesen2009-08-041-0/+33
* Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.Evan Cheng2009-08-041-0/+40
* Add NEON single-precision FP support for fabs and fneg.David Goodwin2009-08-042-0/+36
* LowerSubregsInstructionPass::LowerExtract should not extend the live range of...Jakob Stoklund Olesen2009-08-042-1/+16
* In thumb mode, r7 is used as frame register. This fixes pr4681.Evan Cheng2009-08-041-0/+29
* Match common pattern for FNMAC. Add NEON SP support.David Goodwin2009-08-041-1/+0
* Improve tests.David Goodwin2009-08-042-8/+23
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-049-0/+99
* Fix PR4528. This scavenger assertion is too strict. The two-address value isEvan Cheng2009-08-041-0/+25
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-041-2/+2
* Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"Chris Lattner2009-08-041-0/+36
* Use separate ValueList for metadata.Devang Patel2009-08-042-0/+93
* Revert recent bitcode writer patches.Devang Patel2009-08-041-5/+0
* llvm-gcc checks the static asm variable is valid in ValidateRegisterVariable....Bill Wendling2009-08-041-0/+4
* Fixed now.Bill Wendling2009-08-041-2/+0
* Add test for PR4678Rafael Espindola2009-08-041-0/+4
* XFAIL for the moment.Bill Wendling2009-08-041-0/+2
* Constants and Metadata share ValueList. This means they must be emitted inter...Devang Patel2009-08-041-0/+5
* Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. T...Evan Cheng2009-08-041-1/+19
* Add -disable-output. Thanks Bill!Dan Gohman2009-08-031-1/+1
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-031-0/+84
* Lower CONCAT_VECTOR during legalization instead of matching it during isel.Bob Wilson2009-08-031-0/+36
* Fix Bug 4657: register scavenger asserts with subreg loweringJakob Stoklund Olesen2009-08-031-0/+29
* Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially...Evan Cheng2009-08-031-0/+46
* Unbreak Win64 CC. Step one: honour register save area, fix some alignment and...Anton Korobeynikov2009-08-032-4/+4
* Use movd instead of movqRafael Espindola2009-08-031-1/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-033-4/+6
* Use movq to move 64 bits in and out of mmx registers.Rafael Espindola2009-08-032-1/+11
* Use the i12 variant of load / store opcodes if offset is zero. Now we pass al...Evan Cheng2009-08-031-0/+85
* Expand LDA testcases.Andreas Bolka2009-08-022-11/+62
* 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