platform/upstream/llvm.git
2015-03-03 David BlaikieAvoid copying LiveInterval, this could lead to a double...
2015-03-03 Rui UeyamaImplement our own future and use that for FileArchive...
2015-03-03 Duncan P. N... DebugInfo: Remove useless test
2015-03-03 Alexey Samsonov[UBSan] Add testcases for -fsanitize=shift-base and...
2015-03-03 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-03 Alexey Samsonov[Sanitizers] Use uint64_t for bitmask of enabled saniti...
2015-03-03 Eric ChristopherFix a problem where the TwoAddressInstructionPass which...
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-03-03 David BlaikieFix the build broken in r231142
2015-03-03 Zachary TurnerFurther reduce the header footprint of Process.h
2015-03-03 David BlaikieDAGCombiner::LoadedSlice: Remove explicit copy ctor...
2015-03-03 David BlaikieRewriteStatepointsForGC::PhiState: Remove explicit...
2015-03-03 David BlaikieCFG::SuccessorIterator: Remove explicit copy assignment...
2015-03-03 David BlaikieCFG::SuccessorIterator::SuccessorProxy:: Expliictly...
2015-03-03 Nadav RotemTeach ComputeNumSignBits about signed divisions.
2015-03-03 Rui UeyamaFix -Wcast-qual warning.
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 Aaron WatryMove mix from math to common
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieRemove the explicit SUnitIterator::operator= as the...
2015-03-03 David BlaikieRemove LatencyPriorityQueue::dump because it relies...
2015-03-03 Rafael EspindolaCorrectly handle -pass-remarks in the gold plugin.
2015-03-03 Zachary TurnerDon't #include ClangPersistentVariables.h from Process.h
2015-03-03 Paul Robinson[X86][ELF] Correct relocation for DWARF TLS references
2015-03-03 Sanjay Patelremove enum value names from comments; NFC
2015-03-03 Eric ChristopherAdd support for SunOS function/data sections and associated
2015-03-03 David Blaikieunique_ptrify ResourcePriorityQueue::ResourceModel
2015-03-03 David BlaikieRemove ResourcePriorityQueue::dump as it relies on...
2015-03-03 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-03 Sumanth GundapaneniFix program name in "clang -help"
2015-03-03 Sanjay Pateluse bool operator shortcut; NFC
2015-03-03 Andrew KaylorFixing problem with field initialization order
2015-03-03 Adrian PrantlFix PR22762. When emitting a DWARF expression check...
2015-03-03 Chaoren Lin[TestGlobalVariables] LD_LIBRARY_PATH should be process...
2015-03-03 Eric FiselierAllow declaration of map and multimap iterator with...
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.
next