aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add another Strong-SIV testcase.Andreas Bolka2009-08-081-0/+28
* don't check the result of printInstruction anymore.Chris Lattner2009-08-086-24/+11
* Do not generate 32-bit call on win64 when imm does not fitAnton Korobeynikov2009-08-072-2/+11
* rename testChris Lattner2009-08-071-0/+0
* merge a bunch of tests together into one, convert to filecheck whichChris Lattner2009-08-075-64/+60
* Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling theseBob Wilson2009-08-071-0/+18
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-072-7/+34
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-079-40/+127
* code cleanupChris Lattner2009-08-071-20/+18
* Unbreak build.Benjamin Kramer2009-08-071-8/+8
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-0710-1/+19
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-074-61/+0
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-072-15/+47
* Fix copy-pasto.Andreas Bolka2009-08-071-2/+2
* Unbreak the stuffAnton Korobeynikov2009-08-071-2/+2
* Modifications to dyn_cast/cast to make them work for objects too, instead of ...Argyrios Kyrtzidis2009-08-071-4/+7
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-074-2/+223
* fix comment pastosChris Lattner2009-08-071-2/+2
* Back out some of recent register scavenger change by John Mosby. It broke a n...Evan Cheng2009-08-071-27/+14
* avoid this libcall with long inline expansionAndrew Lenharth2009-08-071-1/+30
* 2 more vdup.32 casesAnton Korobeynikov2009-08-073-1/+34
* A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR.Evan Cheng2009-08-071-1/+1
* strength reduce anonymous namespace to static.Chris Lattner2009-08-071-5/+2
* tidy upChris Lattner2009-08-071-7/+4
* Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement.Bill Wendling2009-08-071-45/+78
* Thumb2 32-bit ldm / stm needs .w suffix if submode is ia.Evan Cheng2009-08-073-7/+11
* llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate ro...Daniel Dunbar2009-08-071-11/+18
* XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feelsDaniel Dunbar2009-08-071-2/+3
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-072-1/+12
* llvm-mc/AsmMatcher: Tweaks in response to feedback.Daniel Dunbar2009-08-072-15/+3
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-074-19/+37
* This is done.Evan Cheng2009-08-071-2/+0
* Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode.Evan Cheng2009-08-072-8/+1
* Fix support to use NEON for single precision fp math.Evan Cheng2009-08-073-46/+170
* SIV/MIV classification for LDA.Andreas Bolka2009-08-072-6/+43
* Rewrite previous patch to follow Chris' stylisticDale Johannesen2009-08-071-14/+22
* Fix dom frontier update. This fixes PR4667.Devang Patel2009-08-071-19/+23
* Fix Strong-SIV testcase.Andreas Bolka2009-08-071-1/+1
* Minor fixes to avoid using invalid debugloc.Sanjiv Gupta2009-08-071-5/+9
* Simplify code and avoid allocations.Benjamin Kramer2009-08-071-10/+3
* Improve disabling of X86 AsmMatcher.Daniel Dunbar2009-08-071-0/+1
* Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory onDaniel Dunbar2009-08-073-0/+25
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-073-336/+552
* Error out, rather than infinite looping, if constant island pass can't converge.Evan Cheng2009-08-071-4/+12
* Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...Evan Cheng2009-08-072-5/+22
* tBfar is bl, which clobbers LR.Evan Cheng2009-08-072-1/+3
* Run memsel inserter just before emit assembly to avoid tinkering by other pas...Sanjiv Gupta2009-08-072-2/+2
* Update CMake.Daniel Dunbar2009-08-071-1/+0
* Remove unused function.Daniel Dunbar2009-08-071-7/+0
* These should be expandedAndrew Lenharth2009-08-071-0/+3