platform/upstream/llvm.git
2013-02-19 Evgeniy Stepanov[sanitizer] Fix FileOps test on Android.
2013-02-19 Kostya Serebryany[asan] don't run the long double test if long double...
2013-02-19 Evgeniy Stepanov[sanitizer] Slightly lower allocator test memory consum...
2013-02-19 Alexey Samsonov[ASan] Allow ASan default runtime options be overriden...
2013-02-19 Alexey Samsonov[Sanitizer] Allow runtime flags be separated by colon...
2013-02-19 Evgeniy Stepanov[msan] Use slow stack unwinder in UMR reports.
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-19 David ChisnallFix a bug in mutex_try_to_lock. This was previously...
2013-02-19 Alexey Samsonov[Sanitizer] If -fsanitize-blacklist= option is not...
2013-02-19 Evgeniy Stepanov[msan] Fix ReExec on linux.
2013-02-19 Evgeniy Stepanov[sanitizer] Fix Android build.
2013-02-19 Timur IskhodzhanovAdd the missing 'static' keyword to the test
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Daniel JasperFix bug in LineState comparison function.
2013-02-19 Evgeniy Stepanov[sanitizer] Add interceptors for localtime and friends.
2013-02-19 Kostya Serebryany[tsan] use our own GetEnv instead of libc's getenv
2013-02-19 Craig TopperFix capitalization in comment to match function name.
2013-02-19 Jason MolendaFix a case where a kext module was being added to the...
2013-02-19 Jason MolendaChange the order that the DarwinKernel DynamicLoader...
2013-02-19 Jason MolendaExperiment with printing a warning message when lldb...
2013-02-19 Eric ChristopherGrammar.
2013-02-19 Eric ChristopherMore grammar.
2013-02-19 Jason MolendaAlways print the kernel UUID and load address if we...
2013-02-19 Craig TopperMore const correcting of stack coloring.
2013-02-19 Jason MolendaChange the DarwinKernel DyanmicLoader to maintain a...
2013-02-19 Craig TopperConst-correct the stack coloring code.
2013-02-19 Craig TopperAvoid extra DenseMap lookups in StackColoring::calculat...
2013-02-19 Reed KotlerExpand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,
2013-02-19 Craig TopperMake the dump() function const and reduce the number...
2013-02-19 Craig TopperUse a reference into the BlockLiveness DenseMap to...
2013-02-19 Aaron BallmanFixing a typo where FixIts was accidentally self-assign...
2013-02-19 Chandler CarruthRemove some unused private fields from the AArch64MCCod...
2013-02-19 Chandler CarruthSwitch a vector<pair<const T &, const U &>> to a vector...
2013-02-19 John McCallAdd support for -fvisibility-ms-compat.
2013-02-19 John McCallUse the actual class visibility for the ObjC EHTYPE...
2013-02-19 Enrico GranataFixing the lack of a space in an expression that was...
2013-02-19 Bill WendlingTemporarily revert r175471 for more review.
2013-02-19 Bill WendlingTemporarily revert r175470 for more review.
2013-02-19 Enrico GranataNSWindows should only be created after you have an...
2013-02-19 Reed KotlerExpand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
2013-02-18 Jakub StaszakUse array_pod_sort instead of std::sort.
2013-02-18 Bill WendlingAdd a 'no-builtin' attribute if we do not want to simpl...
2013-02-18 Bill WendlingCheck to see if the 'no-builtin' attribute is set befor...
2013-02-18 Bill WendlingAdd some convenience methods for querying function...
2013-02-18 Enrico Granata<rdar://problem/12529957>
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fixup. Sorry for the breakage.
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fix a warning in -Asserts. [...
2013-02-18 Chad RosierRemove a useless assert.
2013-02-18 David BlaikieReplace TypeLoc llvm::cast support to be well-defined.
2013-02-18 Chad RosierComment out the rdar number.
2013-02-18 Chad Rosier[fast-isel] Remove an invalid assert.
2013-02-18 Benjamin KramerFix a 32/64 bit incompatibility in the HiPE prologue...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-18 Chad Rosier[ms-inline asm] Remove a redundant call to the setHasMS...
2013-02-18 Dmitri Gribenkolibclang: don't store nul-terminated strings as StringRefs,
2013-02-18 David BlaikieClean up last use of dyn_cast on TypeLoc in ASTMatchers
2013-02-18 Fariborz JahanianTest for my last patch. // rdar://13178483
2013-02-18 Jakub StaszakUse llvm::cast instead of reinterpret_cast.
2013-02-18 Argyrios KyrtzidisAdd include guards for CommentVisitor.h
2013-02-18 Fariborz JahanianPrevent crash on multiple user errors (which I cannot...
2013-02-18 Douglas GregorAdd front/back/erase to MapVector.
2013-02-18 Douglas GregorCodeGenFunction::CurFuncDecl can be NULL; fix crash...
2013-02-18 Douglas GregorEnsure that the identifier chains have the most recent...
2013-02-18 Vincent LejeuneR600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for...
2013-02-18 Vincent LejeuneR600: Support for TBO
2013-02-18 Daniel JasperImprove indentation of builder type calls.
2013-02-18 Vincent LejeuneR600: Increase number of ArrayBase Reg to 32
2013-02-18 Kostya Serebryany[asan] revert r175266 as it breaks code with packed...
2013-02-18 Daniel JasperImprove formatting of builder-type calls.
2013-02-18 Daniel JasperReformat lines if they were "moved around".
2013-02-18 Daniel JasperCorrectly determine */& usage in more cases.
2013-02-18 Tim NorthoverAArch64: add atomic support parameters to TargetInfo
2013-02-18 Benjamin KramerFutureproof AttrBuild if we ever have more than 64...
2013-02-18 Daniel JasperAlways break after multi-line string literals.
2013-02-18 Tim NorthoverRevert CMake version bump since we don't actually need...
2013-02-18 Tim NorthoverNote minimum required version of CMake
2013-02-18 Tim NorthoverAArch64: adjust tests which rely on a default JIT
2013-02-18 Daniel JasperPrevent line breaks that make stuff hard to read.
2013-02-18 Kostya Serebryany[asan] enable asan_prelink_test when gold is the defaul...
2013-02-18 David BlaikieAdd `unsigned DISubprogram::getFlags() const` for Drago...
2013-02-18 Kostya Serebryany[asan] added flag -d|--demangle to asan_symbolize.py...
2013-02-18 David BlaikieAdd `DIFile DISubprogram::getFile() const` for DragonEgg.
2013-02-18 David BlaikieUpdate test cases to account for DIBuilder type changes.
2013-02-18 David BlaikieDIBuilder: Correct the null/0 type of trailing fields...
2013-02-18 Ted KremenekDisable dead stores checker for template instantations...
2013-02-18 Alexey Samsonov[Sanitizer] Make temporary filename depend on user ID
2013-02-18 David BlaikieDIBuilder: Add function and method definitions to the...
2013-02-18 NAKAMURA Takumi[ms-inline asm] Fix undefined behavior to reset hasMSIn...
2013-02-18 David BlaikieNarrow the return types of a few DIBuilder utility...
2013-02-18 Reed KotlerExpand macro/pseudo instructions BtnezT8SltX16 and...
2013-02-18 Reed KotlerExpand pseudo/macro BteqzT8SltuX16 . There is no test...
2013-02-18 Eric ChristopherFix up grammar a bit.
2013-02-18 Reed KotlerExpand pseudo/macro BteqzT8SltX16.
2013-02-18 Reed KotlerExpand macro/pseudo BteqzT8CmpX16.
2013-02-18 Alex RosenbergSpelling corrections
2013-02-18 Eric ChristopherUnify some "kernel or kext" conditionals.
next