aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands2010-06-301-3/+6
* use ArgOperand APIGabor Greif2010-06-301-10/+10
* use ArgOperand APIGabor Greif2010-06-301-1/+1
* use ArgOperand APIGabor Greif2010-06-301-6/+6
* use ArgOperand APIGabor Greif2010-06-301-10/+12
* use ArgOperand APIGabor Greif2010-06-301-2/+2
* use CallSite::arg_end instead of CallInst::op_endGabor Greif2010-06-301-1/+1
* use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperandGabor Greif2010-06-301-3/+3
* use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperandGabor Greif2010-06-301-1/+2
* use getNumArgOperands instead of getNumOperandsGabor Greif2010-06-301-2/+2
* use getArgOperand instead of getOperandGabor Greif2010-06-301-4/+4
* use getArgOperand instead of getOperandGabor Greif2010-06-301-2/+2
* use getArgOperand instead of getOperandGabor Greif2010-06-301-8/+8
* Improve ScalarEvolution's nsw and nuw preservation.Dan Gohman2010-06-301-31/+105
* When computing a new ConservativeResult, intersect it withDan Gohman2010-06-301-1/+2
* Rework scev-aa's basic computation so that it doesn't dependDan Gohman2010-06-301-7/+31
* Simplify.Dan Gohman2010-06-301-2/+1
* Add AVX SSE2 integer unpack instructionsBruno Cardoso Lopes2010-06-301-10/+57
* Add AVX SSE2 packed integer shuffle instructionsBruno Cardoso Lopes2010-06-301-0/+14
* Remove trailing whitespace, no functionality changes.John Mosby2010-06-301-19/+18
* Small refactoring of SSE2 packed integer shuffle instructionsBruno Cardoso Lopes2010-06-301-45/+26
* Add AVX SSE2 pack with saturation integer instructionsBruno Cardoso Lopes2010-06-301-0/+9
* Add AVX SSE2 integer packed compare instructionsBruno Cardoso Lopes2010-06-301-0/+17
* - Add AVX form of all SSE2 logical instructionsBruno Cardoso Lopes2010-06-302-22/+99
* Do not construct DIE for already processed MDNode.Devang Patel2010-06-301-1/+2
* Use skipInstruction() as a simpler way of iterating over instructions using S...Jakob Stoklund Olesen2010-06-301-10/+2
* Use clEnumValN macro to work around keyword clashJakob Stoklund Olesen2010-06-301-1/+1
* Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel2010-06-301-2/+2
* Begin implementation of an inline spiller.Jakob Stoklund Olesen2010-06-293-1/+147
* Add *several* AVX integer packed binop instructionsBruno Cardoso Lopes2010-06-291-35/+109
* Fix ScalarEvolution's tripcount computation for chains of loopsDan Gohman2010-06-291-41/+61
* 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