summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert r107205 and r107207.Bill Wendling2010-06-2917-46/+14
* Print InlinedAt location.Devang Patel2010-06-291-7/+21
* Add another bswap idiom that isn't matched.Eric Christopher2010-06-291-0/+8
* 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
* 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-2917-14/+46
* Add AVX ld/st XCSR register.Bruno Cardoso Lopes2010-06-292-15/+26
* 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 the handling of partial redefines in the fast register allocator.Jakob Stoklund Olesen2010-06-291-17/+39
* Fix a register scavenger crash when dealing with undefined subregs.Bob Wilson2010-06-291-0/+18
* Add AVX non-temporal storesBruno Cardoso Lopes2010-06-291-10/+52
* 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-291-1/+67
* skip dbg_value instructionsJim Grosbach2010-06-291-0/+2
* The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to addBob Wilson2010-06-291-2/+2
* use ArgOperand APIGabor Greif2010-06-291-6/+6
* 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-296-9/+15
* 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
* 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
* 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-291-2/+2
* 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
* Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson2010-06-291-34/+45
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-292-34/+120
* Described the missing AVX forms of SSE2 convert instructionsBruno Cardoso Lopes2010-06-291-51/+200
* Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding isBob Wilson2010-06-291-1/+1
* Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so theyBob Wilson2010-06-281-1/+2
* Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo insteadBob Wilson2010-06-281-5/+7
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-282-1/+3