aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move SSE2 Packed Integer instructions around, and create specific sections fo...Bruno Cardoso Lopes2010-06-291-83/+113
* Print InlinedAt location.Devang Patel2010-06-291-12/+23
* Improve explanation.Bill Wendling2010-06-291-2/+6
* Add AVX Move Aligned/Unaligned packed integersBruno Cardoso Lopes2010-06-291-12/+53
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-2926-39/+94
* Add AVX ld/st XCSR register.Bruno Cardoso Lopes2010-06-294-15/+50
* Do not hardcode DW_AT_stmt_list value.Devang Patel2010-06-292-7/+17
* Add support for encoding VDUP (ARM core register) instructions.Bob Wilson2010-06-291-0/+17
* Fix a buffer overflow noticed by gcc-4.6: zero is written intoDuncan Sands2010-06-291-1/+1
* NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a powerDuncan Sands2010-06-291-3/+2
* give PATypeHolder an explicit copy ctor which initializes the type pointer,Chris Lattner2010-06-292-4/+5
* Fix the handling of partial redefines in the fast register allocator.Jakob Stoklund Olesen2010-06-292-17/+61
* Fix a register scavenger crash when dealing with undefined subregs.Bob Wilson2010-06-292-0/+33
* Add AVX non-temporal storesBruno Cardoso Lopes2010-06-293-10/+76
* Add a few more interesting testcases.Dan Gohman2010-06-291-0/+21
* Fix whitespace style.Dan Gohman2010-06-291-2/+2
* Move non-temporal movs to their own sectionBruno Cardoso Lopes2010-06-291-34/+38
* Add support for encoding NEON VMOV (from core register to scalar) instructions.Bob Wilson2010-06-291-6/+19
* Add sqrt, rsqrt and rcp AVX instructionsBruno Cardoso Lopes2010-06-293-1/+196
* skip dbg_value instructionsJim Grosbach2010-06-291-0/+2
* minor cosmeticsGabor Greif2010-06-291-1/+1
* The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to addBob Wilson2010-06-291-2/+2
* use ArgOffset constant to prepare for operand rotationGabor Greif2010-06-291-4/+4
* use ArgOperand APIGabor Greif2010-06-291-6/+6
* use ArgOperand APIGabor Greif2010-06-291-31/+31
* Return Changed. This required setting Changed if dbg metadataDuncan Sands2010-06-291-5/+7
* It seems clear that this should return Changed.Duncan Sands2010-06-291-1/+1
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-298-11/+18
* getMachineBasicBlockAddress returns a uintptr_t - don't truncateDuncan Sands2010-06-291-1/+1
* The variable ValueSize is set to 1 on both code paths, and thenDuncan Sands2010-06-291-5/+1
* The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands2010-06-291-4/+0
* Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.Duncan Sands2010-06-291-7/+0
* Remove pointless variable LastDef.Duncan Sands2010-06-291-2/+0
* Looks like this test is missing an XFAIL line.Duncan Sands2010-06-291-0/+1
* Remove unused variable Loc and pointless variables unified_syntaxDuncan Sands2010-06-291-15/+4
* use ArgOperand APIsGabor Greif2010-06-291-3/+3
* Remove an unused and a pointless variable.Duncan Sands2010-06-291-3/+0
* Remove pointless and unused variables.Duncan Sands2010-06-291-9/+0
* encode operand initializations (at fixed index)Gabor Greif2010-06-291-12/+8
* Remove a pointless variable.Duncan Sands2010-06-291-5/+1
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-297-9/+0
* Remove variables that are written by not read.Duncan Sands2010-06-291-6/+0
* Use a more obvious way to avoid compiling functions which are only used when ...Benjamin Kramer2010-06-291-3/+2
* Jump through some silly hoops to make GCC accept that a function may not alwaysChandler Carruth2010-06-291-0/+3
* PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.Evan Cheng2010-06-292-27/+70
* Change if-cvt options to something that actually as useable.Evan Cheng2010-06-291-4/+6
* When processing loops for scheduling latencies (used for live outs on loopJim Grosbach2010-06-291-1/+4
* Just as its not safe to blindly transfer the nsw bit from an addDan Gohman2010-06-291-5/+9
* Refactoring of arithmetic instruction classes with unary operatorBruno Cardoso Lopes2010-06-291-118/+60
* When no memoperands are present, assume unaligned, volatile.Jakob Stoklund Olesen2010-06-291-10/+13