platform/upstream/llvm.git
2015-03-04 David BlaikieAvoid copying parser objects
2015-03-04 Michael Kuperstein[DAGCombine] Fix a bug in a BUILD_VECTOR combine
2015-03-04 David BlaikieMake OptionValue explicitly copyable
2015-03-04 David BlaikieDevirtualize OptionValue::~OptionValue in favor of...
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-04 Zachary Turner[llvm-pdbdump] Display full enum definitions.
2015-03-04 Chaoren LinRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-04 Seth CantrellAT.isValid() should come before AT.matchesType()
2015-03-04 Rui UeyamaMake File non-const in the resolver.
2015-03-04 Seth CantrellAdd a format warning for "%p" with non-void* args
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-03-04 Rui UeyamaRevert "temporary"
2015-03-04 Filipe CabecinhasFix the test for r231201. We don't crash anymore.
2015-03-04 Rui UeyamaSimplify FileArchive. NFC.
2015-03-04 Rui Ueyamatemporary
2015-03-04 David BlaikieWorkaround MSVC not providing implicit move members
2015-03-04 Rui UeyamaObject: Add range iterators to Archive symbols
2015-03-04 Zachary TurnerFurther reduce header footprint of Debugger.h.
2015-03-04 Mehdi AminiUse report_fatal_error instead of unreachable for ...
2015-03-04 David Blaikieunique_ptrify ValID::ConstantStructElts
2015-03-04 David BlaikieLLParser: Avoid copying ValIDs, the copy ctor is deprec...
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-04 Ed MasteRestore accidental deletion of header comment character
2015-03-04 Rui UeyamaMake a private function private.
2015-03-04 Pete CooperRemove MCStreamer include which isn't used here. NFC
2015-03-04 Pete CooperThis file should always have included MCAssembler and...
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2015-03-04 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-04 Eric ChristopherWeaken the check for a specific movl on the twoaddr...
2015-03-04 Eric FiselierReverse the order libc++ and libc++abi are added in...
2015-03-04 David BlaikieRecommit r231175: Change LiveStackAnalysis::SS2Interval...
2015-03-04 Ed MasteAnother configure+make fix for r230963
2015-03-04 Filipe CabecinhasFix the x86-upgrade-avx2-vbroadcast.ll test by commenti...
2015-03-04 Matthias BraunRegisterCoalescer: Gracefully continue if subrange...
2015-03-04 Rafael EspindolaDrop the "eh_" from eh_func_begin and eh_func_end.
2015-03-04 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
2015-03-04 Juergen RibutzkaRemove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
2015-03-04 Reid KlecknerDocument the LLVM "thunk" attribute added back in r226708
2015-03-04 Ed MasteTry fixing configure+make build on FreeBSD after r230963
2015-03-03 Jacques PienaarTypePrinter print __restrict if not in C99 mode
2015-03-03 Eric ChristopherUpdate twoaddr-coalesce-3.ll to run on darwin and linux...
2015-03-03 David BlaikieAdd missing header include
2015-03-03 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-03 David BlaikieChange LiveStackAnalysis::SS2IntervalMap from std:...
2015-03-03 Kostya Serebryany[asan] more fixes for x32, patches by H.J. Lu
2015-03-03 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-03 Jan Wen VoungMove TargetLibraryInfo data from two files into one...
2015-03-03 Kostya Serebryany[asan] attempting to fix the windows build
2015-03-03 Filipe CabecinhasTry to unbreak the Windows buildbots.
2015-03-03 Zachary TurnerFix errors building on linux.
2015-03-03 David Blaikieunique_ptrify LiveRange::segmentSet
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-03-03 Eric ChristopherRemove subtarget dependence in pass pipeline setup...
2015-03-03 Reid KlecknerWinEH: Remove vestigial EH object
2015-03-03 Chaoren LinAccidental semicolon in python.
2015-03-03 Kuba BreckaSymbolizer refactoring: Unify access to symbolizer...
2015-03-03 Zachary TurnerDon't #include FormatManager.h from Debugger.h
2015-03-03 Anton Yartsev[analyzer] unix.Malloc: preserve AllocaRegion bound...
2015-03-03 Chaoren LinRemove unnecessary platform specific code from TestGlob...
2015-03-03 David MajnemerLangRef: Clarify select's semantics with vector arguments
2015-03-03 Ed MasteFix FreeBSD build after r231145
2015-03-03 David MajnemerInstCombine: Ensure select condition types are identica...
2015-03-03 Andrew KaylorMoving WinEH outlining tests to an architecture neutral...
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...
next