platform/upstream/llvm.git
2013-03-07 Greg ClaytonAdded new properties to lldb.SBModule classes:
2013-03-07 Anna Zaks[analyzer] Warn on passing a reference to null pointer...
2013-03-07 Greg ClaytonStop the "module" property from throwing an exception...
2013-03-07 Greg ClaytonAdded a new module that can dump all line tables for...
2013-03-07 Rafael EspindolaDon't duplicate function names. Thanks to Jordan Rose...
2013-03-07 Nick LewyckyRemove GCDAProfiling.c. This copy is old, the copy...
2013-03-07 Rafael EspindolaAdd a hasExternalLinkage helper. No functionality change.
2013-03-07 Rafael EspindolaAdd a hasExternalStorageAsWritten helper. No functional...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-03-07 Nadav RotemArrayRef has a OneElt constructor. Beautify the code.
2013-03-07 Rafael EspindolaFix typo.
2013-03-07 Nadav RotemSwitch from std::vector to ArrayRef. Speedup FoldBitCas...
2013-03-07 Jordan Rose[analyzer] Check for returning null references in Retur...
2013-03-07 Jordan Rose[analyzer] Clean up a few doc comments for ProgramState...
2013-03-07 Andrew TrickSimplifyCFG fix for volatile load/store.
2013-03-07 Michael LiaoFix two remaining issue after fixing PR15355 when CMOV...
2013-03-07 Daniel MaleaClean up LLDB CMake build output
2013-03-07 Daniel MaleaFix running of LLDB tests with cmake+ninja+ccache
2013-03-07 Daniel MaleaFix Linux i386 build
2013-03-06 Han Ming Ong<rdar://problem/13119170>
2013-03-06 Howard HinnantNo functionality change at this time. I've split _LIBC...
2013-03-06 Greg Clayton<rdar://problem/13362109>
2013-03-06 Jason MolendaRemove some tabs and extraneous space chars from Object...
2013-03-06 Jason MolendaRetrieve the dyld shared cache mapping offset from...
2013-03-06 Adrian PrantlEnsure that DIType is regenerated after we visit an...
2013-03-06 Shankar Easwaran[ELF] Order weak symbols properly
2013-03-06 Andrew KaylorSkipping TestConstVariables on Linux.
2013-03-06 Akira Hatanaka[mips] Custom-legalize BR_JT.
2013-03-06 Greg ClaytonAdded tests to test for "settings set" with trailing...
2013-03-06 Andrew KaylorAdding support for DW_OP_stack_value in DWARFExpression...
2013-03-06 Anna Zaks[analyzer] Pass the correct Expr to the bug reporter...
2013-03-06 Anna Zaks[analyzer] IDC: Add config option; perform the idc...
2013-03-06 Sean CallananAdded a little bit of logging to ClangFunction to
2013-03-06 Andrew KaylorAdd support for non-register scalar values in DoMateria...
2013-03-06 Howard HinnantHave basic_istream::read call sgetn intead of sbumpc...
2013-03-06 Andrew TrickGeneralize my previous fix for -print-options.
2013-03-06 Michael LiaoRemove tailing whitespaces
2013-03-06 Andrew TrickGive -loop-vectorize an explicit default.
2013-03-06 Howard HinnantCorrect silly type-o. Thanks Richard.
2013-03-06 Argyrios Kyrtzidis[PCH] When pre-validating the headers from the PCH...
2013-03-06 Argyrios Kyrtzidis[PCH] For HeaderFileInfoTrait, hash the key using size...
2013-03-06 Argyrios Kyrtzidis[PCH] We don't need to instantiate HeaderFileInfoTrait...
2013-03-06 Argyrios Kyrtzidis[PCH] Remove a couple of fields from serialization...
2013-03-06 Fariborz JahanianSpell Objective-C correctly.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-06 Fariborz Jahaniansay objective-C in the warning and streamline
2013-03-06 Howard HinnantThe bitset(unsigned long long) constructor was broken...
2013-03-06 Matt KopecImprove/Cleanup ptrace wrapper and remove dependency...
2013-03-06 Dmitri GribenkoDriver: add support for new style multiarch in Ubuntu...
2013-03-06 Edwin VaneNew ASTMatchers and enhancement to hasOverloadedOperato...
2013-03-06 Reid Kleckner[msan] Block reports from interceptors during _Unwind_B...
2013-03-06 Reid Kleckner[msan] pthread_join() returns int, not void*
2013-03-06 Stefanus Du... Test case for PR-15414 - nullptr_t functions
2013-03-06 Reid Kleckner[sanitizers] Fix check failure on dealloc from new...
2013-03-06 Edwin VaneFixed Use-Nullptr when replacing return(0)
2013-03-06 Alexey Samsonov[Sanitize] Don't emit function attribute sanitize_addre...
2013-03-06 Greg ClaytonFixed enum printing for negative enums. There previousl...
2013-03-06 Jim GrosbachInstCombine: Don't shrink allocas when combining with...
2013-03-06 Greg ClaytonFixed test suite errors due to new clang -v output.
2013-03-06 Greg ClaytonNow that "settings set" will strip leading and trailing...
2013-03-06 Weiming Zhaorevert r176531 due to clan-native-arm fails
2013-03-06 Akira Hatanaka[mips] Add a line which checks function name. Rename...
2013-03-06 Richard SmithPR15390: If a function returns a pointer to a function...
2013-03-06 Greg ClaytonDisable JITed code in any processes that use DynamicLoa...
2013-03-06 Richard SmithAfter issuing a diagnostic for undefining or redefining...
2013-03-06 Fariborz Jahanianobjective-C: don't crash after diagnosing
2013-03-06 Michael LiaoFix PR15355
2013-03-06 Jakub StaszakUse dyn_cast instead of isa && cast. No functionality...
2013-03-06 Jakub StaszakRemove duplicated forward declaration.
2013-03-05 Douglas GregorRemove unused static variable.
2013-03-05 Jordan RosePreprocessor: don't keep comments under -traditional...
2013-03-05 Greg Clayton<rdar://problem/13341472>
2013-03-05 Greg Clayton<rdar://problem/13184855>
2013-03-05 Weiming ZhaoPR 11326: Lack diagnosic message when ABI conflicts...
2013-03-05 Akira Hatanaka[mips] Remove android calling convention.
2013-03-05 Fariborz Jahanianfix a missing check in my last patch.
2013-03-05 Daniel MaleaBe more precise in GCC/autoconf build instructions...
2013-03-05 Akira Hatanaka[mips] Fix MipsCC::analyzeReturn so that, in soft-float...
2013-03-05 Jordan RosePreprocessor: don't consider // to be a line comment...
2013-03-05 Fariborz Jahaniandoc. parsing. Improve on diagnostics on my last patch.
2013-03-05 Daniel MaleaTypos: be more precise on the build page when mentionin...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCallResult and...
2013-03-05 Daniel MaleaAdd instructions for building LLDB with CMake
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCall to pass fp128...
2013-03-05 Akira Hatanaka[mips] Correct handling of fp128 (long double) formals...
2013-03-05 Jakub StaszakFix a few typos in comments.
2013-03-05 Jakub StaszakAdd some constantness.
2013-03-05 Daniel MaleaFix Ninja LLDB build on Linux (via cmake -G Ninja)
2013-03-05 Jakub Staszakstd::distance() == 0 means that iterators are equal...
2013-03-05 Richard SmithRemove outdated claim that GCC builds without a C+...
2013-03-05 Meador IngeAdd more functions to the TLI.
2013-03-05 Jyotsna Vermareverting patch 176508.
2013-03-05 Lang HamesUse ASTContext::getDeclAlign(<Field Decl>) to get the...
2013-03-05 Argyrios Kyrtzidis[libclang] When logging a CXTranslationUnit that came...
2013-03-05 Fariborz JahanianFix this checkin.
2013-03-05 Fariborz Jahaniandoc parsing. Add @method and @callback for
2013-03-05 Jyotsna VermaHexagon: Add support for lowering block address.
2013-03-05 Vincent LejeuneR600: Do not predicate vector op
2013-03-05 Jack CarterMips specific inline assembler constraint 'R'
2013-03-05 Jyotsna VermaHexagon: Expand addc, adde, subc and sube.
next