platform/upstream/llvm.git
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.
2015-08-06 Rafael EspindolaPort the error functions from ELF to COFF.
2015-08-06 Rafael EspindolaReuse variable. NFC.
2015-08-06 Aaron BallmanSilencing a -Wtype-limits warning; NFC.
2015-08-06 Yaron KerenPlug memory leaks in AsmWriterEmitter::EmitPrintAliasIn...
2015-08-06 Chad RosierFix minor typos. NFC.
2015-08-06 Renato GolinRevert "[sanitizer] Add the flag handle_sigfpe that...
2015-08-06 Alexey Bataev[OPENMP 4.1] Allow references in init expression for...
2015-08-06 Aaron BallmanCorrecting and adding tests for r244206.
2015-08-06 Michael KupersteinMark calls in thunk functions as tail-call optimization...
2015-08-06 Aaron BallmanAdd the "quit" command as a way to terminate clang...
2015-08-06 Renato GolinRevert "Divide the primitive size in bits by eight...
2015-08-06 NAKAMURA Takumillvm/lib/IR/AttributeImpl.h: Move comment block not...
2015-08-06 Michael LiaoRemoving tailing whitespaces
2015-08-06 Michael Kuperstein[X86] Improve EmitLoweredSelect for contiguous CMOV...
2015-08-06 Michael Kuperstein[X86] Add support for _MM_ALIGN16
2015-08-06 Chandler Carruth[PM/AA] Clean up and homogenize comments throughout...
2015-08-06 Yaron KerenFix Visual C++ error C2248:
2015-08-06 Chandler Carruth[PM/AA] Run clang-format over all of basic-aa before...
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-08-06 Yaron KerenPlug a memory leak in NeonEmitter: Intrinsics allocated...
2015-08-06 Peter CollingbourneCOFF: Assign the correct symbol type to internal functions.
2015-08-06 Richard SmithUpdate lldb's ExternalASTSources to match Clang r244161.
2015-08-06 Alex Denisov[ObjC] Circular containers: add support of subclasses
2015-08-06 Richard Smith[modules] Defer setting up the lookup table for a DeclC...
2015-08-06 Rui UeyamaCOFF: ARM: Sort .pdata section correctly.
2015-08-06 Jason MolendaSecond part of indicating when the user is stopped...
2015-08-06 Chandler Carruth[PM/AA] Simplify the AliasAnalysis interface by removin...
2015-08-06 Kostya Serebryany[libFuzzer] add one more mutation strategy: byte shuffling
2015-08-06 Argyrios Kyrtzidis[test] Another attempt to fix the test.
2015-08-06 Eric ChristopherRename the non-coding style conformant functions in...
2015-08-06 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-06 Davide Italiano[llvm-objdump] Add missing call to exit(1).
2015-08-06 Rafael EspindolaFor completeness, add a 64 bit big endian test.
2015-08-05 Frederic RissRevert "Make sure all temporary files get created under...
2015-08-05 Duncan P. N... ValueMapper: Rotate distinct node remapping algorithm
2015-08-05 Rui UeyamaCOFF, ELF2: Pass output file path implicitly using...
2015-08-05 Justin BognerDriver: Strip -header-include-file and -diagnostic...
2015-08-05 Eric ChristopherRename DescriptionString -> DataLayoutString as it...
2015-08-05 Kostya Serebryany[libFuzzer] avoid build warnings in non-assert build...
2015-08-05 Argyrios Kyrtzidis[test] Fix tests in non-darwin bots.
2015-08-05 Rui UeyamaCOFF: Simplify Writer interface by hiding Writer class.
2015-08-05 Wei MiAdd a stat to show how often the limit to decompose...
2015-08-05 Rafael EspindolaAdd a big endian testcase.
2015-08-05 Frederic Riss[dsymutil] Do not create temporary files in -no-output...
2015-08-05 Frederic Riss[dsymutil] Update source used to generate test binary.
2015-08-05 Diego NovilloAdd -fno-coverage-mapping flag.
2015-08-05 Rui UeyamaELF2: Simplify Writer interface.
2015-08-05 Duncan P. N... ValueMapper: Simplify remap() helper function, NFC
2015-08-05 JF Bastienx86: NFC remove needless InstrCompiler cast
2015-08-05 Bjarke Hammersholt... [NVPTX] Use LDG for pointer induction variables.
2015-08-05 Kostya Serebryany[libFuzzer] in dfsan mode, set labels every time we...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-08-05 Artem BelevichMake sure all temporary files get created under %T.
next