platform/upstream/llvm.git
2013-02-27 Nick LewyckyUpdate clang for LLVM API change. No functionality...
2013-02-27 Nick LewyckyIn GCC 4.7, function names are now forbidden from ...
2013-02-27 Nick LewyckyDoh, fix behaviour change introduced in r176168 which...
2013-02-27 Nadav RotemRevert r176166 because it broke one of the lit tests.
2013-02-27 Nadav RotemFor each function that we optimize we initialize a...
2013-02-27 Shankar Easwaranfixing build error properly according to comment from...
2013-02-27 Nick LewyckyIRBuilder has grown all sorts of useful utility functio...
2013-02-27 Shankar Easwaranadding a return to fix compilation error from buildbot...
2013-02-27 Nadav Rotemstd::string to StringRef.
2013-02-27 Reed KotlerFix cut/paste error in a comment.
2013-02-27 Rafael EspindolaDon't cache the visibility of types.
2013-02-27 Lang HamesUse the correct alignment for POD-member memcpys where...
2013-02-27 Shankar Easwaranfixing typo in header file
2013-02-27 Reed KotlerAdd the skeleton for the Mips constant island pass.
2013-02-27 Jason MolendaWhen starting a kernel debug session, if the user speci...
2013-02-27 Rafael EspindolaRename methods to comply with the LLVM Coding Standards.
2013-02-27 Enrico Granata<rdar://problem/13289828>
2013-02-27 Rafael EspindolaChange Type::getLinkageAndVisibility to return a Linkag...
2013-02-27 Meador IngeIR: Don't constant fold GEP bitcasts between different...
2013-02-27 Rafael EspindolaMove LinkageInfo out of NamedDecl so that it can be...
2013-02-27 Manman RenSelectionDAG: If llvm.donothing has a landingpad, we...
2013-02-27 Richard TrieuUpdate template diffing to handle template arguments...
2013-02-27 Argyrios KyrtzidisAdd a test to make sure __has_include works from inside...
2013-02-27 Adrian PrantlTemporarily revert r176116 for compile-time performance...
2013-02-27 Michael J.... [ELF][Writer] Add dynamic relocation tables.
2013-02-27 Ted Kremenek[analyzer] Add stop-gap patch to prevent assertion...
2013-02-27 Argyrios Kyrtzidis[PCH] When deserializing an IdentifierInfo, call Identi...
2013-02-27 Fariborz Jahaniancomment parsing: Properties are considered like methods...
2013-02-27 John McCallDon't crash when diagnosing path-constrained protected
2013-02-27 Bill WendlingReapply r176133 with testcase fixes.
2013-02-27 Jordan Rose[analyzer] If a struct has a partial lazy binding,...
2013-02-27 Manman RenDebug Info: for static member variables, add AT_MIPS_li...
2013-02-27 Ted KremenekRefine SourceManager's isBeforeInTranslationUnit()...
2013-02-26 Jason MolendaFix one remaining mach port number/globally unique...
2013-02-26 Greg Clayton<rdar://problem/13287629>
2013-02-26 Pedro ArtigasEnhance integer division emulation support to handle...
2013-02-26 Rafael EspindolaUse existing macros to simplify the test a bit.
2013-02-26 Bill WendlingTemporarily revert r176133 until testcases are modified.
2013-02-26 Michael IlsemanHave a way for a target to opt-out of target-independen...
2013-02-26 Bill WendlingFix testcases to not rely upon target-* attributes.
2013-02-26 Eli BenderskyTry to get rid of a -wunitialized warning: explicitly...
2013-02-26 Bill WendlingDon't set the -target-cpu and -target-features attribut...
2013-02-26 Jim InghamMark a few more tests as "basic_process".
2013-02-26 Michael IlsemanConstant fold vector bitcasts of halves similarly to...
2013-02-26 Roman DivackyAdd support for autodetection of ADM bdver2.
2013-02-26 Manman RenRevert r176120 as it caused a failure at static-member.cpp
2013-02-26 Chad RosierNo need to initialize these variables.
2013-02-26 Fariborz Jahaniandoxygen command. Add 'attention' command to list of...
2013-02-26 Daniel MaleaAdd links to buildbots on the LLDB build instructions...
2013-02-26 Michael J.... [TableGen] Fix ICE on MSVC 2012 Release builds.
2013-02-26 Bill SchmidtFix PR15332 (patch by Florian Zeitz).
2013-02-26 Matt ArsenaultFix auto_ptr is deprecated warnings
2013-02-26 Matt ArsenaultFix assertion failure when a field is given an address...
2013-02-26 Matt ArsenaultFix initializer for variables with attribute address_sp...
2013-02-26 Manman RenDebug Info: for static member variables, move AT_MIPS_l...
2013-02-26 Chad RosierAdd a test case for r176066.
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-26 Matt ArsenaultFix typo
2013-02-26 Adrian PrantlEnsure that DIType is regenerated after we visited...
2013-02-26 Ted Kremenek[analyzer] Use 'MemRegion::printPretty()' instead of...
2013-02-26 Matt Beaumont-GayWarn on dropping the return value from a warn_unused_re...
2013-02-26 Matt ArsenaultAnother test commit. Remove trailing whitespace.
2013-02-26 Rafael EspindolaUse the most recent decl in getExplicitVisibility.
2013-02-26 Matt ArsenaultTest commit. Remove trailing whitespace.
2013-02-26 Rafael EspindolaBe more careful in applying pragma weak. Fixes pr14974.
2013-02-26 Chad RosierRemove a few unused arguments.
2013-02-26 Sean Silva[docs] Use reST link instead of direct HTML link.
2013-02-26 Eli BenderskySlight cosmetic fixes
2013-02-26 Greg ClaytonBacked out a hacky fix that is no longer needed.
2013-02-26 Christian KonigR600/SI: Add promotion of e32 to e64 in operand folding
2013-02-26 Christian KonigR600/SI: add VOP mapping functions
2013-02-26 Christian KonigR600/SI: swap operands if it helps folding
2013-02-26 Christian KonigR600/SI: add some more instruction flags
2013-02-26 Christian KonigR600/SI: add post ISel folding for SI v2
2013-02-26 Christian KonigR600/SI: add folding helper
2013-02-26 Christian KonigR600/SI: fix VOP3b encoding v2
2013-02-26 Christian KonigR600/SI: fix and cleanup SI register definition v2
2013-02-26 Christian KonigR600/SI: fix stupid typo
2013-02-26 Renato GolinAdding ARM as supported architecture
2013-02-26 Renato GolinProper XFAILs for ARMv7 / v5
2013-02-26 Bill SchmidtFix PR15359.
2013-02-26 Howard HinnantMichael van der Westhuizen: correction to the libcxx...
2013-02-26 Daniel JasperFix bad line break decision.
2013-02-26 Alexey Samsonov[Sanitizer] Don't die if external symbolizer is used...
2013-02-26 Renato GolinGCC 4.6.3 O3 miscompiles on ARM
2013-02-26 Kostya Serebryany[sanitizer] A low-level vector implementation to be...
2013-02-26 Evgeniy StepanovAllow dash before "ld" in android driver test.
2013-02-26 Daniel JasperIn range-based for-loops, prefer splitting after ":".
2013-02-26 Daniel JasperOnly keep empty lines in unwrapped lines if they precee...
2013-02-26 Kostya Serebryany[asan] a bit stricter lint for CHECK vs CHECK_XX (these...
2013-02-26 Daniel JasperOnly break string literals as a last resort.
2013-02-26 Alexey SamsonovDefine CMake option CLANG_INCLUDE_TESTS *before* traver...
2013-02-26 Kostya Serebryany[tsan] enable tsan-vs-gvn test since it is now fixed
2013-02-26 Kostya Serebryany[asan] fix the output for range accesses (memset, etc...
2013-02-26 Kostya Serebryany[asan] use the new attribute syntax (no_address_safety_...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (Clang...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-26 Michael HanUpdate tests to do a full match against printed C+...
2013-02-26 Michael J.... [Pass][Layout] Fix bug and add debug printing.
2013-02-26 Michael IlsemanUse a DenseMap instead of a std::map for AnalysisID...
next