platform/upstream/llvm.git
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
2013-01-17 Peter CollingbourneDo not pass -pie flag to linker if -shared specified...
2013-01-17 Eric ChristopherHarden this test a bit to work on the mac with ancient...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using the...
2013-01-17 Daniel Dunbar[Linker] Drop support for IR-level extended linking...
2013-01-17 Peter CollingbourneHave ReExec read environment from /proc/self/environ
2013-01-17 Bill SchmidtRestore reverted test case, this time with REQUIRES...
2013-01-17 Bill SchmidtRemove bad test case
2013-01-17 Bill SchmidtThis patch fixes PR13626 by providing i128 support...
2013-01-17 Chad Rosier[ms-inline asm] Updates and test case for r172743.
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-17 Chad Rosier[ms-inline asm] Extend the Sema interface to get the...
2013-01-17 Daniel Dunbar[docs] Get rid of some UTF8 characters (non-breaking...
2013-01-17 Daniel Dunbar[utils] Update find-rev utility to take a branch argume...
2013-01-17 Jordan RoseFormat strings: correct signedness if already correctin...
2013-01-17 Jordan RoseConvert test/FixIt/format-darwin.m to use relative...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2013-01-17 Michael GottesmanAdded missing const from my last commit.
2013-01-17 Michael Gottesman[ObjCARC] Implemented operator<< for InstructionClass...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using popcnt...
2013-01-17 Bill SchmidtThis patch fixes the PPC calling convention to handle...
2013-01-17 Joey GoulyAdd some semantic checks for OpenCL. Variadic macros...
2013-01-17 Nico WeberFormatter: Get bit tests in ifs right.
2013-01-17 Will Dietz[ubsan] Add SANITIZER_INTERFACE_ATTRIBUTE to __ubsan_vp...
2013-01-17 Dmitri GribenkoDocumentation: formatting
2013-01-17 Sylvestre LedruUnder GNU/Linux & HURD, add a soname to the liblldb...
2013-01-17 Alexey Samsonov[ASan] minor changes to swapcontext handling: don't...
2013-01-17 Alexey SamsonovASan: Allow __asan_get_allocated_size(malloc(0)) to...
2013-01-17 Kostya Serebryany[asan] attempting to fix the Mac build
2013-01-17 Daniel Maleafix 'const const' typo introduced in r172647
2013-01-17 Kostya Serebryany[asan] restructure read/pread/pread64 tests
2013-01-17 Kostya Serebryany[sanitizer] move write/pwrite/pwrite64 interceptors...
2013-01-17 Kostya Serebryany[msan] start using common interceptors in msan
2013-01-17 Evgeniy Stepanov[msan] More interceptors.
2013-01-17 Kostya Serebryany[tsan] move prctl interceptor from asan to common_inter...
2013-01-17 Daniel JasperAllow breaking after the trailing const after a functio...
2013-01-17 Alexey Samsonov[ASan] fix __asan_get_ownership(p) and __asan_get_alloc...
2013-01-17 Chandler CarruthAdd initial rough support for synthesizing linker optio...
2013-01-17 Kostya Serebryany[tsan] add write_range/read_range hooks to common inter...
2013-01-17 Kostya Serebryany[sanitizer] a bit more unification for interceptors...
2013-01-17 Dmitry Vyukovtsan: fix a bug
2013-01-17 Daniel JasperImprove handling of comments in static initializers.
2013-01-17 Dmitry Vyukovtsan: fix a bug
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-17 David BlaikieImprove -Wreorder to handle cases of anonymous class...
2013-01-17 NAKAMURA Takumiclang/test/Index/code-completion-skip-bodies.cpp: Check...
2013-01-17 Craig TopperCombine AVX and SSE forms of MOVSS and MOVSD into the...
2013-01-17 Nico WeberRevert most of r172140.
2013-01-17 Jason MolendaAdd one more bit of logging for armv7 watchpoint debugging.
2013-01-17 David BlaikieArrayRef-ize some ctor initializer related APIs
2013-01-17 David BlaikieRemove some unnecessary casts
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
2013-01-17 David BlaikieAdd test for PR12938, fixed by Richard Smith in r172691
2013-01-17 Matt Beaumont-GaySuppress all -Wunused-value warnings from macro body...
2013-01-17 Douglas GregorAdd a comment for Daniel
2013-01-17 Richard SmithTest that we correctly handle reversion of line splicin...
2013-01-17 Richard SmithAttempt to work around bug in older GCCs to fix buildbot.
2013-01-17 Daniel Dunbar[IRgen] Update modules autolink metadata to use module...
next