platform/upstream/llvm.git
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
2015-07-24 Tom StellardImplement accurate log2 function
2015-07-24 Tom StellardUse llvm intrinsics for native_log and native_log2
2015-07-24 Duncan P. N... DI: Make StaticDataMemberCache type-safe, NFC
2015-07-24 Alex LorenzMIR Parser: Run the machine verifier after initializing...
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-24 Chih-Hung HsiehTest commit.
2015-07-24 Alex LorenzMIR Tests: Add liveins and successors to make tests...
2015-07-24 Alex LorenzMIR Tests: Make the basic block successor test an X86...
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-24 Chandler CarruthUpdate for r243115 which changed the DataLayout API...
2015-07-24 Argyrios Kyrtzidis[test] Attempt to fix failing test in non-darwin bots.
2015-07-24 Argyrios Kyrtzidis[code-completion] Strip outer nullability annotations...
2015-07-24 Greg ClaytonBind to the loopback when we are expecting a connection...
2015-07-24 Hans Wennborgtest-release.sh: Defer test errors until the end
2015-07-24 Mehdi AminiLLVM API Change: the Module always owns the DataLayout
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Sanjay Patelfix wrong comment; NFC
2015-07-24 Aaron BallmanCorrecting some comments. (1) the function is named...
2015-07-24 Tobias GrosserUpdate isl to isl-0.15-86-g595055e
2015-07-24 Aaron BallmanSilence a "not all control paths return a value" warnin...
2015-07-24 Aaron BallmanVisual Studio is more permissive than other compilers...
2015-07-24 Aaron BallmanAdd an AST matcher, isFinal(), for testing whether...
2015-07-24 NAKAMURA Takumillvm/test/tools/dsymutil/ARM/lit.local.cfg: Fix possibl...
2015-07-24 Yaron KerenApparently some of the bots add .svn dirs inside the...
2015-07-24 Ewan CrawfordInitialize variable to prevent garbage values (RenderSc...
2015-07-24 Luke Cheeseman[ARM] - Fix lowering of shufflevectors in AArch32
2015-07-24 Pavel LabathRevert "Fix an issue where LLDB would run out of stack...
2015-07-24 Yaron KerenTry to appease clang buildbot by forcing libstdc++...
2015-07-24 Luke CheesemanWhen lowering vector shifts a check is performed to...
2015-07-24 Tamas BerghammerImprove C++ function name handling and step-in avoid...
2015-07-24 Yaron KerenAdd extensive tests for the mingw toolchain and remove...
2015-07-24 David Majnemer[clang-cl] Implement support for the /Zl flag
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-24 Frederic Riss[dsymutil] Refactor BinaryHolder internals. NFC
2015-07-24 David Majnemer[AST] Perform additional canonicalization for Dependent...
2015-07-24 Alex DenisovCleanup ObjCInterfaceDecl lookup for ObjC literals
2015-07-24 Bhushan D.... Handle old style S packet correctly
2015-07-24 Piotr PadlewskiGenerating available_externally vtables for outline...
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Gabor Horvath[Static Analyzer] Some tests do not turn on core checke...
2015-07-24 Alexei Starovoitov[bpf] initial support for debug_info
2015-07-24 Davide Italiano[llvm-reaobj] Display COFF-specific sections/tables...
2015-07-24 Steven WuFix the cc1as crash when it outputs assembly
2015-07-24 Michael ZolotukhinHandle resolvable branches in complete loop unroll...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Saleem Abdulrasoolbuild: fix small typo in cmake doxygen build
2015-07-24 NAKAMURA TakumiMIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo...
2015-07-24 NAKAMURA TakumiReorder alphabetically.
2015-07-24 Eric ChristopherClean up function attributes on PPC fast-isel tests.
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-07-24 Enrico GranataFix an issue where LLDB would run out of stack space...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Fix release build warning
next