platform/upstream/llvm.git
2015-01-22 Timur Iskhodzhanov[ASan/Win] Move the shadow to 0x30000000
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-22 Timur Iskhodzhanov[ASan] Print out the shadow memory range on shadow...
2015-01-22 Elena DemikhovskyFixed a comment
2015-01-22 Elena DemikhovskyFixed a bug in narrowing store operation.
2015-01-22 Sanjoy Das[NFC] Introduce a 'struct Range' for IRCE
2015-01-22 Evgeniy Stepanov[msan] Relax CHECK conditions in 2 tests.
2015-01-22 Craig TopperRevert r226798. Guess I missed the patterns.
2015-01-22 Viktor Kutuzov[Msan] Fix the readv and preadv unit tests to pass...
2015-01-22 Viktor Kutuzov[Msan] Fix the strerror_r unit test to build on FreeBSD
2015-01-22 Viktor Kutuzov[Msan] Fix the DynRet unit test to build on FreeBSD
2015-01-22 Craig TopperUse u8imm instead of i32i8imm on a couple instructions...
2015-01-22 Craig Topper[X86] Remove some unused multiclasses from AVX512 instr...
2015-01-22 Viktor Kutuzov[Sanitizers] Fix inet_aton() and inet_pton() intercepto...
2015-01-22 Alexander MusmanSupport ‘omp for’ with static chunked schedule kind.
2015-01-22 Viktor Kutuzov[Sanitizers] Intercept preadv() on FreeBSD
2015-01-22 Sanjoy DasFix crashes in IRCE caused by mismatched types
2015-01-22 Erik EcksteinSLPVectorizer: add a second limit for the number of...
2015-01-22 Elena DemikhovskyFixed a bug in masked load/store in reversed loop.
2015-01-22 Mohit K. Bhakkad[MSan][Clang][MIPS] Enabled memory and dataflow options...
2015-01-22 Jason MolendaUpdate ExpressionSourceCode::GetText() to match the
2015-01-22 Alexey Bataev[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
2015-01-22 Alexey BataevRevert commit revision 226786
2015-01-22 Alexey Bataev[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
2015-01-22 Alexey BataevRevert commit r226784.
2015-01-22 Alexey Bataev[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
2015-01-22 Chandler Carruth[PM] Rename InstCombine.h to InstCombineInternal.h...
2015-01-22 Greg FitzgeraldAdd ARM backend to the autotools build
2015-01-22 Chandler Carruth[canonicalize] Teach InstCombine to canonicalize loads...
2015-01-22 Francisco Lopes... Makes a simple member function static.
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-22 Richard Smith[modules] If we add an implicit special member to a...
2015-01-22 Chandler Carruth[canonicalize] Move a helper function further up the...
2015-01-22 Richard SmithFix test file names so they're picked up by lit.
2015-01-22 Duncan P. N... DIBuilder: Make header iterator constructor explicit...
2015-01-22 Duncan P. N... DIBuilder: Extract header_begin() and header_end()...
2015-01-22 Duncan P. N... DIBuilder: Stop abusing DIExpressionIterator::operator...
2015-01-22 Duncan P. N... DIBuilder: Extract DIHeaderFieldIterator::getNumber...
2015-01-22 Enrico GranataAdd an API to ValueObject that iterates over the entire...
2015-01-22 Duncan P. N... DIBuilder: Create a getHeaderIterator() helper, NFC
2015-01-22 Chris BienemanMaking deleted copy constructors and operators to be...
2015-01-22 Reid KlecknerSEH: Finish writing the catch-all test case
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...
next