aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-156-12/+247
* Adding target specific calling conventions to support the MBlaze GCC functionWesley Peck2010-12-151-1/+8
* Strengthen GetUnderlyingObject using InstructionSimplify.Dan Gohman2010-12-151-0/+9
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-1516-61/+68
* Add some special purpose register definitions to the MBlaze backend and clean...Wesley Peck2010-12-151-80/+34
* Fix typo in r121875.Owen Anderson2010-12-151-1/+1
* Tweak a few pseudo-inst pattern base classes.Jim Grosbach2010-12-151-4/+4
* Clean up some of LVI:Nick Lewycky2010-12-151-91/+101
* The new t2LEApcrel* pseudo instructions need the size specified.Jim Grosbach2010-12-152-5/+13
* Implement cleanups suggested by Daniel.Owen Anderson2010-12-153-13/+17
* Document some more AliasAnalysis infrastructure limitations.Dan Gohman2010-12-151-4/+38
* Fix build.Jakob Stoklund Olesen2010-12-151-1/+1
* Detect and enumerate bypass loops.Jakob Stoklund Olesen2010-12-152-0/+39
* Separate SplitAnalysis::getSplitLoops().Jakob Stoklund Olesen2010-12-152-7/+14
* Add a Neon intrinsic test generator.Bob Wilson2010-12-153-1/+115
* Fix Neon intrinsic immediate range checking for some double-register operands.Bob Wilson2010-12-151-3/+7
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-154-40/+78
* If we detect that the instruction we are simplifying is unreachable, arrange forDuncan Sands2010-12-151-3/+3
* Teach jump threading to "look through" a select when the branch direction of ...Frits van Bommel2010-12-152-0/+157
* Add fixups for Thumb LDR/STR instructions.Bill Wendling2010-12-153-3/+20
* Relax alignment fragments.Rafael Espindola2010-12-154-48/+46
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-152-7/+10
* add another overflow idiomChris Lattner2010-12-151-0/+8
* add a note about overflow idiom recognition.Chris Lattner2010-12-151-1/+19
* Generalize an assert.Rafael Espindola2010-12-152-1/+8
* add a shift/imul missed optimizationChris Lattner2010-12-151-0/+45
* add a note about a SPEC hack that gcc mainline does.Chris Lattner2010-12-151-0/+23
* take care of some todos, transforming [us]mul_lohi into Chris Lattner2010-12-152-2/+47
* merge two testsChris Lattner2010-12-152-7/+10
* when transforming a MULHS into a wider MUL, there is no need to SRA theChris Lattner2010-12-151-1/+1
* make qsort predicate more conformant by returning 0 for equal values.Chris Lattner2010-12-151-1/+5
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-157-28/+19
* Add mention that we support FreeBSD/amd64.Bill Wendling2010-12-151-0/+5
* Add some more MC tests for ARM arithmetic instructions that update or don'tKevin Enderby2010-12-151-8/+59
* Copy-pastos.Mikhail Glushenkov2010-12-151-17/+15
* Remove ConvertToMAttrImpl, it became too '-march'-specific.Mikhail Glushenkov2010-12-151-62/+70
* llvmc: Support -march arguments that should be forwarded to llc as -mcpu.Mikhail Glushenkov2010-12-151-10/+42
* llvmc: Better -mfpu/-mcpu support for ARM & PPC.Mikhail Glushenkov2010-12-152-14/+89
* llvmc: more complete -march table for ARM.Mikhail Glushenkov2010-12-151-2/+4
* llvmc: Support -mabi/-mfloat-abi.Mikhail Glushenkov2010-12-151-0/+10
* llvmc: Forward -march/-mcpu/-mtune to as & ld.Mikhail Glushenkov2010-12-151-0/+6
* llvmc: make switch options ZeroOrMore by default.Mikhail Glushenkov2010-12-151-1/+8
* Reapply r121808 now that the missing patterns have been supplied.Bill Wendling2010-12-151-16/+21
* Add some missing patterns now that tLDRB and tLDRH are split into reg andBill Wendling2010-12-151-2/+12
* Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson2010-12-152-1/+23
* Cleanup trailing whitespace.Owen Anderson2010-12-151-27/+27
* Revert r121808 until I can fix the build.Bill Wendling2010-12-151-21/+16
* thumb adr fixup needs alignment just like the t2 version.Jim Grosbach2010-12-141-1/+2
* Comments and cleaning.Bill Wendling2010-12-141-6/+4
* Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. InBill Wendling2010-12-141-16/+21