platform/upstream/llvm.git
2014-05-29 Diego NovilloAdd documentation for -Rpass*
2014-05-29 Chad RosierUpdate Credits.
2014-05-29 Diego NovilloAdd flags -Rpass-missed and -Rpass-analysis.
2014-05-29 Sebastian Popimplement missing SCEVDivision case
2014-05-29 Sebastian Popfail to find dimensions when ElementSize is nullptr
2014-05-29 Bob WilsonMake the -mno-global-merge option work for arm64/aarch6...
2014-05-29 Greg Fitzgeraldlight up sanitizers for ARM
2014-05-29 Alexey SamsonovUse range-based for loops in ASan, TSan and MSan
2014-05-29 Greg ClaytonFixed the Module::Module(ModuleSpec) constructor to...
2014-05-29 Reid Kleckner[ADT] Delete the Twine assignment operator
2014-05-29 Nico RieckMake runlines consistent with other dll attribute tests
2014-05-29 Nico RieckFix some minor typos in tests
2014-05-29 Adrian PrantlDebug Info: Remove unused code. The MInsn of an _abstra...
2014-05-29 Diego NovilloAdd missing -S to avoid invoking assembler unnecessarily.
2014-05-29 Nico RieckSema: Functions with dll attributes cannot be deleted
2014-05-29 Nico RieckMS ABI: Emit static data members with proper linkage
2014-05-29 Nico RieckSema: Check dll attributes on static data members
2014-05-29 Aaron BallmanNo longer allow the -std options to entirely override...
2014-05-29 Diego NovilloFix spurious remarks when -Weverything is used.
2014-05-29 Rafael EspindolaRename alias variables to make it easier to add new...
2014-05-29 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-29 Rafael EspindolaAdd a test showing the ppc code sequence for getting...
2014-05-29 Nico Weberfix typo
2014-05-29 Evgeniy Stepanov[sanitizer] Update flags test.
2014-05-29 Rafael EspindolaRevert "Revert "Revert "InstCombine: Improvement to...
2014-05-29 Alexander MusmanParsing/Sema for OMPAlignedClause.
2014-05-29 Evgeniy Stepanov[sanitizer] Add coverage_dir flag.
2014-05-29 Evgeniy Stepanov[sanitizer] Require that options end with '='.
2014-05-29 Dmitry Vyukovtsan: write memory profile in one line (which is much...
2014-05-29 Nikola SmiljanicRefactoring. Remove Owned method from Sema.
2014-05-29 Dmitry Vyukovtsan: allow to write memory profile to stdout/stderr
2014-05-29 Dmitry Vyukovtsan: refactor storage of meta information for heap...
2014-05-29 Arnaud A. de... Fix r209807 which inadvertently removed things
2014-05-29 Aaron BallmanFixing a test case which was failing the MSVC build...
2014-05-29 Nikola SmiljanicFix build. Method was renamed in r209800.
2014-05-29 Timur Iskhodzhanov[ASan Win tests] Add a couple more memcpy/memset tests
2014-05-29 Viktor KutuzovSupport getting executable's name for sanitizers needs...
2014-05-29 Viktor KutuzovFix building 32-bit common sanitizer tests on FreeBSD 9.2
2014-05-29 Artyom SkrobovRestore getInvertedCondCode() from the phased-out backe...
2014-05-29 Artyom SkrobovAdd missing check when MatchInstructionImpl() reports...
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-29 Nikola SmiljanicRefactoring. Remove release and take methods from Actio...
2014-05-29 Hao LiuRename a test case to contain correct date info.
2014-05-29 Hao LiuFix an assertion failure caused by v1i64 in DAGCombiner...
2014-05-29 Dinesh DwivediLCSSA should be performed on the outermost affected...
2014-05-29 David MajnemerLinux: Correctly identify valid error codes
2014-05-29 Richard SmithWhen merging functions across modules (and in particula...
2014-05-29 Eli BenderskyImplement a convenience recursive walk method over...
2014-05-29 Michael J.... [LoadCombine] Missed a file.
2014-05-29 Michael J.... Add LoadCombine pass.
2014-05-29 Alexey Samsonov[ASan] Hoist blacklisting globals from init-order check...
2014-05-29 Alexey Samsonov[ASan] Hoist blacklisting globals from init-order check...
2014-05-29 Michael J.... [x86] Fold extract_vector_elt of a load into the Load...
2014-05-29 Matt ArsenaultR600/SI: Fix pattern variable names.
2014-05-29 Richard SmithPR19878: If a pack expansion appears within another...
2014-05-29 Marshall ClowFix a problem exposed by r208825, which caused bind...
2014-05-29 Alexey SamsonovFix typo in variable name
2014-05-29 Joerg SonnenbergerAdd __extenddftf2 and __extendsftf2 for IEEE quad preci...
2014-05-29 Joerg SonnenbergerImplement __trunctfdf2 and __trunctfsf2 for IEEE quad...
2014-05-29 Joerg SonnenbergerRefactor extendsfdf2.
2014-05-29 Alexey Samsonov[ASan] Use llvm.global_ctors to insert init-order check...
2014-05-29 Joerg SonnenbergerRefactor truncdfsf2.
2014-05-28 Greg FitzgeraldMoved the builtins documentation to lib/builtins/
2014-05-28 Reid KlecknerAdd a simple helper function to create a 64-bit integer.
2014-05-28 Rafael EspindolaRevert "Revert "InstCombine: Improvement to check if...
2014-05-28 Rafael EspindolaRevert "Add support for combining GEPs across PHI nodes"
2014-05-28 DeLesley HutchinsThread Safety Analysis: update TIL traversal mechanism...
2014-05-28 Alexey Samsonov[Sanitizer] Always prefer cached contents of /proc...
2014-05-28 Matt ArsenaultFix wrong setcc result type when legalizing uaddo/usubo
2014-05-28 Jim GrosbachUpdate CREDITS to be at least moderately more current.
2014-05-28 Sanjay Pateladded Intel's BMI intrinsic variants
2014-05-28 Sanjay Patelfixed a few typos
2014-05-28 Eli BenderskyExpose CUDA function attributes to the C interface.
2014-05-28 Warren HuntReverting 209503 - Breaks asan blacklists
2014-05-28 Adrian PrantlDebug Info: Fix the source range for IfStmt's Condition...
2014-05-28 Sanjay Pateltest check-in: added missing parenthesis in comment
2014-05-28 Rafael EspindolaRevert "InstCombine: Improvement to check if signed...
2014-05-28 Reid KlecknerMove misplaced Documentation note in Attr.td
2014-05-28 Reid KlecknerFix standard integer definitions for MSVC in DataTypes.h
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-28 Fariborz JahanianObjective-C. Diagnose use of properties in functions...
2014-05-28 Dmitry Vyukovtsan: refactor suppressions machinery
2014-05-28 Todd FialaDisabled warning C4251 on MSVC builds.
2014-05-28 Louis GerbargAdd support for combining GEPs across PHI nodes
2014-05-28 Eli BenderskyTrim trailing whitespace in cindex.py
2014-05-28 Johannes DoerfertAdded option for n-dimensional rectangular tiling
2014-05-28 Todd FialaCmake build changes.
2014-05-28 Fariborz JahanianObjective-C. Deprecate use of function definitions
2014-05-28 Johannes DoerfertReorder cmake include folders (polly source first)
2014-05-28 Todd FialaFix Windows warnings.
2014-05-28 Hal FinkelRevert "[DAGCombiner] Split up an indexed load if only...
2014-05-28 Rafael EspindolaInstCombine: Improvement to check if signed addition...
2014-05-28 Hal FinkelRevert "[PPC] Use alias symbols in address computation."
2014-05-28 Dmitry Vyukovtsan: do not use 64-bit atomics in allocator code
2014-05-28 Alexander KornienkoRenamed runClangTidy argument Ranges to InputFiles...
2014-05-28 Joerg SonnenbergerDon't hard-code ld when extracting host linker version...
2014-05-28 Joerg SonnenbergerRefactor muldf3 and mulsf3.
2014-05-28 Joerg SonnenbergerRefactor addsf3.c and adddf3.c.
2014-05-28 Ed MasteAvoid passing null signal name for Log %s argument
2014-05-28 Dario Domizioli[DOC] Documentation for #pragma clang optimize on/off
next