platform/upstream/llvm.git
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...
2012-05-17 Chad Rosier[driver] Reword the warning message for missing value...
2012-05-17 Dmitry Vyukovtsan: remove shutdown code
2012-05-17 Dmitry Vyukovtsan: detect accesses to freed memory
2012-05-17 Tim NorthoverRemove incorrect pattern for ARM SMML instruction.
2012-05-17 Abramo BagnaraAdded two missing const qualifiers.
2012-05-17 Benjamin KramerCXXThisScopeRAII objects aren't free, don't compute...
2012-05-17 Manuel KlimekFix compile error.
2012-05-17 Stepan DyatkovskiySelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp...
2012-05-17 Kostya Serebryany[tsan] grammar fixes
2012-05-17 Kostya Serebryany[tsan] fix dependency rules in Makefile.old
2012-05-17 Dmitry Vyukovtsan: ValgrindSlowdown() should be weak for some time
2012-05-17 Dmitry Vyukovtsan: add ValgrindSlowdown() "dynamic annotation"
2012-05-17 Chris LattnerGenericize the intrinsics descriptor decoding a bit...
2012-05-17 Chris Lattnerfinish encoding all of the interesting details of intri...
2012-05-17 Chris Lattnerstrengthen the intrinsic descriptor stuff to be able...
2012-05-17 Chris Lattnersimplify code generated by tblgen that is not necessary...
2012-05-17 Francois PichetI forgot the #ifdef _MSC_VER guard in my last commit.
2012-05-17 Greg ClaytonMake sure to subtract one from the PC when doing the...
2012-05-17 Francois PichetFix the MSVC 2010 build: disable the optimizer for...
2012-05-17 Jason MolendaBump to version 148.
2012-05-17 Matt Beaumont-GayUse the argument location instead of the format string...
2012-05-16 Argyrios Kyrtzidis[libclang/AST] When declaring a local class, don't...
2012-05-16 Chad Rosier[driver] Remove obsolete support for -A link option...
next