platform/upstream/llvm.git
2015-12-18 NAKAMURA TakumiBranchProbabilityTest.cpp: Suppress warnings. [-Wsign...
2015-12-17 Eric ChristopherRemove unused class variables.
2015-12-17 Xinliang David LiFix typo in MSC path
2015-12-17 Richard TrieuAdd a test for r255875 & r255929, comparisons on DynTyp...
2015-12-17 Hans Wennborg[X86] Use push-pop for materializing small constants...
2015-12-17 Todd FialaRevert "Disable test reruns on arm unless explicitly...
2015-12-17 Cong Hou[BranchProbability] Remove the restriction that known...
2015-12-17 Artem Belevich[CUDA] runtime wrapper header tweaks
2015-12-17 Philip Reames[InstCombine] Extend peephole DSE to handle unordered...
2015-12-17 JF BastienPolish atomic pointers
2015-12-17 Rafael EspindolaPass -m elf_x84_64 to gold invocations.
2015-12-17 Richard TrieuFix r255875, use '<' instead of '==' for 'operator<'
2015-12-17 Matthew SimpsonRevert "[AArch64] Add DAG combine for extract extend...
2015-12-17 Rafael EspindolaDrop function that are deprecated since 2010.
2015-12-17 Dave BartolomeoTest commit
2015-12-17 Dan Gohman[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmI...
2015-12-17 Vedant Kumar[docs] Motivate ninja in GettingStarted.rst
2015-12-17 Roman GareevFix of a comment.
2015-12-17 Roman GareevFix delinearization of fortran arrays
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Weiming Zhao[InstCombine] Adding "\n" to debug output. NFC.
2015-12-17 Adrian PrantlHardcode the target in this testcase — it depends on...
2015-12-17 Easwaran RamanAttach maximum function count to Module when using...
2015-12-17 Todd FialaResultsFormatter: always lock on handle_event()
2015-12-17 Chad Rosier[x86] Filecheck is case sensitive. Capitalize directives.
2015-12-17 Chad Rosier[x86] Filecheck is case sensitive. Capitalize directives.
2015-12-17 Philip Reames[EarlyCSE] DSE of atomic unordered stores
2015-12-17 Adrian Prantlmake this test less whitespace-sensitive.
2015-12-17 Adrian PrantlRewrite test to use llvm-dwarfdump instead of checking...
2015-12-17 Artem Belevich[CUDA] Make vtable construction aware of host/device...
2015-12-17 Jonathan Peyton[STATS] Properly guard the tick_time() function and...
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-17 Tom StellardAMDGPU/SI: Reserve appropriate number of sgprs for...
2015-12-17 Jonathan Peyton[STATS] replace __cpuid() intrinsic with already existi...
2015-12-17 Nicolai HaehnleAMDGPU: Fix off-by-one in SIRegisterInfo::eliminateFram...
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-17 Ewan Crawford[RenderScript] Support all RS allocation types
2015-12-17 Teresa JohnsonMark a couple ModuleLinker member functions as const...
2015-12-17 Rafael EspindolaAvoid explicit relocation sorting most of the time.
2015-12-17 Jonathan Peyton[STATS] Fix stats lock problem to be compatible with...
2015-12-17 Jonathan Peyton[STATS] Add libm.so to lib dependencies for stats library
2015-12-17 Rafael EspindolaRevert "[AArch64] Enable PostRAScheduler for AArch64...
2015-12-17 Rafael EspindolaAlways sort by offset first. NFC.
2015-12-17 Diego NovilloFix unused variable warning in release builds. NFC.
2015-12-17 MinSeong Kim[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-17 Matthew Simpson[AArch64] Add DAG combine for extract extend pattern
2015-12-17 Rafael EspindolaSimplify. NFC.
2015-12-17 Aidan DoddsPatch cmake to allow detection of python 2.7.9+
2015-12-17 Tobias GrosserFix formatting
2015-12-17 Tobias GrosserScopGraphPrinter: Only show functions that contain...
2015-12-17 Marina Yatsina[ms-inline-asm] Add support for composite structs in...
2015-12-17 Tobias GrosserDOTGraphTraits: Allow the decision to show a graph...
2015-12-17 Alexander KornienkoRemoved empty directory.
2015-12-17 Ewan CrawfordInspect DW_AT_const_value global static const variables
2015-12-17 Alexander KornienkoRemove clang-modernize.
2015-12-17 Tamas BerghammerXFAIL some tests failing for Windows -> Android
2015-12-17 George Rimar[ELF] - implemented @indntpoff (x86) relocation and...
2015-12-17 George Rimar[ELF] - implement support of extended length field...
2015-12-17 Pavel LabathAdd AccessModifierOffset to clang-format style
2015-12-17 Alexey Bataev[X86] Add option for enabling LEA optimization pass...
2015-12-17 Todd Fialatest infra: force rerun to use parallel runner
2015-12-17 Alexey Bataev[OPENMP] Fix for llvm.org/PR25142: openmp: Assertion...
2015-12-17 Dan Gohman[WebAssembly] Convert WebAssemblyTargetObjectFile to...
2015-12-17 Richard TrieuAdd QualType case to operator< for DynTypedNode.
2015-12-17 Matthias BraunAArch64: Simplify emitEpilogue() and related code; NFC
2015-12-17 Davide Italiano[llvm-objdump] Use report_fatal_error() for a more...
2015-12-17 Rui UeyamaELF: Avoid string concatenation if there's no error.
2015-12-17 Dan Gohman[WebAssembly] Experimental ELF writer support
2015-12-17 Kate StoneSet the minimum stack size for private state thread...
2015-12-17 Cong HouFix PR25838.
2015-12-17 Rui UeyamaELF: Rename relocNeedsCopy -> needsCopyRel
2015-12-17 Rui UeyamaELF: Separate NeedsCopy and OffsetInBSS.
2015-12-17 Greg ClaytonDon't demangle a name when Mangled::GetName() is called...
2015-12-17 Greg ClaytonDon't strip types of their typedefs when getting functi...
2015-12-17 Xinliang David Li[PGO] InstrPGO and coverage code refactoring (NFC)
2015-12-17 Rui UeyamaAdd comment about DefinedSynthetic class.
2015-12-17 Manman Ren[TLS on Darwin] use CXX_FAST_TLS calling convention...
2015-12-17 Devin Coughlin[analyzer] Better detect when C++ object was constructe...
2015-12-17 JF BastienWebAssembly: update expected torture test failures
2015-12-17 Rui UeyamaELF: Remove accessors that don't hide anything.
2015-12-17 Rui UeyamaELF: Rename IsTLS -> IsTls for consistency with other...
2015-12-17 Rui UeyamaELF: Rename isTLS -> isTls for consistency.
2015-12-17 Rui UeyamaELF: Remove a dumb constructor.
2015-12-16 Rui UeyamaTypedef uintX_t at beginning of a function just like...
2015-12-16 Rafael EspindolaUse std::unique_ptr. NFC.
2015-12-16 Eric FiselierAdd CMake option LIBCXX_CONFIGURE_IDE to allow for...
2015-12-16 Rui UeyamaELF: Move shouldUseRela to Writer.cpp.
2015-12-16 Rui UeyamaELF: Make checkCompatibility a non-member function.
2015-12-16 Dan Gohman[WebAssembly] Initial linking support.
2015-12-16 Dan Gohman[WebAssembly] Fix legalization of shift operators on...
2015-12-16 Rui UeyamaSimplify. NFC.
2015-12-16 Rui UeyamaELF: Remove duplicate code.
2015-12-16 Derek Schuff[WebAssembly] Implement eliminateCallFramePseudo
2015-12-16 Rafael EspindolaUpdate for llvm api change.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Eric ChristopherFix funciton->function typo.
2015-12-16 Eric ChristopherFix funciton->function typo.
2015-12-16 Rui UeyamaELF: Remove SymbolTable::addELFFile.
2015-12-16 Rafael EspindolaUpdate for llvm API change.
2015-12-16 Rafael EspindolaDrop an unnecessary use of writev.
next