platform/upstream/llvm.git
2013-01-18 Jordan RoseFix mismatched #endif.
2013-01-18 Douglas GregorOnce we've collected the template arguments for a
2013-01-18 DeLesley HutchinsThread-safety analysis: ignore edges from throw express...
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-18 Richard SmithInclude ubsan runtime even when building a shared libra...
2013-01-18 Akira Hatanaka[mips] Enable inlining of atomic ops on mips32 and...
2013-01-18 Bill WendlingIf the attributes don't exist, just bail for now.
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingRemove unused parameter. Also use the AttributeSet...
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-18 Michael J.... [Core] Fix passing an rvalue reference of ErrorOr.
2013-01-18 Bill WendlingUse the AttributeSet query method instead of the Attrib...
2013-01-18 Sean CallananMade the expression handle variables with
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Tom StellardR600: Proper insert S_WAITCNT instructions
2013-01-18 Tom StellardR600: Optimize and cleanup KILL on SI
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-18 Argyrios Kyrtzidis[PCH/Modules] Re-apply r172620 and r172629, now with...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Daniel Dunbar[Linker] Zap a dead typedef.
2013-01-18 Matt KopecUse insert instead of emplace until support/distributio...
2013-01-18 Benjamin KramerSilence GCC warning about dropping off a non-void function.
2013-01-18 Daniel Dunbar[Linker] Kill Linker::LoadObject which is dead, and...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-18 Dmitri GribenkoDocumentation: remove all mentions of DejaGNU and Tcl
2013-01-18 Eli BenderskyStreamline the mentions of grep and FileCheck in Testin...
2013-01-18 Nico WeberFix parsing of class specifiers before '\n' 'operator'.
2013-01-18 Jordan Rose[analyzer] Special path notes for C++ special member...
2013-01-18 Jordan Rose[analyzer] Do a better job describing C++ member functi...
2013-01-18 Manuel KlimekFix comment.
2013-01-18 Alexey SamsonovFix a typo from r172289
2013-01-18 Alexey SamsonovCMake: Generalize build rules for different arches...
2013-01-18 Alexander Potapenko[ASan] Fix the log_path option to use different log...
2013-01-18 Evgeniy Stepanov[sanitizer] Workaround broken mktemp on certain platforms.
2013-01-18 Alexey SamsonovCMake: create AddCompilerRT module and implement conven...
2013-01-18 Evgeniy Stepanov[sanitizer] Enable cpplint for .inc files.
2013-01-18 Benjamin KramerThe IR linker still depends on the bitcode reader.
2013-01-18 NAKAMURA Takumillvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd...
2013-01-18 Manuel KlimekFixes issues around pulling in the next line in simple...
2013-01-18 NAKAMURA TakumiIntroduce llvm::sys::PrintStackTraceOnErrorSignal()
2013-01-18 NAKAMURA Takumiclang/test/CodeGen: Suppress a couple of tests on win32...
2013-01-18 Manuel KlimekFixes problems with line merging in the face of preproc...
2013-01-18 NAKAMURA Takumiclang-check: Introduce llvm::sys::PrintStackTraceOnErro...
2013-01-18 Evgeniy Stepanov[sanitizer] lint
2013-01-18 Alexey SamsonovCMake: start to generalize rules for non-x86 architectures
2013-01-18 Kostya Serebryany[asan] kill some dead code
2013-01-18 Evgeniy Stepanov[sanitizer] Rename 2 files *.h->*.inc as appropriate.
2013-01-18 Alexey Samsonov80 columns
2013-01-18 Alexey SamsonovCMake variables renaming: X86_64->x86_64 I386->i386
2013-01-18 Evgeniy Stepanov[sanitizer] Remove an unused variable.
2013-01-18 Alexander Potapenko[ASan] Fix compilation on Mac.
2013-01-18 Evgeniy Stepanov[sanitizer] Fix Mac build.
2013-01-18 Will Dietz[ubsan] Add support for -fsanitize-blacklist
2013-01-18 Kostya Serebryany[asan] fix two off-by-one errors that seem to affect...
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-18 Evgeniy Stepanov[sanitizer] Common *scanf interceptors.
2013-01-18 Daniel JasperReduce penalty for splitting between ")" and ".".
2013-01-18 Alexander PotapenkoRemove references to pthread_workqueue_additem_np(...
2013-01-18 Manuel KlimekAdd basic command line parsing to TestMain.
2013-01-18 Alexey Samsonov[ASan] fixes for Android build
2013-01-18 Daniel JasperAlso align trailing line comments in include directives.
2013-01-18 Daniel JasperLet the formatter align trailing line comments where...
2013-01-18 Craig TopperCalculate vector element size more directly for VINSERT...
2013-01-18 Craig TopperMinor formatting fix. No functional change.
2013-01-18 Dmitri GribenkoRemove support for Tcl test format since nobody uses it
2013-01-18 Craig TopperSpelling fix: extened->extended. Trailing whitespace...
2013-01-18 Craig TopperMake more use of is128BitVector/is256BitVector in place...
2013-01-18 Kostya Serebryany[sanitizer] reapply r172719, r172721-172723, r172725...
2013-01-18 Nico WeberFormatter: After case blocks, "break" goes on the same...
2013-01-18 Craig TopperCheck for less than 0 in shuffle mask instead of -1...
2013-01-18 Nico WeberFormatter: Enable @encode test.
2013-01-18 Craig TopperRemove trailing whitespace. Remove new lines between...
2013-01-18 Douglas GregorRevert Clang r172620 and r172629, which caused a hang...
2013-01-18 Michael GottesmanFixed 80+ violation.
2013-01-18 Nico WeberFormatter: The contents of @selector() should be format...
2013-01-18 Douglas GregorWhen checking the parameter types of an Objective-C...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-18 Daniel Dunbar[MC] Expose ParseEscapedString to target AsmParser...
2013-01-18 Daniel Dunbar[MC] Fix 80-col violas.
2013-01-18 Jason Molenda<rdar://problem/12243932>
2013-01-18 Chad Rosier[ms-inline asm] Test case for r172773.
2013-01-18 Chad Rosier[ms-inline asm] Make the error message more generic...
2013-01-18 Tobias Grosserwww: Add kernelgen publications
2013-01-18 Tobias GrosserAdd missing __isl_give
2013-01-17 Douglas GregorOne can override an Objective-C ARC ownership qualifier...
2013-01-17 Richard SmithSome builtins do not evaluate their arguments. Teach...
2013-01-17 Douglas GregorIn Objective-C ARC, completely ignore ownership qualifi...
2013-01-17 Anna Zaks[analyzer] DirectIvarAssignment: allow suppression...
2013-01-17 Richard SmithDefer checking for unsequenced operations on the RHS...
2013-01-17 Enrico GranataThe wchar_t and char1632_t test cases were erroneously...
2013-01-17 Jakob Stoklund... Revert r172719, r172721-172723, and r172725.
2013-01-17 Jordan RoseFormat strings: don't ever convert %+d to %lu.
2013-01-17 Richard SmithParsing support for C11's _Noreturn keyword. No semanti...
2013-01-17 Richard Smith-Wunsequenced: if the LHS of an &&, || or ?: is not...
2013-01-17 Daniel Dunbar[Linker] Drop some now-dead component dependencies.
2013-01-17 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-17 Enrico Granata<rdar://problem/12786725>
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-17 Enrico GranataConverting lambdas to plain old static function pointers
next