platform/upstream/llvm.git
2016-01-29 Eric ChristopherRefactor common code for PPC fast isel load immediate...
2016-01-29 Eric ChristopherSince LI/LIS sign extend the constant passed into the...
2016-01-29 Eric ChristopherFix up conditional formatting.
2016-01-29 Akira Hatanaka[llvm-bcanalyzer] Dump bitcode wrapper header
2016-01-29 David Majnemer[WinEH] Don't perform state stores in cleanups
2016-01-29 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-01-29 Rui UeyamaRemove a parameter from Target::writePlt.
2016-01-29 Rui UeyamaELF: Provide default implemenatations for simple functions.
2016-01-29 Craig TopperRemove unnecessary forward declaration. NFC
2016-01-29 Rui UeyamaDefine stub functions instead of pure virtual functions.
2016-01-29 Rui UeyamaELF: Do not pass addresses that can be obtained using...
2016-01-29 Chaoren LinFix TestDataFormatterScript for Linux.
2016-01-29 Matthias BraunSmallPtrSetTest: More checks for the swap() testing
2016-01-29 Matthias BraunSmallPtrSetTest: Check that iterators are still valid...
2016-01-29 Rui UeyamaRename PltZeroEntrySize -> PltZeroSize.
2016-01-29 Rui UeyamaAdd a comment.
2016-01-29 David MajnemerRevert "Reapply commit r258404 with fix"
2016-01-29 Rui UeyamaELF: Make Target's member function names shorter.
2016-01-29 David BlaikieFix some -Wstring-conversion warnings
2016-01-29 Philip Reames[GVN] Add clarifying assert [NFCI]
2016-01-29 Rui UeyamaRename includeInDynamicSymtab -> includeInDynsym.
2016-01-29 Rui UeyamaELF: Report multiple errors from the driver.
2016-01-29 Rui UeyamaRename DynamicSymbolTableIndex -> DynsymIndex.
2016-01-29 Rui UeyamaELF: Remove accessors from Target.
2016-01-29 Rui UeyamaRemove unused variable.
2016-01-29 Junmo ParkMinor code cleanup. NFC.
2016-01-29 Eric ChristopherAdd the clang debug info test directory to .gitignore...
2016-01-29 Eric ChristopherUse a consistent spelling for vtables.
2016-01-29 Rafael EspindolaMerge identical strings.
2016-01-29 Enrico GranataFix a bug where type <formatter> list would ignore...
2016-01-29 Ahmed Bougacha[AArch64] Fix i64 nontemporal high-half extraction.
2016-01-29 Sanjoy Das[RS4GC] Minor cleanups enabled by the previous change...
2016-01-29 Sanjoy Das[RS4GC] Delete code that is dead due to r259129; NFC
2016-01-29 Enrico GranataFix a bug where LLDB would not print the name of the...
2016-01-29 Reid KlecknerReland "[CodeView] Use assembler directives for line...
2016-01-29 Sanjoy Das[RS4GC] Clamp UseDeoptBundles to true and update tests
2016-01-29 Rui UeyamaRename isTlsOptimized -> canRelaxTls.
2016-01-29 Rui UeyamaUpdate comments.
2016-01-29 Reid KlecknerRevert "[CodeView] Use assembler directives for line...
2016-01-29 Sanjoy Das[RS4GC] Port three tests to the deopt bundles directory
2016-01-29 Reid KlecknerAdd missing raw_ostream include
2016-01-28 Reid KlecknerSilence gcc warning about ternary and enumerations
2016-01-28 Justin Lebar[CUDA] Generate CUDA's printf alloca in its function...
2016-01-28 Sanjoy Das[PlaceSafepoints] Use DEBUG() instead of TraceLSP
2016-01-28 Easwaran RamanLower inlining threshold when the caller has minsize...
2016-01-28 Manman RenClass Property: change PropertyMap to include isClassPr...
2016-01-28 Devin Coughlin[analyzer] NullabilityChecker: Remove unused isReturnSe...
2016-01-28 Reid Kleckner[CodeView] Use assembler directives for line tables
2016-01-28 Manman RenCheck for frontend errors after releasing the Builder.
2016-01-28 Reid KlecknerRemove unused MC includes from LTOModule.h
2016-01-28 Todd Fialafix up missing header from change r259084.
2016-01-28 Jonathan PeytonFix task dependency performance problem
2016-01-28 Sanjoy Das[PlaceSafepoints] Misc. minor cleanups; NFC
2016-01-28 Sanjoy Das[PlaceSafepoints] Remvoe unused headers, and sort ...
2016-01-28 Sanjoy Das[PlaceSafepoints] Eliminate dead code; NFC
2016-01-28 Rafael EspindolaUpdate for llvm change.
2016-01-28 Rui UeyamaELF: Report more than one undefined symbols if exist.
2016-01-28 Rafael EspindolaDon't mention a command line option in an error.
2016-01-28 Lang Hames[RuntimeDyld][MachO] Fix handling of empty eh-frame...
2016-01-28 Todd Fialaadd back an Xcode-specific Makefile for header installation
2016-01-28 Simon Pilgrim[X86][AVX] Added more thorough 256-bit vector consecuti...
2016-01-28 Devin Coughlin[analyzer] Suppress nullability warnings in copy, mutab...
2016-01-28 Eugene ZelenkoRemove autoconf support from source directories.
2016-01-28 Sanjoy Das[RS4GC] Change opt %s to opt < %s; NFC
2016-01-28 Sanjoy Das[PlaceSafepoints] Clamp NoStatepoints to true
2016-01-28 Sunil SrivastavaImplementation of PS4 ABI, Round 1
2016-01-28 Daniel SandersBring back the test-suite export in test-release withou...
2016-01-28 Eugene ZelenkoRemove autoconf support.
2016-01-28 Matt ArsenaultAMDGPU: Match fmed3 patterns with legacy fmin/fmax
2016-01-28 Matt ArsenaultAMDGPU: Match some med3 patterns
2016-01-28 Matt ArsenaultAMDGPU: Set DX10Clamp bit
2016-01-28 Elena DemikhovskyFixed compilation issue.
2016-01-28 Chaoren LinFix build after rL259070.
2016-01-28 Evgeniy Stepanov[cfi] Simplify the code in CfiSlowPathCommon.
2016-01-28 Manman RenUpdate lldb for API change in clang r259070.
2016-01-28 Sanjay Pateladd masked intrinsic tests to show missed opportunities
2016-01-28 Evgeniy Stepanov[cfi] Get rid of a fixed size buffer for the library...
2016-01-28 Nico WeberInclude RecordDecls from anonymous unions in the AST.
2016-01-28 Enrico GranataFix an issue where the type <formatter> list command...
2016-01-28 Nico WeberRemove unused parameter.
2016-01-28 Sergei Larin[SplitModule] In split module utility we should never...
2016-01-28 David MajnemerAddress buildbot fallout from r259065
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-28 Rui UeyamaELF: Rename error -> fatal and redefine error as a...
2016-01-28 Xinliang David LiMinor cleanup /NFC
2016-01-28 Xinliang David Li[PGO] test case cleanups
2016-01-28 David Majnemer[X86] Don't transform X << 1 to X + X during type legal...
2016-01-28 Nico WeberFix strange indent.
2016-01-28 Sanjoy Das[PlaceSafepoints] Clean up tests; NFC
2016-01-28 Vedant Kumar[Coverage] Use a set to track visited FileIDs (NFC)
2016-01-28 Benjamin KramerMake header self-contained.
2016-01-28 Tom StellardAMDGPU: waitcnt operand fixes
2016-01-28 Mitch Bodart[X86] Test commit, fixed typos in comments. NFC.
2016-01-28 Aidan Dodds[Renderscript] Clang-format the renderscript plugin.
2016-01-28 Sanjoy Das[PlaceSafepoints] Minor test cleanup; NFC
2016-01-28 Tom StellardAMDGPU: Move subtarget specific code out of AMDGPUInstr...
2016-01-28 Sanjoy Das[LICM] Keep metadata on control equivalent hoists
2016-01-28 Chad Rosier[AArch64] Set MMOs on pre- and post-index instructions.
2016-01-28 Simon Pilgrim[x86] Merge multiple calls to DAG.getTargetLoweringInfo...
2016-01-28 Teresa JohnsonImprove efficiency of handling unmapped subprogram...
next