oota-llvm.git
2015-12-25 Craig Topper[X86] Use assert instead of if and llvm_unreachable...
2015-12-25 Craig Topper[X86] Minor identation fixes. NFC
2015-12-25 David Majnemer[CodeGen] Use generic printAsOperand machinery instead...
2015-12-25 Craig Topper[IR] Mark the Type subclass helper methods 'inline...
2015-12-25 Craig Topper[Transforms] Use asserts instead of ifs around llvm_unr...
2015-12-25 Dan Gohman[WebAssembly] Fix handling of COPY instructions in...
2015-12-24 Sanjay Patel[InstCombine] transform more extract/insert pairs into...
2015-12-24 Dave BartolomeoFix signed/unsigned warning in Line.h.
2015-12-24 Dave BartolomeoRemove unused constants from TypeTableBuilder.cpp.
2015-12-24 Bill SeurerFix case of path name
2015-12-24 Dave BartolomeoFix CodeView library name and non-CMake builds
2015-12-24 Dave BartolomeoFix initializer order warning in TypeRecord.h
2015-12-24 Dave BartolomeoLLVM CodeView library
2015-12-24 Marina Yatsina[X86][ms-inline asm] Add support for memory operands...
2015-12-24 Benjamin Kramer[ProfileData] Make helper function static.
2015-12-24 Benjamin Kramer[FunctionImport] Move pass into anonymous namespace.
2015-12-24 Chandler CarruthAdd a missing const qualifier on the context instructio...
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-24 Elena DemikhovskyAVX-512: Kreg set 0/1 optimization
2015-12-24 Igor BregerAVX512: VPMOVM2B/W/D/Q intrinsic implementation.
2015-12-24 Craig TopperUse range-based for loops. NFC
2015-12-24 Matt ArsenaultAMDGPU: Fix getRegisterBitWidth for vectors
2015-12-24 Nico WeberRevert r256336, it caused PR25939
2015-12-24 Tom StellardAMDGPU/SI: Fix encoding of flat instructions on VI
2015-12-24 Tom StellardAMDGPU/SI: Remove non-existent flat instructions
2015-12-24 David MajnemerAddress Sanjoy's review comments to r256326
2015-12-23 JF BastienWebAssembly: remove 'external' from test
2015-12-23 Philip Reames[Statepoints] Use Indirect operands for spill slots
2015-12-23 Adrian Prantlllvm-dwarfdump: Add support for dumping .dSYM bundles.
2015-12-23 Davide Italiano[llvm-readobj] Use stderr and not stdout for error...
2015-12-23 Philip Reames[MemOperands] Clarify code around dropping memory opera...
2015-12-23 Keno Fischer[Function] Properly remove use when clearing personality
2015-12-23 JF BastienFix SCEV r256338.
2015-12-23 Sanjoy Das[SCEV] Fix getLoopBackedgeTakenCounts
2015-12-23 Chad Rosier[LIR] General refactoring to simplify code and the...
2015-12-23 Philip Reames[MachineLICM] Fix handling of memoperands
2015-12-23 Simon Pilgrim[X86][AVX] Only shuffle the lower half of vectors if...
2015-12-23 David Majnemer[OperandBundles] Have GlobalsModRef play nice with...
2015-12-23 David Majnemer[OperandBundles] Have TailCallElim play nice with opera...
2015-12-23 David Majnemer[OperandBundles] Have InstCombine play nice with operan...
2015-12-23 David Majnemer[OperandBundles] Have DeadArgElim play nice with operan...
2015-12-23 Igor BregerAVX512BW: Enable packed word shift for 512bit vector...
2015-12-23 David Majnemer[WinEH] Don't visit the same catchswitch twice
2015-12-23 Nico Weberwin: Pass /W4 in front of all the -wd flags.
2015-12-23 Paul RobinsonForm reform for MCDwarf.
2015-12-23 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-12-23 Nico WeberUnbreak LLVM_ENABLE_THREADS=OFF builds.
2015-12-23 Dan Gohman[WebAssembly] Add a TODO comment for a possible future...
2015-12-23 Manuel Jacob[RS4GC] Fix base pair printing for constants.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Cong Hou[BPI] Fix two potential divide-by-zero operations that...
2015-12-22 Rafael EspindolaDisable use list order on the gold plugin.
2015-12-22 Dan Gohman[WebAssembly] Trim unneeded #includes. NFC.
2015-12-22 Dan Gohman[WebAssembly] Minor code simplification. NFC.
2015-12-22 Dan GohmanAdd an OperandNamespace field to Target.td's Operand.
2015-12-22 Vedant Kumar[unittest] Use Support/thread.h instead of <thread...
2015-12-22 Nico Weberlit: Limit number of processes on Windows to 32.
2015-12-22 Vedant Kumar[unittest] Use Support/Thread.h instead of <thread...
2015-12-22 Changpeng Fang AMDGPU/SI: Use flat for global load/store when targeti...
2015-12-22 Rafael EspindolaAlso add unnamed_addr to functions.
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaAdd a .td file I forgot to add in r256277.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Rafael EspindolaDelete dead GlobalAliases.
2015-12-22 Rafael EspindolaRevert "AMDGPU/SI: Use flat for global load/store when...
2015-12-22 Rafael EspindolaMerge duplicated code.
2015-12-22 Changpeng FangAMDGPU/SI: Use flat for global load/store when targetin...
2015-12-22 Rafael EspindolaUse early continue to reduce indentation.
2015-12-22 Rafael EspindolaSimplify iterator management. NFC.
2015-12-22 Paul RobinsonAdd advice on choosing reviewers
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-22 Manuel Jacob[RS4GC] Fix crash in the case that a live variable...
2015-12-22 Jun Bum Lim[AArch64] Promote loads from stored
2015-12-22 Chad RosierTypo. NFC.
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-22 Keno Fischer[ASMPrinter] Fix missing handling of DW_OP_bit_piece
2015-12-22 Kostya Serebryany[libFuzzer] add AFL-style dictionary for C++, remove...
2015-12-22 David Majnemer[MC] Don't use the architecture to govern which object...
2015-12-22 Kostya SerebryanyPartial fix for PR25912, see comment 13. Should fix...
2015-12-22 Teresa JohnsonHandle empty Subprogram list when linking metadata.
2015-12-22 Easwaran RamanDetermine callee's hotness and adjust threshold based...
2015-12-22 Evgeniy Stepanov[safestack] Add option for non-TLS unsafe stack pointer.
2015-12-22 Xinliang David Li[PGO] Fix another comdat related issue for COFF
2015-12-21 Vedant Kumar[Support] Timer: Use emplace_back() and range-based...
2015-12-21 Vedant Kumar[Support] Timer: simplify the init() method
2015-12-21 Dylan McKay[AVR] Added configuration file and machine function...
2015-12-21 Eric ChristopherFix line endings after r256155. NFC.
2015-12-21 Xinliang David LiFix test case comment (NFC)
2015-12-21 Evgeniy Stepanov[cfi] Fix LowerBitSets on 32-bit targets.
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-21 Xinliang David LiResubmit r256193 with test fix: assertion failure analyzed
2015-12-21 Xinliang David LiRevert r256193: build bot failure triggered
2015-12-21 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-12-21 Xinliang David Li[PGO] Fix profile var comdat generation problem with...
2015-12-21 Michael Zolotukhin[ValueTracking] Properly handle non-sized types in...
2015-12-21 Adrian PrantlFix PR24563 (LiveDebugVariables unconditionally propaga...
2015-12-21 Adrian PrantlConvert the CodeGen/ARM/sched-it-debug-nodes.ll testcas...
next