summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-12-21REVIEW Axel Davy's schedulerHEADmasterNicolai Hähnle8-3/+2532
2015-12-21[AVR] Added configuration file and machine function information classDylan McKay2-0/+88
2015-12-21Fix line endings after r256155. NFC.Eric Christopher1-198/+198
2015-12-21[cfi] Fix LowerBitSets on 32-bit targets.Evgeniy Stepanov1-1/+1
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer8-17/+31
2015-12-21Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim1-0/+10
2015-12-21Resubmit r256193 with test fix: assertion failure analyzedXinliang David Li1-2/+11
2015-12-21Revert r256193: build bot failure triggeredXinliang David Li1-11/+2
2015-12-21[X86][SSE] Transform truncations between vectors of integers into X86ISD::PAC...Cong Hou2-9/+160
2015-12-21[PGO] Fix profile var comdat generation problem with COFFXinliang David Li1-2/+11
2015-12-21[ValueTracking] Properly handle non-sized types in isAligned function.Michael Zolotukhin1-1/+5
2015-12-21Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)Adrian Prantl1-52/+36
2015-12-21Teach ARMLoadStoreOptimizer to ignore DBG_VALUE instructions when mergingAdrian Prantl1-1/+5
2015-12-21AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VITom Stellard5-12/+70
2015-12-21AMDGPU/SI: Change assembly name for flat scratch registers to flat_scratchTom Stellard1-3/+3
2015-12-21[AArch64] Add additional extract-extend patterns for smovMatthew Simpson1-0/+7
2015-12-21Remove extra whitespace. NFC.Chad Rosier1-3/+3
2015-12-21[ThinLTO] Rename variable to reflect bulk importing change (NFC)Teresa Johnson1-10/+11
2015-12-21[WebAssembly] Convert a regular for loop to a range-based for loop.Dan Gohman1-2/+1
2015-12-21[WebAssembly] Clean up comments and fix a missing #include dependency.Dan Gohman1-13/+7
2015-12-21[WebAssembly] Remove an unneeded empty destructor.Dan Gohman1-4/+0
2015-12-21[WebAssembly] Enclose the operand variables for load and store instructions i...Dan Gohman1-23/+23
2015-12-21[WebAssembly] Mark the ARGUMENT pseudo-instructions as CodeGenOnly.Dan Gohman1-1/+1
2015-12-21[WebAssembly] Add some comments and make some minor source cleanups.Dan Gohman1-3/+4
2015-12-21Teach MCOperand::print how to print FPImm operands.Dan Gohman1-0/+2
2015-12-21Remove unused functions from ModuleLinker (NFC)Teresa Johnson1-54/+0
2015-12-21Remove overly strict new assert in BitcodeReader.Teresa Johnson1-16/+1
2015-12-21Revert "[AArch64] Promote loads from stores"Jun Bum Lim1-280/+3
2015-12-21[LIR] Refactor code to enable future patch. NFC.Chad Rosier1-41/+41
2015-12-21[AArch64] Enable PostRAScheduler for AArch64 generic build.Chad Rosier1-1/+2
2015-12-21AVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to ...Igor Breger1-1/+8
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud13-198/+313
2015-12-21[mips][microMIPS] Implement DERET and DI instructions and check size operand ...Zlatko Buljan10-60/+74
2015-12-21[MC, COFF] Unbreak support for COFF timestampsDavid Majnemer1-0/+1
2015-12-21[Cygwin] Enable TLS as emutls.NAKAMURA Takumi1-0/+6
2015-12-21[RS4GC] Add an assert which fails if there is a (yet unsupported) addrspacecast.Manuel Jacob1-0/+5
2015-12-21[InstCombine] Fix indentation. NFC.Craig Topper1-2/+2
2015-12-20[AVR] Added AVRCallingConv.tdDylan McKay3-1/+67
2015-12-20[X86] Use range-based for loop. NFCCraig Topper1-3/+2
2015-12-20[X86] Prevent constant hoisting for a couple compare immediates that the sele...Craig Topper1-1/+13
2015-12-20Add AVR.td and AVRRegisterInfo.tdDylan McKay4-1/+783
2015-12-20Fix a latent UAF bug in profwriterXinliang David Li1-0/+2
2015-12-20Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat/usat instructions for T...Weiming Zhao1-2/+2
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li3-73/+69
2015-12-20Minor clean up -- move large single use method out of header(NFC)Xinliang David Li1-0/+31
2015-12-19Nonnull elements in OperandBundleCallSites are not all InstructionsSanjoy Das1-3/+2
2015-12-19Delete APIs that have been deprecated since 2010.Rafael Espindola1-42/+0
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola4-7/+18
2015-12-19Remove unnecessary casts. NFC.Manuel Jacob1-6/+5
2015-12-19SelectionDAG: Cleanup integer bin op promotion functions.Matt Arsenault2-34/+17