platform/upstream/llvm.git
2014-05-21 Benjamin KramerRemove outdated diagnostic.
2014-05-21 Rafael EspindolaUpdate for llvm api change in r209266.
2014-05-21 Serge PavlovImproved recovery of switch statement
2014-05-21 Sergey Matveev[sanitizer] Attempt to fix test.
2014-05-21 Rafael EspindolaMove virtual methods out of line.
2014-05-21 Ed MasteCorrect comment for thread name log option
2014-05-21 Sergey Matveev[sanitizer] Add __sanitizer_maybe_open_cov_file().
2014-05-21 Manuel KlimekMake the parent-map use significantly less memory.
2014-05-21 Daniel Jasperclang-format: Fix corner case working around one-per...
2014-05-21 Kostya Serebryany[asan] add a test which ensures that we dump coverage...
2014-05-21 Daniel Jasperclang-format: Fix incorrect macro call detection.
2014-05-21 Rafael EspindolaUpdate for llvm's r209253.
2014-05-21 Daniel Sanders[mips][mips64r6] Add bc[12](eq|ne)z
2014-05-21 Daniel Jasperclang-format: [JS] Support different function literal...
2014-05-21 Dmitry Vyukovtsan: deflake test
2014-05-21 Renato GolinMake global named registers internal variables
2014-05-21 Daniel Sanders[asm matcher] Fix incorrect assertion when there are...
2014-05-21 Evgeniy Stepanov[msan] Implement MSAN_OPTIONS=print_stats=1.
2014-05-21 Evgeniy Stepanov[tsan] Fix gotsan build.
2014-05-21 Yaron KerenDeclVisitor is not used here.
2014-05-21 Evgeniy Stepanov[msan] Chained origins re-design.
2014-05-21 Kostya Serebryany[lsan] disable lsan if wordsize is not 64
2014-05-21 Evgeniy Stepanov[asan] Fix x86 asm instrumentation to preserve flags.
2014-05-21 Kostya Serebryany[sanitizer] fix linux_dirent for SANITIZER_X32; based...
2014-05-21 Evgeniy Stepanov[asan] Fix x86-32 asm instrumentation to preserve flags.
2014-05-21 Kostya Serebryany[sanitizer] define SANITIZER_X32 and use it in ThreadDe...
2014-05-21 Kostya SerebryanyCast pointers to uptr when calling internal_syscall
2014-05-21 Kostya SerebryanyUse 64-bit pointer to unwind stack for x86-64
2014-05-21 Alp TokerPreprocessor: support defined() with operator names...
2014-05-21 Craig Topper[C++11] Use 'nullptr'. Parser edition.
2014-05-21 Rui Ueyama[PECOFF] Discard .debug sections.
2014-05-21 Saleem AbdulrasoolMC: mark COFF .drectve section as REMOVE
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-05-21 Rui Ueyama[PECOFF] Make COFFObjectReader thread-safe.
2014-05-21 Jim InghamReExported symbols can point to a library that doesn...
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-21 Alp Tokerutils/CmpDriver: add brief documentation to indicate...
2014-05-21 Saleem AbdulrasoolARM: correct bundle generation for MOV32T relocations
2014-05-21 Alp TokerSourceManager: Use setMainFileID() consistently
2014-05-21 Richard Smith[modules] Add initial module map for libc++.
2014-05-21 Argyrios Kyrtzidis[objcmt] Make sure we don't edit the return type to...
2014-05-21 Eric ChristopherThis command line option is only used in one place...
2014-05-21 Eric ChristopherAdd a comment here.
2014-05-21 Eric ChristopherUpdate for paired llvm commit with AsmVerbose.
2014-05-21 Eric ChristopherRemove test. Replacing it with a backend test with...
2014-05-20 Eric ChristopherMove this test to the backend from the frontend.
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Justin Bognerlibclang: Give each VirtualFileOverlay unit test its...
2014-05-20 Greg FitzgeraldXFAIL ptrace test on arm
2014-05-20 Eric ChristopherMake this test emit llvm IR rather than assembly.
2014-05-20 Rui Ueyama[PECOFF] Acquire mutex before accessing shared objects.
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Alexey SamsonovFix test added in r209242: llc shouldn't create files...
2014-05-20 David BlaikieRevert "DebugInfo: Assume all subprogram DIEs have...
2014-05-20 Justin BognerVirtualFileSystem: Fix false positives in YAMLVFSWriter...
2014-05-20 Greg Fitzgerald[ubsan] fix vptr test on ARM
2014-05-20 Greg FitzgeraldRun common and profile tests in cross-compiled builds.
2014-05-20 Alp TokerReduce string duplication
2014-05-20 Alp TokerRAV reunification: merge Lambda body visitation to...
2014-05-20 Alp TokerRAV reunification: merge DISPATCH_STMT() macro back...
2014-05-20 Alp TokerRAV reunification: merge r190728
2014-05-20 Rui Ueyama[PECOFF] Do not use anonymous namespace in a header.
2014-05-20 Adam Nemet[ARM64] PR19792: Fix cycle in DAG after performPostLD1C...
2014-05-20 Justin BognerVirtualFileSystem: Add YAMLVFSWriter to generate VFS...
2014-05-20 David BlaikieUnbreak the sanitizer buildbots after r209226 due to...
2014-05-20 Eric ChristopherUpdate for llvm change to avoid having global flag...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Reid KlecknerUpdate .arcconfig to point to reviews.llvm.org
2014-05-20 Kevin EnderbyRevert r209235 as it broke two tests:
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Todd FialaChange gdb remote test support multi-request format.
2014-05-20 Aaron BallmanCleaning up some range-based for loops so that the...
2014-05-20 Peter CollingbourneRevert r209231, "Update AttributeReference.rst."
2014-05-20 Peter CollingbourneUpdate AttributeReference.rst.
2014-05-20 Quentin Colombet[LSR] Canonicalize reg1 + ... + regN into reg1 + ....
2014-05-20 Duncan P. N... Fix testcase from r209228
2014-05-20 Duncan P. N... GlobalValue: Testcase for hidden visibility and local...
2014-05-20 Duncan P. N... GlobalValue: Automatically reset visibility when settin...
2014-05-20 David BlaikieFix test breakage introduced in r209223.
2014-05-20 Alexey SamsonovRewrite calculateDbgValueHistory to make it (hopefully...
2014-05-20 Yaron KerenFixed spelling.
2014-05-20 David BlaikiePR19767: DebugInfo emission of pointer constants.
2014-05-20 Renato GolinAvoids DCE on write_register
2014-05-20 Jordan RoseAdd a check for tautological bitwise comparisons to...
2014-05-20 Peter CollingbourneMake the wording for the flatten docs a little clearer.
2014-05-20 Adam Nemet[PowerPC] PR19796: Also match ISD::TargetConstant in...
2014-05-20 Eric ChristopherFix testcase for case.
2014-05-20 Peter CollingbourneImplement the flatten attribute.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Joerg SonnenbergerGo via uintptr_t when casting away constness, otherwise...
2014-05-20 Alp TokerFix typos
2014-05-20 NAKAMURA Takumiclang/test/SemaCXX/err_init_conversion_failed.cpp:...
2014-05-20 Daniel SandersTemporarily revert: r209129 - [mips][mips64r6] Sorted...
2014-05-20 Timur Iskhodzhanov[ASan Win] Simplify and improve the way we forward...
2014-05-20 Aaron BallmanNone of these attributes require FunctionTemplate to...
2014-05-20 Bradley Smith[ARM64] Port basic-a64-diagnostics.s over to ARM64
2014-05-20 Tim NorthoverTableGen: permit non-leaf ComplexPattern uses
2014-05-20 Daniel Jasperclang-format: [JS] Understand top-level function litera...
2014-05-20 Simon AtanasyanAdd parentheses to suppress the gcc warning '-Wparenthe...
next