platform/upstream/llvm.git
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.
2015-08-05 Reid KlecknerAdd flag to request codeview debug info on Windows
2015-08-05 Richard Smithfunction_ref-ize ExternalASTSource::FindExternalLexical...
2015-08-05 Frederic Riss[dsymutil] Add support for the -arch option.
2015-08-05 Reid KlecknerFix Windows test failure with triple instead of using...
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-05 Alex LorenzMIR Serialization: Serialize the machine operand's...
2015-08-05 Cong HouAdd <numeric> header for use of std::accumulate().
2015-08-05 Richard DiamondDivide the primitive size in bits by eight so the initi...
2015-08-05 Cong HouRecord whether the weights on out-edges from a MBB...
2015-08-05 Diego NovilloAdd flags to disable profile generation.
2015-08-05 Kostya Serebryany[libFuzzer] add option -report_slow_units=Nsec to contr...
2015-08-05 Kostya Serebryany[libFuzzer] add a missing test file
2015-08-05 Douglas KatzmanReword a comment about IncludeDirGroup. NFC
2015-08-05 Kostya Serebryany[sanitizer] Add the flag handle_sigfpe that is default...
2015-08-05 David BlaikieDrop the defaulted CallGraph move ctor, since it's...
2015-08-05 Nick LewyckyReplace &vector[0] with vector.data() to avoid invalid...
2015-08-05 David Blaikie-Wdeprecated: Remove some dead code that was relying...
2015-08-05 Chen Li[LoopUnswitch] Preserve make.implicit metadata for...
2015-08-05 Eric ChristopherRemove unused header includes.
2015-08-05 Krzysztof Parzyszek[Hexagon] Edit a comment. NFC
2015-08-05 David Blaikie-Wdeprecated clean by making LogBuilder move constructi...
2015-08-05 JF Bastienx86 atomic: optimize a.store(reg op a.load(acquire...
2015-08-05 Chandler Carruth[PM] Remove a failed attempt to port the CallGraph...
2015-08-05 Eric ChristopherRename builtin_lang -> Langs to match the rest of the...
2015-08-05 Eric ChristopherRemove unused function GetBuiltinNames.
2015-08-05 James DennettDocumentation: fix another typo, "arrays types" ->...
2015-08-05 Pete CooperUpdate GettingStarted docs list of LLVM_TARGETS_TO_BUIL...
2015-08-05 David Blaikie-Wdeprecated cleanup: Make CallGraph movable by default...
2015-08-05 JF BastienRevert "Fix MO's analyzePhysReg, it was confusing sub...
2015-08-05 JF BastienFix MO's analyzePhysReg, it was confusing sub- and...
2015-08-05 Chris Bieneman[CMake] Add USES_TERMINAL 1 to ExternalProject_Add_Step...
2015-08-05 David Blaikie-Wdeprecated-clean: Remove uses of throw() in favor...
2015-08-05 Cong HouNFC.
2015-08-05 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-05 Eric ChristopherRemove unused comparison operators from the Builtin...
2015-08-05 Yaron KerenRemove unnecessary ClangLibdirSuffix variable.
2015-08-05 Rafael EspindolaHandle writeImportLibrary failing.
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-08-05 Rafael Espindolalit fixes for lld.
2015-08-05 Rui UeyamaCOFF: Fix bad #includes.
2015-08-05 Renato Golin[AArch64] Stable runtime required for proc maps test
2015-08-05 James DennettDocumentation: fix a typo, "This flag is determines...
2015-08-05 Richard DiamondWrite access test.
2015-08-05 Rui UeyamaCOFF: ARM: Implepment BLX23T relocation and fix Branch20T.
2015-08-05 Alexey Samsonov[UBSan] Fix UBSan-vptr false positive.
2015-08-05 Alex LorenzMIR Parser: Report an error when parsing large immediat...
2015-08-05 Kostya Serebryany[sanitizer] fix the Mac build (hopefully)
2015-08-05 Alex LorenzMIR Serialization: Serialize the typed immediate intege...
2015-08-05 Reid KlecknerAdd -gcodeview and -gdwarf to control which type Clang...
2015-08-05 Chandler Carruth[Unroll] Switch to using 'int' cost types in preparatio...
2015-08-05 Frederic Riss[dsymutil] Fix test patterns.
2015-08-05 Alex LorenzMIR Parser: Extract the IR constant parsing code into...
2015-08-05 Renato Golin[AArch64] Enable thread sanitizer on clang
2015-08-05 Krzysztof Parzyszek[Hexagon] Implement TargetTransformInfo for Hexagon
2015-08-05 Renato Golin[AArch64] Fixes broken bot fue to TSAN patch
2015-08-05 Frederic Riss[dsymutil] Implement support for handling mach-o univer...
2015-08-05 Frederic Riss[dsymutil] Introduce exit helper. NFC.
2015-08-05 Frederic Riss[dsymutil] Split some logic into a helper function...
2015-08-05 Kostya Serebryany[libFuzzer] use data-flow feedback from strcmp
2015-08-05 Kostya Serebryany[libFuzzer] add weak hooks for strcmp
2015-08-05 Kostya Serebryany[libFuzzer/DFSan] add more __sanitizer callbacks to...
2015-08-05 Alex LorenzMIR Parser: Report an error when parsing duplicate...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-08-05 Douglas KatzmanClaim arguments that belong to 'clang_ignored_gcc_optim...
2015-08-05 Chandler Carruth[GMR] Teach the conservative path of GMR to catch even...
2015-08-05 Hans WennborgTry to fix sanitizer_win.cc compile error on 64-bit...
2015-08-05 Argyrios Kyrtzidis[test] Attempt a change to see if it fixes the test...
2015-08-05 Alex LorenzMIR Serialization: Serialize the 'early-clobber' regist...
2015-08-05 Pete CooperMove BB succ_iterator to be inside TerminatorInst....
2015-08-05 Chaoren LinStatic Android build doesn't need shared libs.
2015-08-05 Chaoren LinAllow sysroot and python to be specified for Android...
2015-08-05 Alex LorenzMIR Serialization: Serialize the 'debug-use' register...
2015-08-05 Chris Bieneman[CMake] First pass at adding support for clang bootstra...
2015-08-05 Chaoren LinFlush stderr on dosep status update for Windows.
2015-08-05 Alex LorenzMIR Parser: Simplify the handling of quoted tokens...
2015-08-05 Chad Rosier[AArch64] Register AArch64DeadRegisterDefinition pass...
2015-08-05 Argyrios Kyrtzidis[test/Index] Update libclang tests to use libclang...
2015-08-05 Chandler CarruthFix a tiny bug in -no-canonical-prefixes that somehow...
2015-08-05 James Y Knight[Sparc] Fix disassembly of popc instruction.
2015-08-05 James Y KnightAdd missing atomic libcall support.
2015-08-05 Matt ArsenaultAMDGPU/SI: Remove EXECReg
2015-08-05 Matt ArsenaultAMDGPU: Remove SCCReg.
2015-08-05 Chad Rosier[AArch64] Register (existing) AArch64BranchRelaxation...
2015-08-05 Steven WuForce the MachO generated for Darwin to have VERSION_MI...
2015-08-05 Hans Wennborgtest-release.sh: Fix naming of OpenMP runtime tarball
2015-08-05 Chad Rosier[AArch64] Make the naming of the Address Type Promotion...
2015-08-05 Chad Rosier[AArch64] Register (existing) AArch64AdvSIMDScalar...
next