aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* don't check the result of printInstruction anymore.Chris Lattner2009-08-085-19/+5
* Do not generate 32-bit call on win64 when imm does not fitAnton Korobeynikov2009-08-071-2/+2
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-071-1/+1
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-071-2/+0
* Unbreak the stuffAnton Korobeynikov2009-08-071-2/+2
* avoid this libcall with long inline expansionAndrew Lenharth2009-08-071-1/+30
* 2 more vdup.32 casesAnton Korobeynikov2009-08-072-0/+19
* A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR.Evan Cheng2009-08-071-1/+1
* 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-072-3/+7
* llvm-mc/AsmMatcher: Tweaks in response to feedback.Daniel Dunbar2009-08-071-1/+1
* 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-072-46/+90
* 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-071-0/+19
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-071-139/+61
* Error out, rather than infinite looping, if constant island pass can't converge.Evan Cheng2009-08-071-4/+12
* 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
* These should be expandedAndrew Lenharth2009-08-071-0/+3
* Fix a bunch of namespace pollution.Dan Gohman2009-08-073-4/+7
* It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng2009-08-0710-70/+346
* Output the new StructType constructor, which takes the context of theNicolas Geoffray2009-08-061-0/+1
* Use DebugInfoFinderDevang Patel2009-08-061-15/+9
* Implement Neon VST[234] operations.Bob Wilson2009-08-065-31/+176
* Add parameter to pattern classes to enable an itinerary to be specified for i...David Goodwin2009-08-066-819/+926
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-063-39/+48
* go through PIC16TargetObjectFile to make sections instead of Chris Lattner2009-08-064-12/+26
* We need to sext global addresses in kernel code model, not zextAnton Korobeynikov2009-08-062-11/+24
* Fix a bug in x86's PreprocessForRMW logic that was exposedDan Gohman2009-08-061-3/+5
* Missed part of recent kernel codemodel tweaksAnton Korobeynikov2009-08-061-2/+4
* Neon does not actually have VLD{234}.64 instructions.Bob Wilson2009-08-063-9/+0
* Add a new pre-allocation pass to assign adjacent registers for Neon instructionsBob Wilson2009-08-054-1/+142
* Better handle kernel code model. Also, generalize the things and fix oneAnton Korobeynikov2009-08-053-34/+81
* Use GR32 for copies between GR32_NOSP and GR32_NOREX, as neitherDan Gohman2009-08-051-3/+11
* When using NEON for single-precision FP, the NEON result must be placed in D0...David Goodwin2009-08-053-21/+41
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-052-6/+0
* Remove redundand checks: the only way to have, e.g. f32 RegVT is exactlyAnton Korobeynikov2009-08-051-11/+7
* hasSuperClass tests for a strict superset relation, rather thanDan Gohman2009-08-051-2/+2
* Unbreak the stuff, this is ugly, but we cannot do better for now with 'plain'...Anton Korobeynikov2009-08-051-5/+4
* Missed pieces for ARM HardFP ABI.Anton Korobeynikov2009-08-054-24/+41
* Use elf Object File directlyAndrew Lenharth2009-08-051-18/+1
* Remove some dead code.Daniel Dunbar2009-08-053-35/+1
* Enable the new no-SP register classes by default. This is to addressDan Gohman2009-08-053-17/+6
* Remove a redundant declaration.Bob Wilson2009-08-051-2/+0
* Convert bswap test to filecheck, add more test entries & convert stuff to fil...Anton Korobeynikov2009-08-051-1/+1
* Fix a bug in the PIC16 backend.Dan Gohman2009-08-051-1/+1