platform/upstream/llvm.git
2015-08-07 Renato Golin[Compiler-RT] Disable TSAN on AArch64 temporarily
2015-08-07 Rafael Espindolaadd missing tests files
2015-08-07 Tom StellardAMDGPU/SI: v_mac_legacy_f32 does not exist on VI
2015-08-07 Tom StellardAMDGPU/SI: Remove unused outs parameter from VOPC Table...
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-07 Frederic Riss[dsymutil] Use the new MCDwarfLineTableParams customiza...
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-08-07 Tom StellardELF: Correctly identify SHT_NOTE sections with !SHF_ALL...
2015-08-07 Renato Golin[ASAN] Disable ManyThreadsTest in AArch64
2015-08-07 Silviu BarangaFix unused variable warning introduced in r244314
2015-08-07 Silviu Baranga[ARM] Update ReconstructShuffle to handle mismatched...
2015-08-07 John BrawnRevert "Make global aliases have symbol size equal...
2015-08-07 Yaron KerenSilence tools/clang/lib/Tooling/CompilationDatabase...
2015-08-07 NAKAMURA TakumiTweak llvm/test/tools/dsymutil/arch-option.test to...
2015-08-07 Jeroen KetemaRequire LLVM >=3.7 and bump version to 0.2.0
2015-08-07 NAKAMURA TakumiShrinkWrap.cpp: Tweak r244235 for a non-functional...
2015-08-07 Sagar Thakur[LLDB][MIPS] Fix offsets of all register sets and add...
2015-08-07 Craig TopperMake sure the Features field of the Builtin Info struct...
2015-08-07 Ben LangmuirMake 'arm' cover both 32 and 64 bit architecutres
2015-08-07 JF BastienWebAssembly: textual emission uses expected opcode...
2015-08-07 Tom StellardELF: Add AMDGPU specific defintions
2015-08-07 Duncan P. N... ValueMapper: Resolve uniquing cycles more aggressively
2015-08-07 Duncan P. N... ValueMapper: Pull out helper to resolve cycles, NFC
2015-08-07 Davide Italiano[llvm-readobj] Convert to range-loops.
2015-08-06 Alex LorenzMIR Serialization: Fix serialization of unnamed IR...
2015-08-06 Chaoren LinAdd -latomic to Android mips build to avoid b.android...
2015-08-06 Tanya LattnerRevert test commit.
2015-08-06 Tanya LattnerTest commit
2015-08-06 Alex LorenzMIR Parser: Simplify the token's string value handling.
2015-08-06 Sean Silva[LangRef] Cleanup some stray whitespace inconsistencies.
2015-08-06 Sean Silva[LangRef] Tiny editorial fixes.
2015-08-06 Alex LorenzAdd initial documentation for the MIR serialization...
2015-08-06 Juergen Ributzka[AArch64][FastISel] Always use AND before checking...
2015-08-06 Douglas KatzmanRange-forify a loop, delete trailing whitespace. NFC
2015-08-06 Richard Smith[modules] Remove unused ModuleManager::visitDepthFirst...
2015-08-06 Richard Smith[modules] Fix use-after-iterator-invalidation bug.
2015-08-06 Juergen RibutzkaRevert "[AArch64][FastISel] Add more truncation tests...
2015-08-06 Eric ChristopherContinue the work from r243908 by adding a Features...
2015-08-06 Richard Smith[modules] Stop walking all modules when looking for...
2015-08-06 Sean Silva[compatibility.ll] Cover explicitly named comdats.
2015-08-06 Sean SilvaDescribe the process better.
2015-08-06 Rafael EspindolaMove to llvm-readobj code that is only used there.
2015-08-06 Jason MolendaChange the warning message about optimization to be...
2015-08-06 James Y KnightFix alignment of TemplateArgumentList.
2015-08-06 David MajnemerRevert accidentally committed WinEHPrepare changes
2015-08-06 Richard Smith[modules] Remove now-unused MergedLookups map.
2015-08-06 David Majnemer[IR] Remove TerminateInst's "NameStr" argument
2015-08-06 David MajnemerPHIs don't need to be postprocessed
2015-08-06 David MajnemerHandle PHI nodes prefacing EH pads too
2015-08-06 David Majnemerhandle phi nodes
2015-08-06 David Majnemer[WinEHPrepare] Add rudimentary support for the new...
2015-08-06 Richard Smith[modules] Remove redundant lookups into non-primary...
2015-08-06 Frederic Riss[dsymutil] Implement dSYM bundle creation
2015-08-06 Frederic Riss[dsymutil] Add (unimplemented) --flat option
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Reid Kleckner[WinEH] Add documentation motivating the new EH instruc...
2015-08-06 David Majnemer[ItaniumCXXABI] Don't import RTTI data for classes...
2015-08-06 Sanjoy Das[IndVars] Fix PR24356.
2015-08-06 Sanjoy Das[IndVars] Improved logging under DEBUG(); NFC.
2015-08-06 Renato Golin[ASAN/AArch64] Make sure aarch64 is not stable-runtime
2015-08-06 James Y KnightConvert a few classes over to use the new TrailingObjec...
2015-08-06 James Y KnightRemove unused 'Owned' flag from TemplateArgumentList.
2015-08-06 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-08-06 Rui UeyamaUpdate comments.
2015-08-06 Rui UeyamaCOFF: Update a comment.
2015-08-06 Tom StellardAMDGPU/SI: Add Fiji support
2015-08-06 Tom StellardAMDGPU/SI: Add support for 32-bit immediate SMRD offset...
2015-08-06 Tom StellardAMDGPU/SI: Use ComplexPatterns for SMRD addressing...
2015-08-06 David BlaikieFix memory leaks by avoiding extra manual dynamic alloc...
2015-08-06 Nico WeberFix nested CrashRecoveryContexts with LLVM_ENABLE_THREA...
2015-08-06 Kostya Serebryany[libFuzzer] move the mutators to public interface so...
2015-08-06 Rafael EspindolaOn freebsd it is possible to open a directory. Test...
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-08-06 Kit BartonFix possible infinite loop in shrink wrapping when...
2015-08-06 Peter CollingbourneLibDriver: Replace references to lld-link2 with lld...
2015-08-06 Argyrios Kyrtzidis[Frontend] Fix crash when serializing diagnostics with...
2015-08-06 Quentin Colombet[Reassociation] Fix miscompile for va_arg arguments.
2015-08-06 Peter Collingbournetest: Use lld-link instead of lld-link2 as the LTO...
2015-08-06 David BlaikieFix memory ownership in the NeonEmitter by using values...
2015-08-06 Alex LorenzMIR Parser: Report an error when parsing duplicate...
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-06 Duncan P. N... Update docs for accessing !dbg attachments
2015-08-06 Renato Golin[ARM/Unwind] Fix wrong usage of write-back on register...
2015-08-06 Kit BartonThis patch changes the interface to enable the shrink...
2015-08-06 Kostya Serebryany[sanitizer] 2-nd attempt. Add the flag handle_sigfpe...
2015-08-06 Chad Rosier[AArch64] Use a static function and other minor cleanup...
2015-08-06 Reid Kleckner[cmake] Handle Dragonfly BSD like FreeBSD
2015-08-06 Reid Klecknerdocs: Fix typo in Phabricator.rst
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'invariant' machine...
2015-08-06 Richard DiamondFix an alignment error in `llvm::expandAtomicRMWToCmpXc...
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'non-temporal' machine...
2015-08-06 Rui UeyamaCOFF: Make test commands shorter. NFC.
2015-08-06 Rui UeyamaCOFF: Remove the old COFF linker and make link an alias...
2015-08-06 Chad Rosier[AArch64] Improve the readability of the ld/st optimiza...
2015-08-06 Douglas Katzman[SPARC] Don't compare arch name as a string, use the...
2015-08-06 Rafael EspindolaDelete broken code.
2015-08-06 Rafael Espindolabar
2015-08-06 Rafael EspindolaBring test back but don't check the filesytem dependent...
2015-08-06 Jonathan PeytonFix link error on Windows when LIBOMP_USE_DEBUGGER...
2015-08-06 Rafael EspindolaMove the error handling functions to Error.h. NFC.
next