platform/upstream/llvm.git
2015-07-26 David MajnemerTry to make the buildbots happy
2015-07-26 David Majnemer[Sema] The alignment of an object has an upper bound...
2015-07-26 Rui UeyamaELF2: Avoid calling std::sort to make output deterministic.
2015-07-26 Rui UeyamaELF2: Remove dead code.
2015-07-25 Chaoren LinXFAIL TestExprOptions on Linux.
2015-07-25 Rui UeyamaCOFF: Use short identifiers. NFC.
2015-07-25 Rui UeyamaCOFF: Fix image base address for 32-bit.
2015-07-25 Benjamin Kramer[libclang] Use lambdas instead of explicit structs...
2015-07-25 Simon Pilgrim[InstCombine][SSE4A] Standardized references to Length...
2015-07-25 David Majnemer[AST] Rename RecordLayoutBuilder to ItaniumRecordLayout...
2015-07-25 Yaron KerenEnable clang tests requiring "clang-driver" on mingw.
2015-07-25 Simon Pilgrim[InstCombine] Split off SSE4a tests.
2015-07-25 Benjamin Kramer[VTableBuilder] Use range-based for loops. No functiona...
2015-07-25 Benjamin Kramer[VTableBuilder] Turn functors into lambdas
2015-07-25 Benjamin KramerAdd missing namespace specifiers.
2015-07-25 Benjamin KramerUpgrade for Clang API change.
2015-07-25 Benjamin KramerCapture 'this' so GCC 4.7 can find a static members.
2015-07-25 Benjamin Kramer[AST] Turn the callbacks of lookupInBases and forallBas...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero load exten...
2015-07-25 Tobias GrosserFix formatting of recent alias-analysis commit
2015-07-25 Tobias GrosserPrevectorize the schedule of the band (or the point...
2015-07-25 Benjamin Kramer[Modules] Wrap the main ModuleManager visitor in a...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero extension...
2015-07-25 Simon Atanasyan[Mips] Define _DYNAMIC_LINKING symbol if output is...
2015-07-25 Simon Atanasyan[Mips] Remove redundant separate functions to calculate...
2015-07-25 Simon Atanasyan[Mips] Remove duplicated code by joining the same functions
2015-07-25 Simon Atanasyan[Mips] Do not sign-extend addends read from RELA reloca...
2015-07-25 David Majnemer[clang-cl] Add fallback support for /Zl
2015-07-25 David Majnemer[CodeGen] Don't UBSan-ize the argument to __builtin_fra...
2015-07-25 Rui UeyamaCOFF: ARM: Support import functions.
2015-07-25 Rui UeyamaCOFF: ARM: Implement BLX23T relocation.
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-25 Rui UeyamaCOFF: ARM: Implement BRANCH24T relocation.
2015-07-25 Rui UeyamaCOFF: ARM: Implement MOV32T relocation.
2015-07-25 Jason MolendaAdd some initial logging for when lldb is searching...
2015-07-25 Rui UeyamaCOFF: ARM: Set correct entry point address.
2015-07-25 Juergen Ributzka[AArch64][FastISel] Always use an AND instruction when...
2015-07-25 Rui UeyamaCOFF: Handle base relocation as a tuple of relocation...
2015-07-25 Davide Italiano[SemaTemplate] Detect instantiation of unparsed exceptions.
2015-07-25 Rui UeyamaCOFF: Split ImportThunkChunk into x86 and x64. NFC.
2015-07-25 Rui UeyamaCOFF: Do not align import thunks on 16-byte boundaries...
2015-07-25 Jim InghamShorten the lldb timeout, we were seeing occasional...
2015-07-25 Eric ChristopherFix PPCMaterializeInt to check the size of the integer...
2015-07-25 Eric ChristopherPPCMaterializeInt should only take a ConstantInt so...
2015-07-25 Nick KledzikAdd initial CODE_OWNERS.TXT file
2015-07-25 Akira HatanakaFix test case.
2015-07-25 Rui UeyamaCOFF: Don't assume !is64() means i386.
2015-07-25 Dawn PerchikSpecify a language to use when parsing expressions.
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-25 Akira Hatanaka[AArch64] Pass subtarget feature "+reserve-x18" instead...
2015-07-25 Michael J.... [ELF2] Remove broken test.
2015-07-24 Duncan P. N... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Rui UeyamaCOFF: Implement Safe SEH support for x86.
2015-07-24 Jim InghamMake sure we resolve ~ in paths coming from the plist...
2015-07-24 Greg ClaytonUse double-checked locking to avoid locking the Module...
2015-07-24 Michael KruseNormalize whitespace in makefiles
2015-07-24 Rui UeyamaCOFF: Fix base relocation type for x86.
2015-07-24 Rui UeyamaCOFF: Fix __ImageBase symbol relocation.
2015-07-24 Jason MolendaLog socket communications to LIBLLDB_LOG_COMMUNICATION...
2015-07-24 Zachary TurnerSome fixes to get LLDB compiling with MSVC 2015.
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-07-24 Alexey Samsonov[CMake] Workaround for PR24222: don't fail if we can...
2015-07-24 Aaron BallmanReplacing some diagnostic string literals with tablegen...
2015-07-24 Michael KruseAdd isl_ffs.c to file list in autoconf builds
2015-07-24 Pete CooperRemove unnecessary null check. NFC.
2015-07-24 Siva ChandraAdd option eTypeOptionHideEmptyAggregates.
2015-07-24 Hans WennborgLibompMicroTests.cmake: Invoke 'test' instead of using...
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N... DI: Fix unit tests after r243160
2015-07-24 Michael J.... [ELF2] Add a new ELF linker based on the new PE/COFF...
2015-07-24 Duncan P. N... DI: Remove unnecessary DICompositeTypeBase
2015-07-24 Duncan P. N... DI: Simplify DebugInfoFinder::processType(), NFC
2015-07-24 Duncan P. N... DI: Remove dead code: getDICompositeType()
2015-07-24 Duncan P. N... AsmPrinter: Use DICompositeType in updateAcceleratorTab...
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-24 Duncan P. N... DI: Make getOrCreateLimitedType() return DICompositeTyp...
2015-07-24 Michael KruseMake the lit configuration Python 3 compatible
2015-07-24 Yaron KerenSelect the highest version of the mingw toolchain found...
2015-07-24 Duncan P. N... DI: Remove DIDerivedTypeBase
2015-07-24 Ismail Pazarbasi__tsan::ThreadCreate takes incorrect value for detached...
2015-07-24 Duncan P. N... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-24 Duncan P. N... DI: Clarify isUnsignedDIType(), NFC
2015-07-24 Renato Golin[libunwind] Flip order of extern "C" and attribute...
2015-07-24 Pete CooperAdd const to some Type* parameters which didn't need...
2015-07-24 Diego NovilloRemove unused variable. NFC.
2015-07-24 Yaron KerenBase the sys-root/mingw/include path on sysroot and...
2015-07-24 Duncan P. N... DI: Strengthen some dyn_casts to DIDerivedType, NFC
2015-07-24 Michael KruseCompile fix; add missing ISL files
2015-07-24 Jingyue WuRemove the user-count threshold when analyzing read...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Adjust naming scheme to be...
2015-07-24 Evgeniy Stepanov[asan] Only link liblog on Android when it exists.
2015-07-24 Duncan P. N... DI: Strengthen block-byref cast to DIDerivedType, NFC
2015-07-24 Evgeniy Stepanov[asan] Fix android system property access on aarch64.
2015-07-24 Pete CooperUse foreach loops for StructType::elements(). NFC.
2015-07-24 Pete CooperAdd const to a bunch of Type* in DataLayout. NFC.
2015-07-24 Duncan P. N... DI: Only DICompositeType has getElements(), NFC
2015-07-24 Chih-Hung HsiehCorrect x86_64 Android fp128 mangled name
2015-07-24 Tom StellardFix double implementation of log
next