oota-llvm.git
2015-10-20 Chris Bieneman[CMake] All the checks for if LLVM_VERSION_* variables...
2015-10-20 Chris Bieneman[CMake] Refactor subdirectory inclusion code to take...
2015-10-20 Artyom SkrobovTwo switch blocks in VectorLegalizer::LegalizeOp alread...
2015-10-20 Jonas Paulsson[SystemZ] Use LivePhysRegs helper class in SystemZShort...
2015-10-20 Jonas Paulsson[SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp...
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-20 Artyom SkrobovCombining DIV+REM->DIVREM doesn't belong in LegalizeDAG...
2015-10-20 Igor BregerAVX512: Implemented encoding and intrinsics for VPBROAD...
2015-10-20 Andrea Di Biagio[x86] Fix AVX maskload/store intrinsic prototypes.
2015-10-20 Keno FischerFix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer
2015-10-20 Manuel KlimekMake class final to pacify -Wnon-virtual-dtor.
2015-10-20 Matt ArsenaultAMDGPU: Add MachineInstr overloads for instruction...
2015-10-20 Lang Hames[Orc] Make CompileOnDemandLayer::findSymbol call BaseLa...
2015-10-20 Matt ArsenaultAMDGPU: Stop reserving v[254:255]
2015-10-20 JF BastienWebAssembly: fix call/return syntax.
2015-10-20 Duncan P. N... MSP430: Remove implicit ilist iterator conversions...
2015-10-20 Duncan P. N... AsmParser: Remove implicit ilist iterator conversions...
2015-10-20 Duncan P. N... SystemZ: Remove implicit ilist iterator conversion...
2015-10-20 Duncan P. N... XCore: Remove implicit ilist iterator conversions, NFC
2015-10-20 Duncan P. N... PowerPC: Remove implicit ilist iterator conversions...
2015-10-20 Sanjoy Das[RS4GC] Remove a redundant linear search, NFCI
2015-10-20 Sanjoy Das[RS4GC] Clean up `find_index`; NFC
2015-10-20 Sanjoy Das[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
2015-10-20 Sanjoy Das[RS4GC] Minor cleanup to `normalizeForInvokeSafepoint...
2015-10-20 Duncan P. N... Sparc: Remove implicit ilist iterator conversions, NFC
2015-10-20 Duncan P. N... NVPTX: Remove implicit ilist iterator conversions, NFC
2015-10-20 Duncan P. N... Hexagon: Remove implicit ilist iterator conversions...
2015-10-20 JF BastienWebAssembly: fix syntax for br_if.
2015-10-20 Duncan P. N... AsmPrinter: Remove implicit ilist iterator conversion...
2015-10-20 Duncan P. N... Mips: Remove implicit ilist iterator conversions, NFC
2015-10-20 Duncan P. N... CppBackend: Remove implicit ilist iterator conversions...
2015-10-20 Duncan P. N... BPF: Remove implicit ilist iterator conversion, NFC
2015-10-19 Duncan P. N... ARM: Remove implicit ilist iterator conversions, NFC
2015-10-19 Lang Hames[Orc] Fix MSVC bugs introduced in r250749.
2015-10-19 Duncan P. N... ObjCARC: Remove implicit ilist iterator conversions...
2015-10-19 Cong HouEnhance loop rotation with existence of profile data...
2015-10-19 Lang Hames[Orc] Use '= default' for move constructor/assignment...
2015-10-19 Duncan P. N... Linker: Remove implicit ilist iterator conversion, NFC
2015-10-19 David BlaikieFix -Wdeprecated regarding ORC copying ValueMaterializers
2015-10-19 Michael Liao[InstCombine] Optimize icmp of inc/dec at RHS
2015-10-19 Duncan P. N... Vectorize: Remove implicit ilist iterator conversions...
2015-10-19 Sanjay Patel[CGP] transform select instructions into branches and...
2015-10-19 Duncan P. N... X86: Remove implicit ilist iterator conversions, NFC
2015-10-19 Lang Hames[RuntimeDyld][COFF] Fix some endianness issues, re...
2015-10-19 Owen AndersonRestore the original behavior of SelectionDAG::getTarge...
2015-10-19 Krzysztof Parzyszek[Hexagon] Remove unnecessary argument sign extends
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-19 Lang Hames[Orc] Add explicit move constructor and assignment...
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 Lang Hames[Orc] Lambda needs to capture 'this'.
2015-10-19 Lang Hames[Orc] Remove extraneous semicolon that found its way...
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 Teresa JohnsonConvert gold-plugin unnecessary unique_ptr into local...
2015-10-19 Teresa JohnsonFix required library for r250699 to BitWriter instead...
2015-10-19 Teresa JohnsonFix windows bot failures from r250699 by removing ...
2015-10-19 Teresa Johnsonllvm-lto support for generating combined function indexes
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 Rafael EspindolaAdd hashing and DenseMapInfo for ArrayRef
2015-10-18 Simon Pilgrim[X86][SSE] Add vector bit rotation tests.
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[X86][XOP] Add VPROT rotate by immediate intrinsics...
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 Craig TopperUse binary search in isCPUStringValid since the array...
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 Davide Italiano[JIT/Examples] Fix Fibonacci so that it runs again.
2015-10-17 Kostya Serebryany[libFuzzer] add -shuffle flag
2015-10-17 Colin LeMahieu[Hexagon] Reverting test file change.
2015-10-17 Colin LeMahieu[Hexagon] Adding skeleton of HVX extension instructions.
next