platform/upstream/llvm.git
2015-03-03 Bill Seurer[PowerPC]Activate "vector bool long long" (and alternat...
2015-03-03 Andrew KaylorOutline cleanup handlers for native Windows C++ excepti...
2015-03-03 Kit BartonAdd the following 64-bit vector integer arithmetic...
2015-03-03 David BlaikieDeltaAlgorithm: Provide protected default copy ctor...
2015-03-03 David BlaikieRemove explicit no-op dtor in favor of the implicit...
2015-03-03 David BlaikieRemove no-op dtor so that use of the implicit copy...
2015-03-03 Eric ChristopherAdd a comment above findRepresentativeClass explaining...
2015-03-03 David BlaikieRemove explicit copy ctor in favor of the implicit...
2015-03-03 David BlaikieRemove explicit copy assignment operator in favor of...
2015-03-03 David BlaikieRemove explicit copy ctor in favor of the default so...
2015-03-03 Zachary TurnerReduce header footprint of Target.h
2015-03-03 Reid KlecknerSplit catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
2015-03-03 David Blaikieunique_ptrify FullDependenceAnalysis::DV
2015-03-03 David BlaikieFullDependenceAnalysis: Avoid using the (deprecated...
2015-03-03 David BlaikieRemove some explicit copy assignment operators is favor...
2015-03-03 Chaoren LinFix TestQuoting on remote targets.
2015-03-03 Dario DomizioliFix PR22750: non-determinism causes assertion failure...
2015-03-03 David Blaikie[Small]BitVector::reference: Explicitly default copy...
2015-03-03 Reid KlecknerDisable the right RUN line
2015-03-03 Zachary TurnerDon't #include ClangASTContext.h from Module.h
2015-03-03 Filipe CabecinhasDisabled the other test from r231086 (like in r231087...
2015-03-03 David BlaikieAvoid explicitly declaring the copy assignment operator...
2015-03-03 David BlaikieTwine: Explicitly default the copy ctor as it's otherwi...
2015-03-03 David BlaikieDenseMapIterator: Avoid explicitly declaring the copy...
2015-03-03 Dan AlbertSupport __attribute__((availability)) on Android.
2015-03-03 Dan AlbertDon't force -pie for Android.
2015-03-03 Dan AlbertMake Triple::getOSVersion make sense for Android.
2015-03-03 David BlaikieUpdate Polly tests for the great metadata schema change
2015-03-03 Eric Christopher80-column fixup.
2015-03-03 Reid KlecknerDisable a Clang test until the begincatch change lands
2015-03-03 Reid KlecknerMake llvm.eh.begincatch use an outparam
2015-03-03 Chad Rosier[AArch64] When combining constant mul of -3, prefer...
2015-03-03 Hans WennborgMigrate clang-format-vs plugin project to VS 2013
2015-03-03 Duncan P. N... DebugInfo: Move new hierarchy into place (clang)
2015-03-03 Duncan P. N... DebugInfo: Move new hierarchy into place
2015-03-03 Juergen RibutzkaLower _mm256_broadcastsi128_si256 directly to a vector...
2015-03-03 Fariborz Jahanian[SDK modernizer]. Patch fixes driver's lack of
2015-03-03 Duncan P. N... IR: Add missing API to specialized metadata nodes
2015-03-03 Andrey ChurbanovCleanup provided by Carlo Bertolli
2015-03-03 Marshall ClowAdd better tests for ctype<char>::classic_table
2015-03-03 Eric Fiselier[libcxx] Add support for linking libc++ against a stati...
2015-03-03 Eric Fiselier[libcxxabi] Build both static and shared versions of...
2015-03-03 NAKAMURA TakumiMake llvm/test/Object/archive-format.test CRLF-tolerant.
2015-03-03 Michael Kuperstein[X86][Haswell][SchedModel] Fix patterns for scalar...
2015-03-03 Ilia KFix and enable some tests on Linux (MI)
2015-03-03 Ilia KImprove MiStackTestCase tests
2015-03-03 Ilia KAllow to pass an executable file via lldb-mi arguments...
2015-03-03 Elena DemikhovskyAVX-512: Moved patterns for masked load/store under...
2015-03-03 Manuel KlimekMake -Wuninitialized warn on pointer-to-member and...
2015-03-03 Manuel KlimekMake sure we initialize all values in WhitespaceManager...
2015-03-03 Daniel Jasperclang-format: Fix access to uninitialized memory.
2015-03-03 Tamas BerghammerFix execution of platform shell commands on android
2015-03-03 Daniel JasperDuring PHI elimination, split critical edges that move...
2015-03-03 Daniel JasperRevert r231008 (and dependent r231019).
2015-03-03 Daniel BerlinAdd range iterators to Extract/InsertValueInst indices
2015-03-03 Kuba BreckaSymbolizer refactoring: Turn FillAddressAndModuleInfo...
2015-03-03 Argyrios Kyrtzidis[ASTUnit] Fix crash when trying to load a module file...
2015-03-03 Nick LewyckySwitch up whitespace with better whitespace.
2015-03-03 Nick LewyckyRevert the non-cleanup part of r230769 because it intro...
2015-03-03 Davide Italiano[ELF] Implement R_X86_64_PC16 relocation.
2015-03-03 Owen AndersonCleanup after r230934 per Dave's suggestions.
2015-03-03 Craig Topper[X86] Remove some unused code from disassembler.
2015-03-03 David MajnemerSema: Caught exception objects should be unqualified
2015-03-03 Nico WeberRemove obsolete FIXME. override on definitions is fine.
2015-03-03 Kostya Serebryany[asan] Since x32 has 32-bit pointers, it should use...
2015-03-03 Sanjoy DasRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-03 David MajnemerSema: Properly initialize the thrown exception object
2015-03-03 Greg ClaytonFix a crasher where we might have a N_UNDF symbol with...
2015-03-03 Peter CollingbourneAdd explicit type to empty std::set initializer to...
2015-03-03 Ahmed Bougacha[X86] Special-case 2x CMOV when custom-inserting.
2015-03-03 Ahmed Bougacha[X86] Combine (cmov (and/or (setcc) (setcc))) into...
2015-03-03 Reid KlecknerFix cppeh breakage due to racing commits
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-03 Andrew KaylorRemap arguments and non-alloca values used by outlined...
2015-03-03 Benjamin KramerLoopIdiom: Give globals for memset_pattern16 private...
2015-03-03 Alexey Samsonov[Sanitizers] Remove duplication in sanitizer group...
2015-03-03 Matthias BraunFix typo in my last commit.
2015-03-03 Reid KlecknerWinEH: Run opt -instnamer over some cppeh tests and...
2015-03-02 Fariborz Jahanian[SDK modernizer] Patch to fix type of the typed enums...
2015-03-02 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-02 Michael ZolotukhinTLI: Factor out sanitizeFunctionName. NFC.
2015-03-02 Rui UeyamaMake ArchiveLibraryFile::~ArchiveLibraryFile virtual.
2015-03-02 Kuba BreckaSymbolizer refactoring: Make LibbacktraceSymbolizer...
2015-03-02 Reid KlecknerRemove shell requirement from test/Modules/explicit...
2015-03-02 Reid KlecknerRevert bad change from r231029
2015-03-02 Reid KlecknerRemove shell requirements from tests that use 'cd'
2015-03-02 Benjamin KramerIndexedMap: Document why SmallVector<T, 0> is preferabl...
2015-03-02 Kuba BreckaSymbolizer refactoring: ExtractToken and friends
2015-03-02 Hans Wennborgclang-cl: Correctly ignore /openmp- (PR22748)
2015-03-02 Alexey Samsonov[Sanitizer] Run test/sanitizer_common lit tests on...
2015-03-02 Adrian PrantlRevert "Revert "For the dwarf expression code get the...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Reid Klecknercmake: Use MSVC atomics with clang-cl
2015-03-02 Jan VeselySupport: Use const pointers for reads.
2015-03-02 Sanjoy DasFix test case.
2015-03-02 Fariborz JahanianAttempt to fix buildbot.
2015-03-02 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-03-02 Benjamin KramerSmallVector: Allow initialization and assignment from...
next