platform/upstream/llvm.git
2015-04-07 Daniel Jasperclang-format: Don't allow labels when expecting declara...
2015-04-07 Pavel LabathAdd some documentation about cross-compilation to
2015-04-07 Toma Tabacu[mips] [IAS] Allow .set assignments for already defined...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-07 Aaron BallmanSilencing several "enumeral and non-enumeral type in...
2015-04-07 Rafael EspindolaClear the stub map in getSortedStubs.
2015-04-07 Toma Tabacu[TableGen] Prevent invalid code generation when emittin...
2015-04-07 Denis Protivensky[ARM] Use getMappingAtomName in Release only
2015-04-07 Daniel Jasper[MachineLICM] Remove obsolete comment about not conside...
2015-04-07 Daniel JasperAdd test showing that MachineLICM is calculating regist...
2015-04-07 Timur IskhodzhanovFix a compiler error under MSVC
2015-04-07 Tamas BerghammerIgnore mapping symbols on aarch64
2015-04-07 Daniel JasperRevert "[SEH] Implement filter capturing in CodeGen"
2015-04-07 Ilia Kimplement gdb-set output-radix
2015-04-07 Daniel Jasperclang-format: Improve nested block formatting.
2015-04-07 Denis Protivensky[ARM] Rename applyThmReloc => applyThumb32Reloc
2015-04-07 Denis Protivensky[ARM] Add mapping symbols to PLT entries
2015-04-07 Daniel Jasperclang-format: Indent relative to the ./-> and not the...
2015-04-07 Lang Hames[RuntimeDyld] Always allocate at least 1 byte for objec...
2015-04-07 Lang Hames[Orc] Save all the x86-64 GPRs before re-entering the...
2015-04-07 David Majnemer[Sema] Don't crash when __attribute__((nonnull)) is...
2015-04-07 Marshall ClowIn many places, there was an #ifdef/#else block that...
2015-04-07 Duncan P. N... Try a third time to fix MSVC build after r234290
2015-04-07 Duncan P. N... Try again to fix MSVC build after r234290
2015-04-07 Simon Atanasyan[ELF] Remove redundant const_cast
2015-04-07 Duncan P. N... Try to fix MSVC build after r234290
2015-04-07 Duncan P. N... DebugInfo: Update for LLVM change in r234290
2015-04-07 Duncan P. N... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N... DebugInfo: Remove DICompositeType mutation API
2015-04-07 Duncan P. N... DebugInfo: Use DebugNodeRef in MDImportedEntity::getEnt...
2015-04-07 Duncan P. N... DebugInfo: Move DIFlag accessors from DIVariable to...
2015-04-07 Duncan P. N... DebugInfo: Move DIExpression bit-piece API to MDExpression
2015-04-07 Duncan P. N... DebugInfo: Remove special iterators from DIExpression
2015-04-07 Rui UeyamaELF: Minimum alignment value is 1, not 0. NFC.
2015-04-07 Adam Nemet[LoopAccesses] New API to query if memchecks are necess...
2015-04-07 Duncan P. N... DebugInfo: Move DISubprogram::is*() queries to MDSubprogram
2015-04-07 Rui UeyamaELF: Add a comment to ELFFile::findAtom.
2015-04-07 David Majnemer[Sema] Don't permit dependent alignments on non-depende...
2015-04-07 Rui UeyamaFix weird comment line-wrapping.
2015-04-07 Rui UeyamaUse early continue.
2015-04-07 Rui UeyamaELF: Move more code from createAtoms to handleGnuLinkOn...
2015-04-07 Rui UeyamaELF: Simplfiy ELFFile::createAtom.
2015-04-07 Duncan P. N... DebugInfo: Move DIType::is*() queries to MDType
2015-04-07 Duncan P. N... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-07 Rui UeyamaELF: Do not return error from handle{CommonSymbol,Merge...
2015-04-07 Rui UeyamaELF: Do not return error from handleAbsoluteSymbol.
2015-04-07 Rui UeyamaELF: Do not return error from handleUndefinedSymbol.
2015-04-07 Bob WilsonReport an error when -m<os>-version-min= does not speci...
2015-04-07 Rui UeyamaELF: Do not return error from handleDefinedSymbol.
2015-04-07 Duncan P. N... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-07 Duncan P. N... Fix polly build after LLVM r234263
2015-04-07 Richard SmithFix some minor abuse of C++ terminology in comments.
2015-04-07 Reid Kleckner[WinEH] Don't create an alloca for unnamed catch parameters
2015-04-07 Duncan P. N... DebugInfo: Drop dead code for loose DIDescriptor constr...
2015-04-07 Duncan P. N... bindings/go: Stop using DIDescriptor::is*() and auto...
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.
next