platform/upstream/llvm.git
2015-08-11 Reid KlecknerInclude sanitizer_posix.h to try to fix the mac build
2015-08-11 David BlaikieFix UB in MCJIT test cases that relied on union type...
2015-08-11 Justin BognerRe-apply "cmake: Make CMAKE_BUILD_TYPE check case-insen...
2015-08-11 Chen Li[LowerSwitch] Fix a bug when LowerSwitch deletes the...
2015-08-11 Rafael EspindolaUse llvm::make_unique to fix the MSVC build.
2015-08-11 Rafael EspindolaAdd support for weak undefined symbols.
2015-08-11 Rafael EspindolaRemove unused templating.
2015-08-11 Reid Kleckner[windows] Use lld-link instead of lld-link2, the latter...
2015-08-11 Yaron KerenAdd SmallString test trying to exercise the realloc...
2015-08-11 Rafael EspindolaAdd support for weak symbols.
2015-08-11 Reid KlecknerRevert part of the last cmake change, it broke configur...
2015-08-11 Reid Kleckner[cmake] Handle external source for lld and libcxx
2015-08-11 Reid Kleckner[cmake] Add helper for finding potentially external...
2015-08-11 Rafael EspindolaUse real values for DefindeFirst and DefinedLast.
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Pateladd missing tests for powi expansion with size optimiza...
2015-08-11 Reid Kleckner[windows] Remove CHECK for strdup symbol that comes...
2015-08-11 Rafael EspindolaDelete unused typedef.
2015-08-11 Sanjay Patelfixed to use FileCheck
2015-08-11 Rui UeyamaCOFF: Ignore /editandcontinue option.
2015-08-11 Sanjay Patelfixed to test attribute, rather than CPU
2015-08-11 Rafael EspindolaDon't report a conflict between two local symbols.
2015-08-11 Reid KlecknerSpeculative fix for Mac build
2015-08-11 Teresa JohnsonEnable EliminateAvailableExternally pass in the LTO...
2015-08-11 Rafael EspindolaRevert "Add non-member begin and end so that drop_begin...
2015-08-11 Rafael EspindolaAdd non-member begin and end so that drop_begin works...
2015-08-11 Sanjay Patelfix typos; NFC
2015-08-11 Sanjay PatelVariable names should start with an upper case letter...
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Reid Kleckner[Windows] Use llvm-symbolizer before using dbghelp
2015-08-11 John Brawn[GlobalMerge] Use private linkage for MergedGlobals...
2015-08-11 Mehdi AminiFix InstCombine test: invalid CHECK line slipped in...
2015-08-11 Sanjay Patelremove unnecessary settings/attributes from test case
2015-08-11 Michael Kruse[RegionInfo] Verify getRegionFor
2015-08-11 Sanjay Patelfix code that was accidentally commented out in previou...
2015-08-11 Sanjay Patelfix typos in comments; NFC
2015-08-11 Michael KruseAssign regions to all BBs from CodeGeneration
2015-08-11 Sanjay Patelfix typo in comment; NFC
2015-08-11 Michael KruseRevise the simplification of regions
2015-08-11 Sanjay Pateldelete FIXME comment; it's fixed
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Pateladd missing test for machine combiner when optimizing...
2015-08-11 Manuel Klimek1. Disable tests that currently cannot work on windows...
2015-08-11 Michael Kuperstein[X86] Allow merging of immediates within a basic block...
2015-08-11 Michael KruseIntroduce splitBlock and use it in splitEntryBlockForAlloca
2015-08-11 NAKAMURA TakumiAlso ClangTidyTests requires clangLex.
2015-08-11 Manuel KlimekFix strict dependency uncovered by windows bot.
2015-08-11 Manuel KlimekDo not use inheriting constructors.
2015-08-11 Manuel KlimekDefault initialize from explicitly constructed object.
2015-08-11 James Molloy[AArch64] Match fminnum/fmaxnum for vector fminnm/fmaxn...
2015-08-11 James Molloy[AArch64] Replace the custom AArch64ISD::FMIN/MAX nodes...
2015-08-11 James Molloy[ARM] Match fminnan/fmaxnan for vector vmin/vmax instea...
2015-08-11 James Molloy[ARM] Match fminnum/fmaxnum for vector vminnm/vmaxnm...
2015-08-11 James Molloy[ARM] Replace ARMISD::VMINNM/VMAXNM with ISD::FMINNUM...
2015-08-11 James Molloy[ARM] Replace ARMISD::FMIN/FMAX with the shiny new...
2015-08-11 Aaron BallmanRevert r244516; it was causing cmake configuration...
2015-08-11 Marina Yatsina[X86] Add SAL mnemonics for Intel syntax
2015-08-11 Manuel KlimekFix shadowing of type with variable.
2015-08-11 Manuel KlimekAdd an IncludeInserter to clang-tidy.
2015-08-11 Tobias GrosserUpdate isl to isl-0.15-117-ge42acfe
2015-08-11 Marina Yatsina[X86] Fix REPE, REPZ, REPNZ for intel syntax
2015-08-11 Daniel JasperRevert "[CUDA] Add implicit __attribute__((used)) to...
2015-08-11 Marina Yatsina[X86] Fix imul alias for intel syntax
2015-08-11 James MolloyAdd new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
2015-08-11 James MolloyAdd support for floating-point minnum and maxnum
2015-08-11 Vasileios Kalintiris[mips] Remap move as or.
2015-08-11 Michael Kuperstein[X86] When optimizing for minsize, use POP for small...
2015-08-11 Michael KupersteinAllow PeepholeOptimizer to fold a few more cases
2015-08-11 Tobias GrosserBlockGenerator: Do not store 'store' statements in...
2015-08-11 Michael Kuperstein[GMR] Be a bit smarter about which globals don't alias...
2015-08-11 Lang Hames[RuntimeDyld][AArch64] Add explicit addends before...
2015-08-11 Ilia KAdd size field to library load event (MI)
2015-08-11 Yaron KerenEnable five passing dsymutil tests on Windows.
2015-08-11 Nick LewyckyFix unused variable 'X' in release builds.
2015-08-11 JF BastienWebAssembly: NFC fix release build break, unused variable.
2015-08-11 Michael WongThis patch fixes the assert in emitting captured code...
2015-08-11 Filipe CabecinhasPropagate SourceLocations through to get a Loc on float...
2015-08-11 Filipe Cabecinhas[compiler-rt] Add SourceLocations for float_cast_overfl...
2015-08-11 Kostya Serebryany[libFuzzer] fix docs build
2015-08-11 Rui UeyamaCOFF: Update README.
2015-08-11 David Majnemer[MSVC Compat] Implement __is_destructible, __is_nothrow...
2015-08-11 David Majnemer[IR] Verify EH pad predecessors
2015-08-11 JF BastienWebAssembly: add basic floating-point tests
2015-08-11 Tyler NowickiMake the analysis reporting test with x86 to fix the...
2015-08-11 Kostya Serebryany[libFuzzer] add the list of trophies to the docs. It...
2015-08-11 Kostya Serebryany[libFuzzer] add -only_ascii flag
2015-08-11 David Majnemer[WinEHPrepare] Add rudimentary support for the new...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-11 Nick LewyckyUpdate the syntax for load instruction in this example.
2015-08-11 Tyler NowickiMoved LoopVectorizeHints and related functions before...
2015-08-11 JF BastienWebAssembly: simply assert on SNaN and NaNs with payloads
2015-08-11 Tyler NowickiSimplify processLoop() by moving loop hint verification...
2015-08-11 Reid Kleckner[cmake] Hoist check for LLD sources up into root CMakeL...
2015-08-11 Alex LorenzMIR Serialization: Serialize UsedPhysRegMask from the...
2015-08-11 Richard Smith[modules] Don't suggest deleting the module cache on...
2015-08-11 Reid Kleckner[sanitizers] Use portable file read/write wrappers...
2015-08-11 Sanjay Pateluse range-based for loops; NFCI
2015-08-11 Kostya Serebryany[libFuzzer] don't crash if the condition in a switch...
next