platform/upstream/llvm.git
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...
2013-01-17 Richard SmithImplement C++11 semantics for [[noreturn]] attribute...
2013-01-17 Richard SmithAdd -Wunsequenced (with compatibility alias -Wsequence...
2013-01-17 NAKAMURA Takumiclang/test/Modules/compiler_builtins.m: Mark this as...
2013-01-17 Jakob Stoklund... Move MachineTraceMetrics.h into include/llvm/CodeGen.
2013-01-17 Jakob Stoklund... Provide a place for targets to insert ILP optimization...
2013-01-17 Douglas GregorTreat hidden Objective-C protocol definitions as if...
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-17 Dmitri GribenkoImplement a fixit for -Wmain-return-type
2013-01-17 Fariborz JahanianobjC block layout: Patch reorders block layout to
2013-01-17 Matt Beaumont-GayFix a typo introduced in r172665.
2013-01-17 Daniel Dunbar[IR] Reserve/define the purpose for the "Linker Options...
2013-01-17 Lang HamesUpdate the description of the llvm.fmuladd.* intrinsics...
2013-01-16 Argyrios Kyrtzidis[objcmt] Rewrite a NSDictionary dictionaryWithObjects...
2013-01-16 Rafael EspindolaDelay linkage checks when validating the weakref attribute.
2013-01-16 Dmitri GribenkoDocumentation: fix a typo 'IEE754'
2013-01-16 Aaron BallmanFixes crash when illegal function definitions are delet...
2013-01-16 Michael J.... [ELF] Use operator new(std::size_t, BumpPtrAllocator).
2013-01-16 Michael J.... [ELF] clang-format ReaderELF.cpp
2013-01-16 Rafael EspindolaSimplify code. No functionality change.
2013-01-16 David BlaikieRemove unnecessary initialization i Added in r172668.
2013-01-16 Enrico GranataAdding a custom summary for libc++ std::vector<bool>
2013-01-16 Aaron BallmanWrapping __popcnt64 for MSVC so that it's only used...
2013-01-16 David BlaikieReadd an open paren that was lost while reformatting...
2013-01-16 David BlaikieFix -Wreorder warning.
2013-01-16 Rafael EspindolaCheck for internal weak decls after merging.
2013-01-16 David BlaikiePR14964: intrinsic headers using non-reserved identifiers
2013-01-16 Douglas GregorRework the traversal of Objective-C categories and...
2013-01-16 Peter CollingbourneUse getProcessTriple in clang-interpreter.
2013-01-16 Enrico GranataChanging the Python reference document to be more expli...
2013-01-16 Greg ClaytonRemoved unused variable.
2013-01-16 Dmitri GribenkoFix a -Wdocumentation warning (empty paragraph passed...
2013-01-16 Richard SmithAdd raw string literal versus C preprocessor test,...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-16 Edwin VaneWrite transform results to disk only once
2013-01-16 Michael GottesmanAdded test for r172599 which fixes bugzilla://14584...
2013-01-16 Michael J.... [Support] Include the intrisics header and check for...
2013-01-16 Tim NorthoverFix recent test for more diverse environments.
2013-01-16 Eric ChristopherMake this test X86 only.
2013-01-16 Eric ChristopherMove this to X86.
2013-01-16 Tim NorthoverCorrect order of operands forwarding NEON vfma to LLVM fma
2013-01-16 Eric ChristopherMove initialization of ParsingIfOrElifDirective down...
2013-01-16 Eric ChristopherAdd testcase missed yesterday. Patch from Paul Robinson.
2013-01-16 Greg ClaytonRemove std::string input arguments and replace with...
2013-01-16 Eric ChristopherAdd testcase missed yesterday from Paul Robinson.
2013-01-16 Michael J.... [Support] Add MSVC intrinsic for CountPopulation.
2013-01-16 Michael J.... [Support] Update MSVC compiler support in Compiler.h.
next