platform/upstream/llvm.git
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-22 Reid KlecknerSEH: Emit the constant filter 1 as a catch-all
2015-01-22 Richard Smith[modules] If we load two declarations with typedef...
2015-01-22 Justin BognerInstrProf: Avoid creating profile names for symbols...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-22 Richard Smith[modules] It's possible to merge into the pattern of...
2015-01-22 Reid KlecknerInitial support for Win64 SEH IR emission
2015-01-22 Rafael EspindolaRevert "Try to fix -Asserts build bots."
2015-01-22 Rafael EspindolaTry to fix -Asserts build bots.
2015-01-22 Reid KlecknerGive the block inlining test a triple to determinise...
2015-01-22 Richard SmithRemove an out-of-date and incorrect comment.
2015-01-22 Sanjoy DasMake ScalarEvolution less aggressive with respect to...
2015-01-22 Hans WennborgFix compiler_builtins.m test to not rely on including...
2015-01-22 Jason MolendaFile::Read(), when asked to read the contents of a...
2015-01-22 Jason MolendaAdd Utility/UriParser.cpp to the lldb-core target so...
2015-01-22 Rafael EspindolaEmit DeferredDeclsToEmit in a DFS order.
2015-01-22 Paul RobinsonExplicitly describe '///' versus '//' comment delimiters.
2015-01-22 Jonathan RoelofsFix lit config typo
2015-01-22 Adrian PrantlMake DwarfExpression use the new DIExpressionIterator...
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
2015-01-21 Chandler Carruth[canonicalization] Refactor how we create new stores...
2015-01-21 Simon Pilgrim[X86][SSE] Missing SSE/AVX1 memory folding integer...
2015-01-21 Kate StoneExpression evaluation for functions with unknown signat...
2015-01-21 Rafael EspindolaUse CHECK-LABEL when possible. NFC.
2015-01-21 Zachary TurnerImplement ProcessWindows::GetMemoryRegionInfo.
2015-01-21 Chris BienemanAdopt new cl::HideUnrelatedOptions API added r226729.
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Tobias GrosserDrop an unused parameter
2015-01-21 David BlaikieDebugInfo: Remove forced column-info workaround for...
2015-01-21 Jonathan RoelofsMerge libc++abi's lit configuration with libc++'s
2015-01-21 David BlaikieDebugInfo: Use distinct inlinedAt MDLocations to avoid...
2015-01-21 David BlaikieDebugInfo: Remove distinct-call-inlining test case...
2015-01-21 Matt ArsenaultR600: Add checks for urem/srem by a constant
2015-01-21 Matthias BraunLiveIntervalAnalysis: Mark subregister defs as undef...
2015-01-21 Greg FitzgeraldFix five of the shared library build targets
2015-01-21 Enrico GranataSpeed these tests up quite significantly by using the...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2015-01-21 Matt ArsenaultR600: Add missing tests for i64 srem
2015-01-21 Vince HarronThis patch gets remote-linux platform able to run processes
2015-01-21 Jonathan RoelofsFix load-store optimizer on thumbv4t
2015-01-21 George Burgess IVAdded test to cover the CFLAA bitset indexing bug.
2015-01-21 Rafael EspindolaUse a CHECK-LABEL. NFC
2015-01-21 David MajnemerInstCombine: Don't strip bitcasts off of callsites...
2015-01-21 Reid KlecknerAdd the "thunk" attribute to MS ABI virtual member...
2015-01-21 Rui UeyamaFix runtime error on Windows.
2015-01-21 Simon Pilgrim[X86][SSE] movddup shuffle mask decodes
2015-01-21 Greg ClaytonAbstract the details from regex.h a bit more by not...
2015-01-21 Francisco Lopes... Add back a FIXME note to lit.cfg.
2015-01-21 Greg Fitzgeraldadd_lld_library -> add_llvm_library
2015-01-21 Adrian Prantlsimplify expression
2015-01-21 Daniel Jasperclang-format: Fix crasher when splitting incomplete...
2015-01-21 Saleem AbdulrasoolFix isTriviallyCopyableType for arrays
2015-01-21 Kate StoneFixed a makefile rule used by several tests
2015-01-21 Adrian PrantlFix a compile issue on MSVC and call finalize().
2015-01-21 Rui UeyamaFix slow test.
2015-01-21 Jonathan RoelofsRename all of the tests in preparation for merging...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: document removePhysRegDefAt(...
2015-01-21 Rui UeyamaSimplify.
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Remove unused pruneValue() variant.
2015-01-21 Daniel Jasperclang-format: Fix crasher caused by incorrect resetting...
2015-01-21 Adrian PrantlLet subprograms with instructions without parent scopes...
2015-01-21 Zachary TurnerRevert "Some fixes for linking Python on Windows."
2015-01-21 Matt ArsenaultR600/SI: Custom lower fround
2015-01-21 Colin LeMahieu[Hexagon] Converting multiply and accumulate with immed...
2015-01-21 Daniel Jasperclang-format: Fix bad memory access.
2015-01-21 Zachary TurnerSome fixes for linking Python on Windows.
2015-01-21 Daniel Jasperclang-format: Fix use-heap-after-free bug.
2015-01-21 Rafael EspindolaUsed CHECK-DAG since the order is not important.
2015-01-21 Ahmed Bougacha[X86] Declare SSE4.1/AVX2 vector extloads covered by...
2015-01-21 Rafael EspindolaUsed CHECK-DAG since the order is not important.
2015-01-21 Evgeniy Stepanov[msan] Fix origins in realloc.
2015-01-21 Evgeniy Stepanov[msan] Refactor shadow operations.
2015-01-21 Eric Fiselier[lit] Format JSONMetricValue strings better.
2015-01-21 George Burgess IVFixed a bug with how we determine bitset indices.
2015-01-21 Francisco Lopes... Initial support for C++ parameter completion
2015-01-21 Yaron KerenAdd missing include guards to WindowsSupport.h.
2015-01-21 Rafael EspindolaDon't assume variable name.
2015-01-21 Rafael EspindolaMake the test a bit stricter. NFC.
2015-01-21 Rafael EspindolaMake the test a bit stricter. NFC.
2015-01-21 Tim NorthoverRevert "DAGCombine: fold (or (and X, M), (and X, N...
2015-01-21 Tim NorthoverAArch64: add backend option to reserve x18 (platform...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Rafael Espindolaclang-format function. NFC.
2015-01-21 Michael Kuperstein[x32] Fast ISel should use LEA64_32r instead of LEA32r...
2015-01-21 Alexander PotapenkoUse a smaller pragma unroll threshold to reduce test...
2015-01-21 Dmitry Vyukovtsan: remove sleeps from tests
2015-01-21 Evgeniy Stepanov[msan] Update origin for the entire destination range...
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-21 Jozef Kolek[mips][microMIPS] Implement ADDIUPC instruction
2015-01-21 Chandler Carruth[PM] Refactor the InstCombiner interface to use an...
2015-01-21 Chandler Carruth[PM] Simplify (ha! ha!) the way that instcombine calls the
2015-01-21 David MajnemerAST: Don't ignore alignas on EnumDecls when calculating...
2015-01-21 Vladimir Medic[Mips][Disassembler]When disassembler meets load/store...
2015-01-21 Alexander Potapenko[ASan] Fix the test expectations for dyld_insert_librar...
2015-01-21 Viktor Kutuzov[Msan] Fix the accept unit test to pass on FreeBSD
2015-01-21 Viktor Kutuzov[Sanitizers] Intercept confstr() on FreeBSD
2015-01-21 Viktor Kutuzov[Sanitizers] Intercept opendir()
next