platform/upstream/llvm.git
2015-04-06 Reid Kleckner[SEH] Implement filter capturing in CodeGen
2015-04-06 Sean CallananFixed a crash because we weren't generating
2015-04-06 Duncan P. N... IR: Fix -Werror noasserts build after r234255
2015-04-06 Duncan P. N... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N... Transforms: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N... CGDebugInfo: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Eric Fiselier[libcxxabi] Disallow Base to Derived conversions for...
2015-04-06 Rui UeyamaELF: Simplify CreateELF.
2015-04-06 Davide ItalianoFix a very silly typo in my previous commit. I need...
2015-04-06 Kevin EnderbyFix failure on builder clang-cmake-mips where it was...
2015-04-06 Duncan P. N... DebugInfo: Allow isa<> on DIDescriptor and subclasses
2015-04-06 Rafael EspindolaUse sext in fast isel.
2015-04-06 Duncan P. N... DebugInfo: Reimplement DIRef<>::resolve() using TypedDe...
2015-04-06 Reid Kleckner[lit] Skip gtest names starting with DISABLED_
2015-04-06 Duncan P. N... DebugInfo: Drop confusing forwarding API from DILexical...
2015-04-06 Duncan P. N... DebugInfo: Use DILexicalBlockFile::getContext() over...
2015-04-06 Ted WoodwardFix check for options in "command alias"
2015-04-06 Siva ChandraEnable a test in TestSTL for GCC.
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-04-06 Duncan P. N... Reapply "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 Davide Italiano[GNU] Implement --enable-new-dtags/--disable-new-dtags
2015-04-06 Enrico GranataFix an issue where LLDB could crash when trying to...
2015-04-06 Duncan P. N... Revert "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 David BlaikieArgPromo: Bail out earlier for varargs functions
2015-04-06 Rui UeyamaELF: Do not mix link-once and group sections.
2015-04-06 Duncan P. N... DebugInfo: Loosen DILexicalBlock constructor
2015-04-06 James DennettFix a call to std::unique to actually discard the trail...
2015-04-06 Ismail PazarbasiMove `checkInterfaceFunction` to ModuleUtils
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.
next