platform/upstream/llvm.git
2015-03-05 Johannes DoerfertAdd missing forward declaration [NFC]
2015-03-05 Alexey Samsonov[ASan] Fix asan-(32|64)-bits lit tests feature.
2015-03-05 Eric ChristopherRemove the conditional addition of the execution depend...
2015-03-05 Eric ChristopherCleanup and remove a chunk of getARMSubtarget calls...
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-05 Rui UeyamaUse range-based for loops to iterate over file nodes.
2015-03-05 Reid KlecknerGive some obj-c rewriter tests that use MS pragmas...
2015-03-04 Kostya Serebryany[sanitizer] when dumping coverage bitset, dump seperate...
2015-03-04 Rick FoosTemporary XFAILs for Hexagon
2015-03-04 Reid KlecknerImplement section pragma feedback on r205810
2015-03-04 Rui UeyamaPECOFF: Update comments on .drectve section encoding.
2015-03-04 Enrico GranataAppease the Windows bot
2015-03-04 Anton Yartsev[analyzer] Bug fix: do not report leaks for alloca()
2015-03-04 Aaron BallmanInitializer lists are supported in MSVC 2013. Since...
2015-03-04 Hans WennborgPass -dll to link.exe when building with -shared (PR22697)
2015-03-04 Marshall ClowMove the <dynarray> tests out of the std/ hierarchy...
2015-03-04 Enrico GranataIntroduce lldbassert(x)
2015-03-04 Argyrios Kyrtzidis[Support] Increase timeout for the LockFileManager...
2015-03-04 Johannes DoerfertRename the Dependences pass to DependenceInfo [NFC]
2015-03-04 Matthias BraunImprove test robustness
2015-03-04 Sanjoy Das[IndVarSimplify] use the "canonical" way to infer no...
2015-03-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
2015-03-04 Johannes DoerfertSimplify dropConstantScheduleDims [NFC]
2015-03-04 David BlaikieProvide an explicit move ctor because MSVC can't synthe...
2015-03-04 David BlaikieFix the clang self-host -Werror build
2015-03-04 Rui UeyamaPECOFF: Do not add layout-after edges.
2015-03-04 Frederic Riss[dsymutil] Add minimal code to emit DIE trees.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Frederic RissTeach DIEInteger to emit FORM_strp and FORM_ref_addr...
2015-03-04 Frederic RissMake the DWARFAbbreviationDeclaration::AttributeSpec...
2015-03-04 David BlaikieUpdate LangRef for explicit type changes to 'load'...
2015-03-04 Rafael EspindolaExpand variables when evaluating absolute expressions.
2015-03-04 David BlaikieUpdate LangRef for getelementptr explicit type changes
2015-03-04 Alexey Samsonov[Sanitizer] Fix/suppress compiler warnings in unit...
2015-03-04 Sanjay Pateldon't repeat class / function / variable names in comme...
2015-03-04 Nemanja IvanovicAdd Clang support for PPC cryptography builtins
2015-03-04 Rui UeyamaDefine DefinedAtom::sectionSize.
2015-03-04 Alexey SamsonovExclude LLVM sources from lint check.
2015-03-04 Enrico GranataAdd a required #include
2015-03-04 Jim InghamFix a thinko in the case where we return a launch error...
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-04 Reid KlecknerTry to satisfy sanitizer lint check
2015-03-04 Kostya Serebryany[sanitizer] Since x32 runs under 64-bit kernel, GetKern...
2015-03-04 David BlaikieAdd a FIXME for PR22796, broken ordering of ClassInfo...
2015-03-04 Tobias GrosserRemove unnecessary dynamic memory management
2015-03-04 Reid KlecknerFix test/CodeGen/builtins.c for platforms that don...
2015-03-04 Rafael EspindolaFix the build of the gold-plugin and examples.
2015-03-04 Reid KlecknerTry to fix the build after removing DataLayoutPass
2015-03-04 Reid KlecknerAdd missing <atomic> include to PassRegistry.h
2015-03-04 Erik EcksteinAdd a lock() function in PassRegistry to speed up multi...
2015-03-04 David BlaikieRecommit r231221: "Devirtualize ~parser<T> by making...
2015-03-04 Rafael EspindolaBring r231132 back with a fix.
2015-03-04 Tobias GrosserAllow to build shared libraries if BUILD_SHARED_LIBS...
2015-03-04 Rui UeyamaRemove "inline" from inlined functions.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Reid KlecknerRevert "unique_ptrify ValID::ConstantStructElts"
2015-03-04 Tobias GrosserAdd support for conditional 'and' and 'or' expressions
2015-03-04 Alexander Kornienko[clang-tidy] Fix namespace comments. NFC.
2015-03-04 Gabor Horvath[analyzer] Individual configuration options can be...
2015-03-04 Alex DenisovNew ObjC warning: circular containers.
2015-03-04 Wei MiRevert the test commit.
2015-03-04 Zachary TurnerDon't #include clang headers from BreakpointLocation.h
2015-03-04 Wei MiTest commit. It will be reverted in the next commit.
2015-03-04 Adrian PrantlUpdate the out-of-date dwarf expressions in these testc...
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 Marek OlsakR600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32
2015-03-04 Nemanja IvanovicTest commit. Removed an unnecessary space
2015-03-04 David BlaikieExplicitly default ilistTest::Node's copy constructor
2015-03-04 Marshall ClowNbjoerg suggested a better name for the macro for the...
2015-03-04 NAKAMURA TakumiRevert r231221, "Devirtualize ~parser<T> by making...
2015-03-04 NAKAMURA TakumiRevert r231132, "Correctly handle -pass-remarks in...
2015-03-04 Marshall ClowCreate a default rune table for libc++. Initial setting...
2015-03-04 Argyrios Kyrtzidis[Modules] Fix crash in Preprocessor::getLastMacroWithSp...
2015-03-04 JF BastienMutate TargetLowering::shouldExpandAtomicRMWInIR to...
2015-03-04 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-03-04 Daniel JasperRevert "[IAS] Teach -cc1as about the 'target-abi' option."
2015-03-04 Daniel JasperPrevent test from writing files.
2015-03-04 Bill Schmidt[PowerPC] Remove unnecessary and incomplete commentary
2015-03-04 Joerg SonnenbergerAdjust the changes from r230255 to bail out if the...
2015-03-04 Toma Tabacu[IAS] Teach -cc1as about the 'target-abi' option.
2015-03-04 Andrea Di Biagio[X86][FastISel] Simplify the logic in method X86SelectS...
2015-03-04 Daniel JasperMove one more diagnostic into the new -Wformat-pedantic...
2015-03-04 Dmitry Vyukovasan: do not instrument direct inbounds accesses to...
2015-03-04 Toma Tabacu[mips] Rename the LA/LI/DLI TableGen definitions and...
2015-03-04 Vasileios Kalintiris[mips] Keep the parameter list of Filler::searchRange...
2015-03-04 Chandler Carruth[MBP] Fix a really horrible bug in MachineBlockPlacemen...
2015-03-04 Vasileios Kalintiris[mips] Specify the correct value type when combining...
2015-03-04 Alexander Kornienko[clang-tidy] Output more diagnostics in check_clang_tidy.sh
2015-03-04 Ilia KFix build on OS X after r231202
2015-03-04 Tamas BerghammerSet the signals based on the OS in the qHostInfo packet
2015-03-04 Ilia KAdded long 'print-values' option for var-update MI...
2015-03-04 Tamas BerghammerFix expectation for TestPlatformCommand.test_shell
2015-03-04 Tamas BerghammerFix deadlock in operation thread in NativeProcessLinux
2015-03-04 Daniel JasperAdd a flag to experiment with outlining optional branches.
2015-03-04 Pavel LabathUse the unified section list when generating a symbol...
2015-03-04 Pavel LabathCorrectly resolve symbol names containing linker annota...
2015-03-04 Kristof BeylsFix PR22408 - LLVM producing AArch64 TLS relocations...
2015-03-04 Craig Topper[Tablegen] Use correct result number variables with...
2015-03-04 David BlaikieExplicitly default DenseMapTest::CtorTest::operator=
next