platform/upstream/llvm.git
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-06 Simon AtanasyanReplace the `createImplicitFiles` method return type...
2015-04-06 Rui UeyamaRemove return after report_fatal_error which has noretu...
2015-04-06 Rui UeyamaFix weird line-wrapping.
2015-04-06 Benjamin KramerMSan told me that we actually dump the entire scratch...
2015-04-06 Duncan P. N... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N... DebugInfo: Add MDTypeRefArray, to replace DITypeArray
2015-04-06 Rui UeyamaUse llvm::cast at where we don't expect a null value.
2015-04-06 Duncan P. N... DebugInfo: Remove dead DIType::operator DITypeRef(...
2015-04-06 Duncan P. N... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-04-06 Reid Kleckner[WinEH] Don't sink allocas into child handlers
2015-04-06 Tim NorthoverARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is...
2015-04-06 Enrico GranataIf memory read does not find a NULL terminator, still...
2015-04-06 Simon Pilgrim[X86][SSE] Use (V)PINSRB for direct byte insertion...
2015-04-06 Duncan P. N... Upgrade testcases after LLVM r234181
2015-04-06 Chaoren LinIgnore IOError from missing child.log.
2015-04-06 Kevin EnderbyFix failure on builder llvm-clang-lld-x86_64-debian...
2015-04-06 David BlaikieAdd some type safety to GlobalObject/GlobalValue -...
2015-04-06 Duncan P. N... DebugInfo: Create MDTypeRef, etc., to replace DITypeRef
2015-04-06 Dmitry Vyukovsanitizer: new "strict_string_checks" run-time flag
2015-04-06 Duncan P. N... DebugInfo: Remove dead DIRef::getName()
2015-04-06 Kevin EnderbyFor llvm-objdump added support for printing Objc2 32...
2015-04-06 Benjamin KramerPrefer uninitialized memory for scratch space.
2015-04-06 Duncan P. N... Metadata: Add typed array-like wrapper for MDTuple
2015-04-06 Duncan P. N... DebugInfo: Remove dead code for accessing fields
2015-04-06 Duncan P. N... AutoUpgrade: Remove obsolete dbg.declare/value upgrade
2015-04-06 Jingyue Wu[SLSR] consider &B[S << i] as &B[(1 << i) * S]
2015-04-06 Simon Pilgrim[DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC...
2015-04-06 Greg ClaytonWe have an issue where if you use a C function right...
2015-04-06 Duncan P. N... Verifier: Check composite type template params
2015-04-06 Fariborz Jahanian[Objective-C patch] Patch to fix a crash in IRGen because
2015-04-06 Duncan P. N... DebugInfo: Use MDFile instead of accessing operands...
2015-04-06 Rafael EspindolaUse a comma after the unique keyword.
2015-04-06 David BlaikieFix this test so it doesn't try to open a file to write...
2015-04-06 Zachary TurnerFix printing of function names during unwind logging.
2015-04-06 Sanjay Patelfix typos; NFC
2015-04-06 Aaron BallmanGating clang-fuzzer on the same conditions required...
2015-04-06 Rafael EspindolaRemove unnecessary uses of AliasedSymbol.
2015-04-06 Aaron BallmanRemoving a spurious space; NFC.
2015-04-06 Simon Atanasyan[Mips] Guard modification of register usage masks by...
2015-04-06 Ed Mastetest: Move amd64 -> x86_64 translation to getArchitecture()
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-06 Ed Mastetest: Add amd64 architecture alias for x86_64
2015-04-06 Simon Atanasyan[LinkerScript] Handle symbols defined in linker scripts...
2015-04-06 Simon Atanasyan[ELF] Use override keyword instead of virtual
2015-04-06 Rafael EspindolaDisable all link optimizations in a debug build.
2015-04-06 Rafael EspindolaDon't pass -O3 to the linker in debug builds.
2015-04-06 Rafael EspindolaDon't use -ffunction-sections -fdata-sections on debug...
2015-04-06 Pawel BylicaTest commit. Improve comments in APInt. NFC.
2015-04-06 Simon Atanasyan[ELF] Use override keyword instead of virtual
2015-04-06 Simon Atanasyan[ELF] Remove redundant forward class declarations
2015-04-06 Simon Atanasyan[Mips] Remove redundant non-template MipsRelocationHand...
2015-04-06 Simon Atanasyan[Mips] Replace MipsRelocationHandler::readAddend()...
2015-04-06 Simon Atanasyan[Mips] Reformat the code with clang-format
2015-04-06 Michael KupersteinHasSideEffects() should return false for calls to pure...
2015-04-06 Timur IskhodzhanovMinor follow-up fix to r234150
2015-04-06 Timur Iskhodzhanov[ASan] Unify handling of loaded modules between POSIX...
2015-04-06 Benjamin KramerUpdate our list of distros a bit.
2015-04-06 Sergey DmitroukAdd hard float versions of FP to LL conversions
2015-04-06 Alexander Potapenko[ASan] Do not print thread IDs and stacks for unknown...
2015-04-06 NAKAMURA Takumiclang/test/Profile/profile-does-not-exist.c: Avoid...
2015-04-06 Dmitry Vyukovtsan: fix munmap interceptor
2015-04-06 Denis Protivensky[AArch64] Fix error in AARCH64_ADR_GOT_PAGE handler
2015-04-06 Rafael EspindolaThis reverts commit r234104, bringing back 233393...
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-06 Nico WeberDon't crash when passing a non-existent file to -fprofi...
2015-04-06 Rafael EspindolaSimplify this function a bit. NFC.
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-04-06 Lang Hames[Orc] Tidy up the assembly for the x86-64 resolver...
2015-04-05 Peter CollingbourneAdd documentation for llgoi, update README
2015-04-05 Peter CollingbourneRoll gofrontend to 15a24202fa42.
2015-04-05 Peter CollingbourneRoll gofrontend to 07baa07598ea; roll libffi to r219477.
2015-04-05 Peter CollingbourneRoll gofrontend to a6e10414311a
2015-04-05 Peter CollingbourneRoll gotools to d4e70101.
2015-04-05 David Blaikie[opaque pointer type] Remove some backwards compatible...
2015-04-05 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-05 Davide ItalianoStrip .strtab and .symtab when --strip-all is used.
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] The last of the GEP IRBuilder...
2015-04-05 Tobias GrosserMake -polly-no-tiling work again
2015-04-05 Tobias GrosserAdjust documentation to old -enable-polly-openmp -...
2015-04-05 Benjamin KramerReplace copy loop with std::copy.
2015-04-05 Tobias GrosserSign-extend in case of non-matching bitwidth
2015-04-05 Benjamin KramerMark BumpPtrAllocator::Allocate as returning a noalias...
2015-04-05 Benjamin Kramer[elf] Fix a silly memory leak. std::string has a non...
2015-04-05 Tobias GrosserDo not assume all multi-parameter products are affine
2015-04-05 Simon Pilgrim[DAGCombiner] Merge FMUL Scalar and Vector constant...
2015-04-05 Tobias GrosserMake run-time alias check generation deterministic
2015-04-05 Simon Atanasyan[Mips] Rename MipsLinkingContext class method
2015-04-05 Simon Atanasyan[Mips] Support writing .MIPS.options section into the...
2015-04-05 Simon Atanasyan[Mips] Add checking of .reginfo section options to...
2015-04-05 Tobias GrosserDo not use the POLLY vector code generator if only...
2015-04-05 Tobias Grosser[tests] Use -polly-vectorizer=polly directly
2015-04-05 David MajnemerSwitch test from wchar_t to char32_t
2015-04-05 David Majnemer[AST] String literal operator templates have two templa...
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-04 Sanjay Patelremove function/variable names from comments; NFC
next