platform/upstream/llvm.git
2013-02-28 Evgeniy StepanovFix global overflow in types::lookupTypeForTypeSpecifier.
2013-02-28 Nick LewyckyHoly macaroons, somebody made a copy of llvm/runtime...
2013-02-28 Bill WendlingEnable syntax highlighting for reStructuredText files.
2013-02-28 Jason MolendaAdd the libdebugserver.cpp for creating a library that...
2013-02-28 Sean CallananFixed some problems with type deportation:
2013-02-28 Enrico GranataFixing the log line for SBValue::MightHaveChildren...
2013-02-28 Enrico Granatathe log entry for SBThread::GetProcess() would not...
2013-02-28 Jordan Rose[analyzer] RegionStore: collectSubRegionKeys -> collect...
2013-02-28 Jordan Rose[analyzer] Mark the root SVal class as isPodLike.
2013-02-28 Michael J.... [Support][ErrorOr] Add support for implicit conversion...
2013-02-28 Argyrios KyrtzidisAdd a test case, to make sure there is no crash on...
2013-02-28 Argyrios Kyrtzidis[PathV2] In llvm::sys::fs::unique_file, make sure it...
2013-02-28 Shuxin YangFix a problem in alias analysis. It is about the misint...
2013-02-27 Eric ChristopherRemove unnecessary check against isGlobalVariable....
2013-02-27 Eric ChristopherRework comment slightly and fix a few typos.
2013-02-27 Eric ChristopherRemove unnecessary cast to void.
2013-02-27 Renato GolinAvoiding flamewars
2013-02-27 Manman RenDebug Info: for static member variables, always put...
2013-02-27 Nadav RotemSilence the unused variable warning.
2013-02-27 Greg ClaytonFixed a case where the result of std::string's c_str...
2013-02-27 David BlaikiePR15360: nullptr as a non-type template argument to...
2013-02-27 David BlaikieAdd test coverage for array to pointer decay in non...
2013-02-27 Nadav RotemThe FastISEL should be fast. But when we record statist...
2013-02-27 David BlaikieCopy missing member in DataLayout copy ctor.
2013-02-27 Jim GrosbachARM: FMA is legal only if VFP4 is available.
2013-02-27 Renato GolinAdd config manager to open projects
2013-02-27 Greg ClaytonAdded eSymbolTypeResolver to a few switch statements...
2013-02-27 Chad RosierRemove this instance of dl as it's defined in a previou...
2013-02-27 Shankar Easwaran[lld][ELF] Order segments
2013-02-27 Matt KopecAdd GNU indirect function support in expressions for...
2013-02-27 Michael J.... [test] Don't start elf-dump until lld-core is done...
2013-02-27 Michael IlsemanReverted: r176136 - Have a way for a target to opt...
2013-02-27 Jim InghamCall Process::Finalize directly in Debugger::Destroy...
2013-02-27 Jordan Rose[analyzer] Fix test for previous commit.
2013-02-27 Jordan Rose[analyzer] Teach FindLastStoreBRVisitor to understand...
2013-02-27 Jordan Rose[analyzer] Turn on C++ constructor inlining by default.
2013-02-27 Sean Silva[docs] Discuss manpage output.
2013-02-27 Chad Rosier[driver] The failure of any phase (e.g., preprocess...
2013-02-27 Aaron BallmanSwitching -1ULL to UINT64_MAX to fix MSVC warnings...
2013-02-27 Sean Silva[docs] Provide pointer for building Sphinx docs.
2013-02-27 Aaron BallmanSuppressing MSVC warnings; patch thanks to Peng Cheng!
2013-02-27 Shankar Easwaranprint TLS segment
2013-02-27 Dmitri GribenkoFix documentation comment in LoopConvert
2013-02-27 Daniel MaleaCleanup TestUniqueTypes.py and add getCompilerVersion...
2013-02-27 Tim NorthoverARM: permit full range of valid ADR immediates.
2013-02-27 Benjamin KramerLoopVectorize: Vectorize math builtin calls.
2013-02-27 Simon Atanasyan[Mips] Add two new aliases for MIPS ABI names 32 (means...
2013-02-27 Timur IskhodzhanovBetter support for constructors with -cxx-abi microsoft...
2013-02-27 Kostya Serebryany[asan] if calloc returns a freshly-mmaped memory, don...
2013-02-27 Edwin VaneCustom lit.site.cfg configuration for cpp11-migrate
2013-02-27 Alexey Samsonov[Sanitizer] don't include missing header on Android
2013-02-27 Alexey Samsonov[UBSan] Use common report decorator to print colorful...
2013-02-27 Manuel KlimekMake the negative test of recordType depend on a specif...
2013-02-27 Daniel JasperFix formatting of multiplications in array subscripts.
2013-02-27 Kostya Serebryanyadd Linux syscall wrappers and ThreadLister to sanitize...
2013-02-27 Alexey Samsonov[Sanitizer] Change driver behavior when linking with...
2013-02-27 Daniel JasperEnable bin-packing in Google style.
2013-02-27 Nick LewyckyForgot that this file needs to be C89 not C99 thanks...
2013-02-27 Kostya Serebryany[asan] guard ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS defin...
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...
next