summaryrefslogtreecommitdiff
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-21Fix test case comment (NFC)Xinliang David Li1-2/+2
2015-12-21[cfi] Fix LowerBitSets on 32-bit targets.Evgeniy Stepanov2-1/+22
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer18-30/+71
2015-12-21Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim5-4/+61
2015-12-21Resubmit r256193 with test fix: assertion failure analyzedXinliang David Li2-2/+18
2015-12-21Revert r256193: build bot failure triggeredXinliang David Li2-19/+2
2015-12-21[X86][SSE] Transform truncations between vectors of integers into X86ISD::PAC...Cong Hou4-163/+353
2015-12-21[PGO] Fix profile var comdat generation problem with COFFXinliang David Li2-2/+19
2015-12-21[ValueTracking] Properly handle non-sized types in isAligned function.Michael Zolotukhin2-1/+25
2015-12-21Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)Adrian Prantl3-54/+138
2015-12-21Convert the CodeGen/ARM/sched-it-debug-nodes.ll testcase from IR -> MIR.Adrian Prantl2-88/+160
2015-12-21Teach ARMLoadStoreOptimizer to ignore DBG_VALUE instructions when mergingAdrian Prantl2-1/+170
2015-12-21fix leak in a test, make the sanitizer bot greenKostya Serebryany1-1/+2
2015-12-21AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VITom Stellard6-21/+84
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 Simpson2-9/+15
2015-12-21Add testcase for r256161 (PR25907)Teresa Johnson1-0/+28
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 Lim4-951/+8
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 Rosier22-30/+31
2015-12-21AVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to ...Igor Breger2-29/+144
2015-12-21[llvm-objdump] Use appropriate helper. NFC.Davide Italiano1-2/+1
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud16-198/+485
2015-12-21[mips][microMIPS] Implement DERET and DI instructions and check size operand ...Zlatko Buljan19-69/+126
2015-12-21check-llvm: Tweak the feature "timestamps" for autoconf.NAKAMURA Takumi2-1/+2
2015-12-21[MC, COFF] Unbreak support for COFF timestampsDavid Majnemer4-1/+9
2015-12-21[Cygwin] Enable TLS as emutls.NAKAMURA Takumi2-0/+14
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 Topper2-1/+38
2015-12-20Add AVR.td and AVRRegisterInfo.tdDylan McKay4-1/+783
2015-12-20[llvm-objdump] Move COFF function to where it belongs.Davide Italiano3-50/+51
2015-12-20Fix a bug in test case -- duplicate entriesXinliang David Li1-21/+0
2015-12-20Fix a latent UAF bug in profwriterXinliang David Li1-0/+2