platform/upstream/llvm.git
2012-05-20 Jakob Stoklund... Transfer memory operands to the right instruction.
2012-05-20 Jakob Stoklund... Properly constrain register classes for sub-registers.
2012-05-20 Jakob Stoklund... Properly constrain register classes in 2-addr.
2012-05-20 Jakob Stoklund... Missed a push_back in r157147.
2012-05-20 Jakob Stoklund... Avoid deleting extra copies when RegistersDefinedFromSa...
2012-05-20 Jakob Stoklund... Fix build bots.
2012-05-20 Jakob Stoklund... LiveRangeQuery simplifies shrinkToUses().
2012-05-20 Jakob Stoklund... Use LiveRangeQuery in ScheduleDAGInstrs.
2012-05-20 Jakob Stoklund... Eliminate some uses of struct LiveRange.
2012-05-20 Jakob Stoklund... Use LiveRangeQuery instead of getLiveRangeContaining().
2012-05-20 Jakob Stoklund... Add a LiveRangeQuery class.
2012-05-20 Peter CollingbourneDo not pass an invalid domtree to SimplifyInstruction...
2012-05-20 Nico WeberError when using typeid() with -fno-rtti. PR 12888.
2012-05-20 Eli FriedmanZap a bogus assert for delegating constructors. PR1289...
2012-05-19 Jakob Stoklund... Simplify overlap check.
2012-05-19 Eli FriedmanMake delegating initializers use a similar codepath...
2012-05-19 Jakob Stoklund... Fix 12892.
2012-05-19 Peter CollingbourneDo not eliminate allocas whose alignment exceeds that...
2012-05-19 Hal FinkelAdd a FIXME about access to negative stack-pointer...
2012-05-19 Jakob Stoklund... Remove the late DCE in RegisterCoalescer.
2012-05-19 Jakob Stoklund... Erase joined copies immediately.
2012-05-19 Jakob Stoklund... Fix an ancient bug in removeCopyByCommutingDef().
2012-05-19 Nadav RotemOn Haswell, perfer storing YMM registers using a single...
2012-05-19 Howard HinnantRevert fix to llvm.org/bugs/show_bug.cgi?id=12867 for...
2012-05-19 Nadav RotemAdd support for additional in-reg vbroadcast patterns
2012-05-19 Benjamin KramerDisambiguate call to operator==.
2012-05-19 Jakob Stoklund... Collect inflatable virtual registers on the fly.
2012-05-19 Benjamin KramerValueMap: Use DenseMap's find_as mechanism to reduce...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-19 Craig TopperTidy up some spacing and inconsistent use of pre/post...
2012-05-19 Fariborz Jahanianobjective-c: Warn if default synthesizing readonly...
2012-05-19 Dmitri GribenkoMissing line break.
2012-05-19 Dmitri GribenkoUse RecordDecl::field_iterator because D1, D2 are Recor...
2012-05-19 Benjamin KramerRemove extra semicolons.
2012-05-19 Benjamin KramerApparently empty names are allowed here.
2012-05-19 Benjamin KramerSimplify some users of DeclarationName::getNameKind...
2012-05-19 Benjamin KramerInline a trivial clear() method.
2012-05-19 Benjamin KramerProvide move semantics for TinyPtrVector and for DenseM...
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-05-19 Benjamin KramerSimplify code, add an assertion.
2012-05-19 Filipe CabecinhasFixes the case where we created a dummy target, deleted...
2012-05-19 Craig TopperCopy some AVX support from MCJIT to JIT. Maybe will...
2012-05-19 Douglas GregorRevert my _LIBCPP_INLINE_VISIBILITY changes, r157097...
2012-05-19 Douglas Gregorvalarray resize should not be _LIBCPP_INLINE_VISIBILITY
2012-05-19 Jakob Stoklund... Eliminate dead code after remat.
2012-05-19 Jakob Stoklund... Don't remat during updateRegDefsUses().
2012-05-19 Jakob Stoklund... Immediately erase trivially useless copies.
2012-05-19 Jakob Stoklund... Run proper recursive dead code elimination during coale...
2012-05-19 Jakob Stoklund... Allow LiveRangeEdit to be created with a NULL parent.
2012-05-19 Douglas GregorMove _LIBCPP_VISIBLE_INLINE from the out-of-line defini...
2012-05-19 Sean CallananUpdated LLVM to take a disassembler fix that causes
2012-05-19 Eric ChristopherUpdate API usage for llvm DIBuilder changes for rvalue...
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-19 Eric ChristopherAdd support for the 'd' mips inline asm output modifier.
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...
2012-05-19 Jason Molendabump to lldb-150.
2012-05-19 Anna Zaks[analyzer] c++11: do not crash on namespace alias
2012-05-19 Anna Zaks[analyzer] For locations, use isGLValue() instead of...
2012-05-19 Greg ClaytonForgot to bump the local string buffer up in size after...
2012-05-18 Kaelyn UhrainSuggest adding 'typename' when it would make the compiler
2012-05-18 Johnny ChenAdd test cases where we start three worker threads...
2012-05-18 Greg ClaytonFound a quick way to improve the speed with which we...
2012-05-18 Anna Zaks[analyzer] Fix a c++11 crash: xvalues can be locations...
2012-05-18 Anna Zaks[analyzer] Malloc checker: remove unnecessary comparisons.
2012-05-18 Dan GohmanFix replacing all the users of objc weak runtime routines
2012-05-18 Jakob Stoklund... Modernize naming convention for class members.
2012-05-18 Greg ClaytonWarn when we detect a valid dSYM file that is empty...
2012-05-18 Filipe CabecinhasCleanup a custom thread-format so we don't fail TestLoa...
2012-05-18 Fariborz Jahanianobjc: use "class extension" instead of "continuation...
2012-05-18 Jakob Stoklund... Move all work list processing to copyCoalesceWorkList().
2012-05-18 Nuno Lopesallow LazyValueInfo::getEdgeValue() to reason about...
2012-05-18 Enrico GranataOptimizations to the Python ObjC formatters - Benchmark...
2012-05-18 Benjamin KramerLexer::ReadToEndOfLine: Only build the string if it...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-05-18 Eric ChristopherRemove duplicate code that we could just fallthrough to.
2012-05-18 Jakob Stoklund... Simplify RegisterCoalescer::copyCoalesceInMBB().
2012-05-18 Nuno Lopesadd test case for bugfix in r157032
2012-05-18 Eric ChristopherAdd support for the mips 'x' inline asm modifier.
2012-05-18 Jakob Stoklund... Remove support for PhysReg joining.
2012-05-18 Chad RosierTypo.
2012-05-18 Joel JonesFileCheck-ify, apropos of nothing
2012-05-18 Filipe CabecinhasFixed the test for the new process launch abbreviation.
2012-05-18 Howard HinnantProtect __shared_weak_count::__get_deleter declaration...
2012-05-18 Dmitry Vyukovtsan: check for overflow in malloc()
2012-05-18 Dmitry Vyukovtsan: fix potential NULL deref
2012-05-18 Stepan DyatkovskiyRecommited reworked r156804:
2012-05-18 Craig TopperSimplify code a bit. No functional change intended.
2012-05-18 Craig TopperSimplify handling of v16i8 shuffles and fix a missed...
2012-05-18 Greg Clayton<rdar://problem/11386214>
2012-05-18 Jason Molendabump to lldb 149.
2012-05-18 Rafael EspindolaCentralize the handling of the "attribute declaration...
2012-05-18 Evan ChengTeach two-address pass to update the "source" map so...
2012-05-18 Anna Zaks[analyzer]Malloc: refactor and report use after free...
2012-05-18 Johnny Chenrdar://problem/11140741
2012-05-18 Danil MalyshevTemporarily disabled the MCJIT tests for Darwin, becaus...
2012-05-18 Fariborz JahanianAnother test for r157025 <rdar://problem/11460990>.
2012-05-18 Eric ChristopherClarify comment.
2012-05-18 Nuno Lopesfix corner case in ConstantRange::intersectWith().
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
next