oota-llvm.git
2015-05-07 Hans WennborgSwitch lowering: handle zero-weight branch probabilities
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-05-07 Simon Atanasyan[llvm-readobj] Print .MIPS.abiflags section content
2015-05-07 Simon Atanasyan[MIPS] Move MIPS ABI flags structure constants to the...
2015-05-07 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS...
2015-05-07 Elena DemikhovskyMasked Gather and Scatter intrinsics - updated document...
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-05-07 NAKAMURA TakumiAttributes.h: Fix incorrect \brief introduced in r23666...
2015-05-07 NAKAMURA TakumiScalar/PlaceSafepoints.cpp: Fix a warning introduced...
2015-05-07 NAKAMURA Takumillvm/test/CodeGen/X86/llc-override-mcpu-mattr.ll: Tweak...
2015-05-07 Mehdi AminiUpdate InstCombine to transform aggregate loads into...
2015-05-07 Alexey Samsonov[SanitizerCoverage] Introduce SanitizerCoverageOptions...
2015-05-07 Justin BognerIR: Initialize DerefOrNullBytes in the AttrBuilder...
2015-05-07 Justin BognerInstrProf: Simplify looking up sections for coverage...
2015-05-07 Philip Reames[JumpThreading] Simplify comparisons when simplifying...
2015-05-07 Kostya Serebryany[lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the...
2015-05-07 Vince HarronAdded support for building against Android API-9 SDK
2015-05-06 David BlaikieRevert "[opaque pointer type] Pass explicit pointer...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Sanjoy Das[X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinte...
2015-05-06 Sanjoy Das[X86MCInst] Clean up LowerSTATEPOINT: variable names...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: de-duplicat...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: variable...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-05-06 Akira HatanakaFactor out a function which determines the cpu and...
2015-05-06 David Blaikie[opaque pointer type] Pass explicit pointer type throug...
2015-05-06 Alex LorenzYAML: Fix crash in the skip method of KeyValueNode...
2015-05-06 Pete CooperChange typeIncompatible to return an AttrBuilder instea...
2015-05-06 Pete CooperUpdate all comments to match the previous commit. NFC
2015-05-06 Pete CooperAdd remove method to operate on AttrBuilder instead...
2015-05-06 Justin BognerInstrProf: Give coverage its own errors instead of...
2015-05-06 Justin BognerInstrProf: Remove a function that just returns its...
2015-05-06 Alex LorenzYAML: Extract the code that skips a comment into a...
2015-05-06 Pete CooperRemove unnecessary #ifndef NDEBUG guard around assert...
2015-05-06 Duncan P. N... Bitcode: Set LastDL after writing DebugLocs
2015-05-06 Pete CooperHandle dead defs in the if converter.
2015-05-06 Kostya Serebryany[lib/Fuzzer] remove dfsan_fuzzer_abi.list -- its conten...
2015-05-06 Quentin Colombet[RegisterCoalescer] Make sure each live-range has only...
2015-05-06 Kostya Serebryany[lib/Fuzzer] add a fuzzer test for memcmp (does not...
2015-05-06 Zachary TurnerFix link failure on MinGW due to use of CoInitialize.
2015-05-06 Zachary TurnerA few fixes for llvm-symbolizer on Windows.
2015-05-06 Kostya Serebryany[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneIn...
2015-05-06 Pete CooperFix incorrect kill flags in fastisel.
2015-05-06 Pete Cooper[x86] Fix register class of folded load index reg.
2015-05-06 Alexey Samsonov[SanitizerCoverage] Fix a couple of typos. NFC.
2015-05-06 Duncan P. N... MC: Skip names of temporary symbols in object streamer
2015-05-06 Tim NorthoverCodeGen: move over-zealous assert into actual if statement.
2015-05-06 Duncan P. N... DwarfDebug: Emit number of bytes in .debug_loc entry...
2015-05-06 Ismail PazarbasiImplement `createSanitizerCtor`, common helper function...
2015-05-06 Reid Kleckner[WinEH] Improve fatal error message about failed demotion
2015-05-06 Sanjoy Das[SelectionDAG] Delete SelectionDAGBuilder::removeValue...
2015-05-06 Diego NovilloAllow 0-weight branches in BranchProbabilityInfo.
2015-05-06 Sanjoy DasAdd missing dereferenceable_or_null getters
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-05-06 Matt ArsenaultAdd ChangeTo* to MachineOperand for symbols
2015-05-06 Derek SchuffAdd bitcode test to verify functions can be materialize...
2015-05-06 Pawel BylicaReadd the regression test from r236584. Calling convent...
2015-05-06 Pete Cooper[ARM] Fast-Isel was incorrectly selecting <2 x double...
2015-05-06 Bill Schmidt[PPC64LE] Adjust vector splats during VSX swap optimization
2015-05-06 NAKAMURA TakumiReformat.
2015-05-06 NAKAMURA TakumiRevert r236546, "propagate IR-level fast-math-flags...
2015-05-06 Artyom Skrobov[ARM] generate VMAXNM/VMINNM for a compare followed...
2015-05-06 Pawel BylicaRevert regression test from r236584.
2015-05-06 Pawel BylicaSelectionDAG: Handle out-of-bounds index in extract...
2015-05-06 Adam Nemet[DomTree] verifyDomTree to unconditionally perform...
2015-05-06 Ahmed Bougacha[ARM][FastISel] Use TST #1 instead of CMP #0 for select.
2015-05-06 Sanjoy Das[Statepoints] Remove broken test case.
2015-05-06 Sanjoy Das[IRBuilder] Fix indentation. NFC.
2015-05-06 Sanjoy Das[Statepoint] Clean up StatepointLowering: symbolic...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: clang-format.
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-05-06 Sanjoy Das[StatepointLowering] Don't create temporary instruction...
2015-05-06 Ahmed Bougacha[WinEH] Reset WinEHPrepare::SEHExceptionCodeSlot when...
2015-05-05 Justin BognerInstrProf: Strip filename prefixes from the names we...
2015-05-05 Pete Cooper[X86 fast-isel] Constrain the index reg class to not...
2015-05-05 Sanjoy Das[SelectionDAG] Make an argument optional in RFV::getCop...
2015-05-05 Sanjoy Das[SelectionDAG] Move RegsForValue into SelectionDAGBuild...
2015-05-05 Sanjoy Das[SelectionDAG] Pass explicit type to lowerCallOperands...
2015-05-05 Sanjoy Das[StatepointLowering] Rename variable, NFC.
2015-05-05 Pete CooperFix IfConverter to handle regmask machine operands.
2015-05-05 Kostya Serebryany[lib/Fuzzer] on crash print the contents of the crashy...
2015-05-05 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes (NFC)
2015-05-05 Sanjay Pateluse range-based for-loop; NFC
2015-05-05 Andrey ChurbanovAdded Andrey Churbanov as the owner of the OpenMP runti...
2015-05-05 David Majnemer[Inliner] Discard empty COMDAT groups
2015-05-05 Pete CooperRefactor UpdatePredRedefs and StepForward to avoid...
2015-05-05 Peter CollingbourneThumb2SizeReduction: Check the correct set of registers...
2015-05-05 Ulrich Weigand[DAGCombiner] Account for getVectorIdxTy() when narrowi...
2015-05-05 Ulrich Weigand[DAGCombiner] Fix ReplaceExtractVectorEltOfLoadWithNarr...
2015-05-05 Ulrich Weigand[LegalizeVectorTypes] Allow single loads and stores...
2015-05-05 Ulrich Weigand[SystemZ] Add vector intrinsics
2015-05-05 Ulrich Weigand[SystemZ] Mark v1i128 and v1f128 as unsupported
2015-05-05 Ulrich Weigand[SystemZ] Handle sub-128 vectors
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for scalar f64 ops in...
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for v4f32
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for v2f64
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for integer vector types
2015-05-05 Ulrich Weigand[SystemZ] Add z13 vector facility and MC support
2015-05-05 Pete CooperRevert "Refactor UpdatePredRedefs and StepForward to...
next