[Orc] Add explicit move constructor and assignment operator to make MSVC happy.
[oota-llvm.git] / lib /
2015-10-19 Benjamin KramerAdd missing override noticed by Clang's -Winconsistent...
2015-10-19 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-19 Krzysztof Parzyszek[Hexagon] Fix debug information for local objects
2015-10-19 Benjamin KramerPut back SelectionDAG::getTargetIndex.
2015-10-19 Krzysztof Parzyszek[Hexagon] Delay emission of CFI instructions
2015-10-19 Matthias BraunRevert "RegisterPressure: allocatable physreg uses...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-19 Benjamin KramerRemove CRLF newlines. NFC.
2015-10-19 Asiri RathnayakeFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-10-19 James Molloy[GlobalsAA] Fix a really horrible iterator invalidation bug
2015-10-19 Elena DemikhovskyRemoved parameter "Consecutive" from isLegalMaskedLoad...
2015-10-19 Zlatko Buljan[mips][microMIPS] Implement ADDQ.PH, ADDQ_S.W, ADDQH...
2015-10-19 Zlatko Buljan[mips][microMIPS] Implement ABSQ.QB, ABSQ_S.PH, ABSQ_S...
2015-10-19 Xinliang David Li[PGO] Eliminate prof data register calls on FreeBSD...
2015-10-18 Jakub StaszakPreserve CFG in MergedLoadStoreMotion. This fixes PR24426.
2015-10-18 Simon PilgrimUse SDValue bool check. NFCI.
2015-10-18 Simon PilgrimMove one-use variable inside test. NFC.
2015-10-18 Asaf Badouh[X86][AVX512DQ] add scalar fpclass
2015-10-18 Igor BregerAVX512: Lowering i8/i16 vector CTLZ using the dword...
2015-10-18 Craig Topper[Sparc] Use MCPhysReg instead of unsigned to size stati...
2015-10-18 Craig TopperUse array_lengthof. NFC
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-18 Lang Hames[RuntimeDyld] Add support for absolute symbols.
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
2015-10-18 Sanjoy Das[SCEV] Fix whitespace issues and remove extra braces...
2015-10-18 Sanjoy Das[SCEV] Use std::all_of and std::any_of; NFC
2015-10-18 Sanjoy Das[SCEV] Use auto where it helps remove line breaks; NFC
2015-10-18 Sanjoy Das[SCEV] Use range for loops; NFC
2015-10-17 Craig TopperUse std::find instead of manual loop.
2015-10-17 Craig TopperUse std::is_sorted to replace a custom version. Also...
2015-10-17 Simon Pilgrim[X86][XOP] Add VPROT instruction opcodes
2015-10-17 Craig TopperRemove unnecessary 'const' pointed out by David Blaikie.
2015-10-17 Simon Pilgrim[DAG] Ensure vector constant folding uses correct scala...
2015-10-17 Craig TopperReplace a custom table sort check with std::is_sorted...
2015-10-17 Craig TopperUse std::begin/end and std::is_sorted to simplify some...
2015-10-17 Simon Pilgrim[CostModel] Fixed AVX integer shift costs
2015-10-17 Simon Pilgrim[X86][FastISel] Teach how to select SSE4A nontemporal...
2015-10-17 Simon Pilgrim[InstCombine] SSE4A constant folding and conversion...
2015-10-17 Kostya Serebryany[libFuzzer] add -shuffle flag
2015-10-17 Colin LeMahieu[Hexagon] Adding skeleton of HVX extension instructions.
2015-10-17 Matthias BraunRegisterPressure: Unify the sparse sets in LiveRegsSet...
2015-10-17 Matthias BraunRegisterPressure: allocatable physreg uses are always...
2015-10-17 Matthias BraunRegisterPressure: Remove 0 entries from PressureChange
2015-10-17 JF BastienWebAssembly: don't omit dead vregs from locals
2015-10-17 JF BastienWebAssembly: fix the syntax for comparisons
2015-10-17 Matthias BraunRegisterPressure: Hide non-const iterators of PressureDiff
2015-10-17 Joseph Tremoulet[WinEH] Fix eh.exceptionpointer intrinsic lowering
2015-10-16 Reid Kleckner[WinEH] Fix stack alignment in funclets and ParentFrame...
2015-10-16 Matthias BraunRegisterPressure: Use range based for, cleanup
2015-10-16 Kostya Serebryany[libFuzzer] print a stack trace on timeout
2015-10-16 Benjamin KramerRevert "This is a follow-up to the discussion in D12882."
2015-10-16 Kostya Serebryany[libFuzzer] reduce the size of artifacts printed on...
2015-10-16 Kostya Serebryany[libFuzzer] When -test_single_input crashes the test...
2015-10-16 Sanjay Patel[x86] promote 'add nsw' to a wider type to allow more...
2015-10-16 Jim GrosbachMC: Don't crash after issuing a diagnostic.
2015-10-16 Joseph Tremoulet[WinEH] Fix CatchRetSuccessorColorMap accounting
2015-10-16 Andrew KaylorFix assertion failure with fp128 to unsigned i64 conversion
2015-10-16 Krzysztof Parzyszek[Hexagon] Split double registers
2015-10-16 David Majnemer[WinEH] Remove dead code/includes from WinEHPrepare
2015-10-16 Krzysztof Parzyszek[Hexagon] Delete lib/Target/Hexagon/HexagonRemoveSZExtA...
2015-10-16 Krzysztof Parzyszek[Hexagon] Merge adjacent stores
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-16 JF BastienWebAssembly: fix load/store syntax
2015-10-16 Joseph Tremoulet[WinEH] Fix endpad coloring/numbering
2015-10-16 Sanjay PatelThis is a follow-up to the discussion in D12882.
2015-10-16 JF BastienWebAssembly: relooper analysis pass
2015-10-16 Charlie Turner[AArch64] Implement vector splitting on UADDV.
2015-10-16 Hrvoje Varga[mips][microMIPS] Implement LB, LBE, LBU and LBUE instr...
2015-10-16 Pawel BylicaUse Windows Vista API to get the user's home directory
2015-10-16 Craig Topper[X86] Add fxsr feature flag for fxsave/fxrestore instru...
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-10-16 Sanjoy Das[RS4GC] Dont' propagate call attrs related to patchable...
2015-10-16 Sanjoy Das[RS4GC] Bring legalizeCallAttributes up to LLVM coding...
2015-10-16 Sanjoy Das[RS4GC] Use "deopt" operand bundles
2015-10-16 Sanjoy Das[IndVars] Rename getExtend; NFC
2015-10-16 Sanjoy Das[IndVars] Have `cloneArithmeticIVUser` guess better
2015-10-16 Sanjoy Das[IndVars] Extract out a few local variables; NFC
2015-10-16 Sanjoy Das[IndVars] Split `WidenIV::cloneIVUser`; NFC
2015-10-16 JF BastienWebAssembly: update syntax
2015-10-15 Evgeniy StepanovRevert "[safestack] Fast access to the unsafe stack...
2015-10-15 Adrian PrantlReplace a forward declaration with an #include.
2015-10-15 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-15 Adrian PrantlAdd a missing include of cstddef needed for size_t.
2015-10-15 JF Bastienx86: preserve flags when folding atomic operations
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-10-15 Benjamin Kramer[AsmPrinter] Prune dead code. NFC.
2015-10-15 Philip ReamesRevert 250343 and 250344
2015-10-15 JF Bastienx86 FP atomic codegen: don't drop globals, stack
2015-10-15 Diego NovilloSample Profiles - Adjust integer types. Mostly NFC.
2015-10-15 Tim NorthoverPrevent assertion with "llc -debug" and anonymous symbols.
2015-10-15 Benjamin Kramer[ScalarOpts] Remove dead code.
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Daniel Sanders[mips][ias] Implement ulh macro.
2015-10-15 Pawel BylicaRequire Windows API of version 6.1 (Windows 7).
2015-10-15 Benjamin Kramer[NVPTX] Remove dead code.
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-10-15 Benjamin Kramer[X86] Rip out orphaned method declarations and other...
2015-10-15 Aaron BallmanSilencing a -Wtype-limits warning; an unsigned value...
2015-10-15 Igor BregerAVX512: Implemented DAG lowering for shuff62x2/shufi62x...
2015-10-15 Igor BregerAVX512: Implemented encoding and intrinsics for vpternl...
next