LoopVectorizer: Fix a dominance issue
[oota-llvm.git] / lib /
2014-06-22 Arnold SchwaighoferLoopVectorizer: Fix a dominance issue
2014-06-22 Stepan DyatkovskiyMergeFunctions Pass, removed DenseMap helpers.
2014-06-22 Stepan DyatkovskiyMergeFunctions Pass, updated header comments.
2014-06-22 Weiming ZhaoReport error for non-zero data in .bss
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, FnSet has been replaced with FnTree.
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, removed unused methods from old...
2014-06-21 Stepan DyatkovskiyMergeFunctions, doSanityCheck: fixed body comments.
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, introduced sanity check, that...
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-06-21 Benjamin KramerLoopUnrollRuntime: Check for overflow in the trip count...
2014-06-21 Benjamin KramerLegalizer: Add support for splitting insert_subvectors.
2014-06-21 Benjamin KramerSCEVExpander: Fold constant PHIs harder. The logic...
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-21 Andrea Di Biagio[X86] Add ISel patterns to select SSE3/AVX ADDSUB instr...
2014-06-21 Zachary TurnerFix the MinGW builder. Apparently std::call_once and
2014-06-20 Rafael EspindolaAlways use a temp symbol for CIE.
2014-06-20 Rafael EspindolaUse compact unwind for the iOS simulator.
2014-06-20 Rafael EspindolaUse a helper function and clang-format.
2014-06-20 Rafael EspindolaDelete dead code.
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Stepan DyatkovskiyCommited patch from Björn Steinbrink:
2014-06-20 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Kevin EnderbyFix a warning about the use of const being ignored...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-20 Tom StellardR600/SI: Add patterns for ctpop inside a branch
2014-06-20 Tom StellardR600/SI: Add a pattern for f32 ftrunc
2014-06-20 Tom StellardR600: Expand vector flog2
2014-06-20 Tom StellardR600: Expand vector fexp2
2014-06-20 Tom StellardR600/SI: SI Control Flow Annotation bug fixed
2014-06-20 Tom StellardR600/SI: Add a VALU pattern for i64 xor
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-20 Matt ArsenaultR600: Trivial subtarget feature cleanups.
2014-06-20 Justin BognerArgList: use MakeArgList overloads in subclasses and...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-06-20 Chandler Carruth[x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 Rafael EspindolaUse the assignment operator.
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-19 Eric ChristopherFix up a few formatting issues.
2014-06-19 Alp TokerFix typos
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-19 David BlaikieRemove use of removed function, llvm_stop_multithreading
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-19 Alp TokerMCNullStreamer: assign file IDs to resolve crashes...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Matheus Almeida[mips] Implementation of dli.
2014-06-19 Matheus Almeida[mips] Small update to the logic behind the expansion...
2014-06-19 Dinesh DwivediUpdated comments as suggested by Rafael. Thanks.
2014-06-19 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-19 Dinesh DwivediRefactored and updated SimplifyUsingDistributiveLaws...
2014-06-19 Alp TokerCommandLine: bail out when options get multiply registered
2014-06-19 David MajnemerInstCombine: Stop two transforms dueling
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric ChristopherRemove unnecessary include.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...
2014-06-19 Nick LewyckyMake instsimplify's analysis of icmp eq/ne use computeK...
2014-06-19 Nick LewyckyRemove redundant code in InstCombineShift, no functiona...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-18 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-18 Matt ArsenaultUse stdint macros for specifying size of constants
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Matt ArsenaultR600: Handle fnearbyint
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-06-18 Matt ArsenaultUse LL suffix for literal that should be 64-bits.
2014-06-18 Saleem AbdulrasoolMC: do not add comment string to the AsmToken in AsmLex...
2014-06-18 Saleem AbdulrasoolMCAsmParser: full support for gas' '.if{cond} expressio...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-18 Rafael EspindolaRevert a C API difference that I incorrectly introduced.
2014-06-18 Rafael EspindolaMake getBaseObject static.
2014-06-18 Rafael EspindolaChange IRObjectFile to parse the bitcode lazily.
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-06-18 Diego NovilloSimply test for available locations in optimization...
2014-06-18 Ulrich Weigand[PowerPC] Remove unnecessary load of r12 in indirect...
2014-06-18 Rafael EspindolaRun clang-format in a small chunk of code I am about...
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-18 Jan VeselyR600: Expand vector fceil
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-18 Matt ArsenaultWork around ridiculous warning.
2014-06-18 Matt ArsenaultR600/SI: Add intrinsics for brev instructions
2014-06-18 Matt ArsenaultR600/SI: Prettier operand printing for 64-bit ops.
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
next