platform/upstream/llvm.git
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...
2012-05-18 Jakob Stoklund... Remove a test that was only testing for physreg joining.
2012-05-18 Jim InghamMake the debug output that comes as printf's from code...
2012-05-18 Greg Clayton<rdar://problem/11405850>
2012-05-17 Jakob Stoklund... Remove -join-physregs from the test suite.
2012-05-17 Sean CallananI have updated Clang to include support for Objective-C
2012-05-17 Douglas GregorA selector match between two Objective-C methods does...
2012-05-17 Nuno Lopesminor simplification in the call to ConstantRange const...
2012-05-17 Matt Beaumont-GayRemove trailing periods which snuck into a few diagnost...
2012-05-17 Douglas GregorIn the override search for Objective-C methods, protect...
2012-05-17 Andrew Trickcomments
2012-05-17 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR APSR...
2012-05-17 Benjamin KramerDrop the question mark when complaining about a non...
2012-05-17 Danil Malyshev- Added ExecutionEngine/MCJIT tests
2012-05-17 Chad RosierAdd -mno-implicit-float to the M group.
2012-05-17 Han Ming Ong<rdar://11477301>
2012-05-17 Bill WendlingRemove extraneous ';'.
2012-05-17 Jim InghamReduce the timeout value for the "get class name" and...
2012-05-17 Jim InghamIf we notice that a module with a given file path is...
2012-05-17 Andrew Trickmisched: trace ReadyQ.
2012-05-17 Andrew Trickmisched: Added 3-level regpressure back-off.
2012-05-17 Andrew Trickcomment
2012-05-17 Andrew Trickregpressure: Fix getMaxUpwardPressureDelta.
2012-05-17 Andrew Trickmisched: fix liveness iterators
2012-05-17 Andrew Trickwhitespace
2012-05-17 Jakob Stoklund... Never clear <undef> flags on already joined copies.
2012-05-17 Jakob Stoklund... Fix a verifier bug.
2012-05-17 Argyrios Kyrtzidis[arcmt] Remove the "it is not safe to remove an unused...
2012-05-17 Bill WendlingRelax the requirement that the exception object must...
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-05-17 Chris Lattnerenhance the intrinsic info stuff to emit encodings...
2012-05-17 Filipe CabecinhasWe shouldn't save g_dummy_target_sp. Other code will...
next