platform/upstream/llvm.git
2014-05-22 Eric ChristopherSort includes.
2014-05-22 David BlaikieDebugInfo: Simplify dead variable collection slightly.
2014-05-22 Andrew TrickFix a bug in SCEV's backedge taken count computation...
2014-05-22 Rui UeyamaSimplify nullptr check.
2014-05-22 Eli BenderskySimilar to bitcast, treat addrspacecast as a foldable...
2014-05-21 Eric ChristopherFix compilation issues.
2014-05-21 Jason MolendaChange ProcessKDP::DoReadMemory() to break up large...
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: correct IMAGE_REL_ARM_MOV32T relocation emission
2014-05-21 Saleem AbdulrasoolMC: introduce ability to restrict recorded relocations
2014-05-21 David BlaikieDebugInfo: Use the SPMap to find the parent CU of inlin...
2014-05-21 Rui UeyamaFix comment.
2014-05-21 Matt ArsenaultR600: Add comment describing problems with LowerConstan...
2014-05-21 Justin BognerVirtualFileSystem: Fix a few directory traversal bugs...
2014-05-21 Matt ArsenaultR600: Partially fix constant initializers for structs...
2014-05-21 Matt ArsenaultR600: Add failing testcases for constant initializers.
2014-05-21 Eric ChristopherRemove getTargetLowering from TargetPassConfig as the...
2014-05-21 Eric ChristopherRemove unused member variable from hexagon pass.
2014-05-21 David BlaikieDebugInfo: Ensure concrete out of line variables from...
2014-05-21 Quentin Colombet[X86] Fix a bug in the lowering of BLENDI introduced...
2014-05-21 Rui Ueyama[PECOFF] Fix unsafe memory access.
2014-05-21 Alp TokerProvide an aka for the C++ operator name macro diagnostic
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
2014-05-21 Eric ChristopherMake a couple of command lines static and remove an...
2014-05-21 David MajnemerSema: Implement DR244
2014-05-21 Todd FialaAdded tests for q{f,s}ThreadInfo for attached processes.
2014-05-21 Rui Ueyama[PECOFF] Check for a Characteristics field of a .debug...
2014-05-21 Alp Tokercindex/test_cursor.py: no need to skip implicit decls...
2014-05-21 Simon Atanasyan[Mips] Simplify handling of R_MIPS_LO16 / R_MIPS_HI16...
2014-05-21 Todd FialaAdded gdb-remote tests for q{f,s}ThreadInfo.
2014-05-21 Manuel KlimekFix clang-query on Windows: flush llvm::outs() after...
2014-05-21 Ed MasteImplement Host::GetThreadName for FreeBSD
2014-05-21 David BlaikieDebugInfo: Simplify subprogram declaration creation...
2014-05-21 Matt ArsenaultUse cast<> instead of unchecked dyn_cast
2014-05-21 Saleem AbdulrasoolMC: loosen an overzealous assertion
2014-05-21 Greg FitzgeraldUse llvm-lit if LLVM source tree is unavailable.
2014-05-21 Marshall ClowFix Bug 19678 - libc++ does not correctly handle the...
2014-05-21 Dave EstesTest comment commit.
2014-05-21 Marshall ClowFix bug 19740; round-tripping a pointer through a strea...
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...
next