aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-3/+50
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-2/+7
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-1/+1
* Add a FIXME for 32-bit q modifiers.Eric Christopher2013-11-121-0/+1
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-3/+46
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-121-0/+16
* [mips] Revert part of r194510 that was accidentally committed.Akira Hatanaka2013-11-121-1/+1
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-1/+1
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-4/+7
* [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier2013-11-124-31/+327
* Expand rotate instructions on sparcv9 as well.Roman Divacky2013-11-121-0/+2
* Simplify operand folding when rematerializing a load.Andrew Trick2013-11-121-1/+6
* R600: Reenable llvm.R600.load.input/interp.input for compatibilityVincent Lejeune2013-11-122-0/+47
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-122-9/+51
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-31/+20
* [mips][msa] Fix buildbot failures caused by an unused variable when assertion...Daniel Sanders2013-11-121-2/+1
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-129-38/+161
* [ARM] Add support for FP_HP_extension build attributeBradley Smith2013-11-122-1/+7
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-122-70/+216
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-121-1/+1
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-123-1/+25
* XCore target: return error for unsupported alignmentRobert Lytton2013-11-121-0/+4
* Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-121-22/+42
* Correct a glitch in r194424 which may invalidate iterator.Shuxin Yang2013-11-121-1/+3
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-121-0/+8
* R600/SI: Change formatting of printed registers.Matt Arsenault2013-11-122-2/+64
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-123-5/+26
* Extract a bc attr parsing helper that returns Attribute::None on errorReid Kleckner2013-11-121-78/+49
* Lower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE_R10 inLang Hames2013-11-111-12/+12
* Fix the recently added anyregcc convention to handle spilled operands.Andrew Trick2013-11-111-1/+10
* Print new JavaScript calling conventions symbolically.Andrew Trick2013-11-111-0/+2
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-114-41/+39
* Fix PR17952.Shuxin Yang2013-11-111-6/+175
* [mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka2013-11-111-1/+1
* CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-111-3/+4
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-112-0/+3
* Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor2013-11-111-2/+12
* [NVPTX] Properly handle bitcast ConstantExpr when checking for the alignment ...Justin Holewinski2013-11-111-13/+38
* [NVPTX] Fix logic error in loading vector parameters of more than 4 componentsJustin Holewinski2013-11-111-1/+1
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-111-10/+21
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-115-9/+10
* Unify the adding of enumerators with the construction of the enumeration.Eric Christopher2013-11-112-23/+25
* Formatting.Eric Christopher2013-11-111-9/+8
* 80-col.Eric Christopher2013-11-111-5/+7
* Just pass the DIComposite type by value instead of by pointer.Eric Christopher2013-11-112-6/+6
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-111-3/+25
* Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...Daniel Sanders2013-11-111-0/+18
* Move debug message in vectorizerRenato Golin2013-11-111-4/+1
* Add PPC option for full register names in asmHal Finkel2013-11-111-0/+10
* Simplify code. No functionality change.Benjamin Kramer2013-11-111-5/+1