platform/upstream/llvm.git
2015-12-08 Dan Gohman[WebAssembly] Fix an emacs syntax highlighting comment.
2015-12-08 Dan Gohman[WebAssembly] Convert a file-level comment to doxygen...
2015-12-08 Dan Gohman[WebAssembly] Assert MRI.isSSA() in passes that depend...
2015-12-08 Dan Gohman[WebAssembly] Trim some unneeded #includes.
2015-12-08 Dan Gohman[WebAssembly] Remove the override of haveFastSqrt.
2015-12-08 Richard SmithExplicitly permit undefined behavior in constant initia...
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-08 Davide Italiano[llvm-objdump/MachO] Don't cut'n'paste the same code...
2015-12-08 Rafael EspindolaAdd a test showing that we internalize lazily linked...
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-08 Rafael EspindolaSimplify test. NFC.
2015-12-08 Eric ChristopherReplace a bunch of duplicate conditions with the call...
2015-12-08 Eric ChristopherRemove name from FIXME.
2015-12-08 Eric ChristopherUpdate comment to reflect that we use other tools via...
2015-12-08 Zachary TurnerMove LLDBTestResult class to its own module.
2015-12-08 Zachary TurnerGet rid of global variables in dotest.py
2015-12-08 Reid Kleckner[diagnostics] Avoid crashes while printing macro backtraces
2015-12-08 Greg ClaytonTrying to submit 254476 one more time. This implement...
2015-12-08 Todd FialaRefactor ResultsFormatter creation into result_formatter.
2015-12-08 Manman Ren[CXX TLS calling convention] Add support for AArch64.
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
2015-12-08 Philip Reames[PassManager] Tuning Memory Usage of AnalysisUsage
2015-12-08 Eric Christopher80-column fixup.
2015-12-08 Eric ChristopherUpdate comment.
2015-12-08 Marshall ClowCleaned up the intro for the TS status page; really...
2015-12-07 Sanjay Patelfix return values to match bool return type; NFC
2015-12-07 Rafael EspindolaFactor two calls to a common location.
2015-12-07 Alexey Samsonov[TSan] Enforce TSan runtime doesn't include system...
2015-12-07 NAKAMURA TakumiStabilize llvm/test/Object/archive-update.test a bit.
2015-12-07 Justin BognerSupport: Teach Asan about BumpPtrAllocator
2015-12-07 NAKAMURA TakumiLet llvm-lto installed. A few tests in clang/test are...
2015-12-07 Devin Coughlin[analyzer] Fix crash when lambda captures a variable...
2015-12-07 Alexey SamsonovAdd llvm-objdump to compiler-rt test deps.
2015-12-07 Philip ReamesRemove debug output that snuck into 254957
2015-12-07 Alexey Samsonov[TSan] Use llvm-objdump+FileCheck instead of standalone...
2015-12-07 Eric Christopher80-col and whitespace fixups.
2015-12-07 Philip ReamesReapply 254950 w/fix
2015-12-07 Mehdi AminiRemove useless hack that avoids calling LLVMLinkInInter...
2015-12-07 Alexey Samsonov[TSan] Port check_memcpy.sh script to a regular lit...
2015-12-07 Philip ReamesRevert 254950
2015-12-07 Manman RenUpdate doc for C++ TLS calling convention.
2015-12-07 Rafael EspindolaSimplify the error handling a bit. NFC.
2015-12-07 Philip Reames[EarlyCSE] Simplify and invert ParseMemoryInst [NFCI]
2015-12-07 Kamil RytarowskiAdd NetBSD in platform specific logging of the specifie...
2015-12-07 Kamil RytarowskiAdd initial NetBSD support in lldbsuite/test/lldbtest.py
2015-12-07 Kamil RytarowskiReturn gmake as the default name for GNU make on NetBSD
2015-12-07 Zachary TurnerRename test_results.py to result_formatter.py.
2015-12-07 Easwaran RamanUse updated threshold for indirect call bonus
2015-12-07 Kamil Rytarowskigetwd(3) with NULL pointer extension is supported on...
2015-12-07 Xinliang David Li[PGO] Stop leaking libc function to buffer API impl
2015-12-07 Kit Barton[PPC64] Convert bool literals to i32
2015-12-07 Chuck RiesAllow variable names to be quoted with -var-list-children
2015-12-07 Teresa JohnsonRemove target specifier from new tests
2015-12-07 Simon PilgrimFix line endings
2015-12-07 Teresa JohnsonAdjust test to fix bot error from r254927.
2015-12-07 Alexey Samsonov[TSan] Slightly improve check_analyze script.
2015-12-07 Justin BognerAST: defer to TypeLoc::copy in TypeLoc::initializeFullCopy
2015-12-07 Teresa JohnsonFix function return type in declaration (bot errors...
2015-12-07 Daniel Jasperclang-format: Make wrapping after "./->" cheaper, even...
2015-12-07 Alexey Samsonov[TSan] Delete legacy test_output.sh script.
2015-12-07 Ted WoodwardFix watchpoint check to use watchpoint ranges
2015-12-07 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-07 Teresa Johnson[ThinLTO] Option to invoke ThinLTO backend passes and...
2015-12-07 Teresa Johnson[ThinLTO] Support for specifying function index from...
2015-12-07 Sanjay Patelremove redundant check: optForSize() includes a check...
2015-12-07 Chuck Riestest commit.
2015-12-07 Ron Lieberman[Hexagon] Adding v60 test, vasr in particular.
2015-12-07 David Blaikie[llvm-dwp] Restructure inputs for test case so they...
2015-12-07 Tobias GrosserScopInfo: Add MemoryAccess::isScalar()
2015-12-07 Sanjay PatelTighten checks so we can see existing codegen
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-12-07 George Rimar[ELF] - fixed mistype in comment, NFC.
2015-12-07 Rafael EspindolaLink declaration lazily.
2015-12-07 Rafael EspindolaSimplify test.
2015-12-07 Aaron BallmanSilence all C4592 warnings with MSVC 2015 Update 1...
2015-12-07 Teresa Johnson[ThinLTO] Support cloning of temporary DILocation metadata
2015-12-07 Elena DemikhovskyVX-512: Fixed a bug in FP logic operation lowering
2015-12-07 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-12-07 Daniel Sanders[mips][ias] Removed DSP/DSPr2 instructions from base...
2015-12-07 Ewan Crawford[RenderScript] Mips64 allocations workaround
2015-12-07 Elena DemikhovskyAVX-512: Fixed masked load / store instruction selectio...
2015-12-07 Igor BregerAVX-512: implement kunpck intrinsics.
2015-12-07 Rafael EspindolaChange how the linker handles the old llvm.global_ctors.
2015-12-07 Asaf Badouh[avx512] rename gcc intrinsics to be align with gcc...
2015-12-07 Asaf Badouh[avx512] rename gcc intrinsics to be align with gcc...
2015-12-07 Marina Yatsina[X86] Adding support for FWORD type for MS inline asm
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Pavel LabathRecommit "Fix race during process interruption"
2015-12-07 Pavel LabathMake TestThreadStates more stable
2015-12-07 Bradley Smith[ARM] Flag vcvt{t,b} with an f16 type specifier as...
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-07 Simon Pilgrim[X86][AVX] Added tests to load+broadcast non-zero'th...
2015-12-07 Zlatko Buljan[mips][microMIPS] Implement LH, LHE, LHU and LHUE instr...
2015-12-07 George RimarRenamed addLocalModelTlsIndex() -> addCurrentModuleTlsI...
2015-12-07 Craig TopperAdd uint8_t size to LegalizeTypeAction enum and use...
2015-12-07 Todd FialaAdded lldbsuite.lldb_test_root, switched formatter...
2015-12-07 Craig TopperAdd uint8_t size to LegalizeAction enum so we can use...
next