platform/upstream/llvm.git
2016-09-13 Nirav DaveApply Clang-format to MCAsmParser.cpp NFC.
2016-09-13 Nirav DaveDefer asm errors to post-statement failure
2016-09-13 Chad Rosier[LoopInterchange] Minor refactor. NFC.
2016-09-13 Tobias GrosserGPGPU: Use const_cast to avoid compiler warning [NFC]
2016-09-13 Andrea Di Biagio[InstSimplify] Add tests to show missed bitcast folding...
2016-09-13 Chad RosierDon't use else if after return. Tidy comments. NFC.
2016-09-13 Chad RosierTypo. NFC.
2016-09-13 Rafael EspindolaRefactor duplicated code. NFC.
2016-09-13 Chad Rosier[LoopInterchange] Tidy up and remove unnecessary dyn_ca...
2016-09-13 James MolloyRevert "[ARM] Promote small global constants to constan...
2016-09-13 Sam ParkerRemove InstCombine test file
2016-09-13 Rafael EspindolaTurn createKey into a static helper. NFC.
2016-09-13 Pablo Barrio[ARM] Add ".code 32" to functions in the ARM instructio...
2016-09-13 James Molloy[Thumb] Teach ISel how to lower compares of AND bitmask...
2016-09-13 Sam ParkerEnable simplify libcalls for ARM PCS
2016-09-13 Ying Yi[llvm-cov] - Included footer "Generated by llvm-cov...
2016-09-13 Rafael EspindolaDelete dead code.
2016-09-13 Peter Smith[ARM] Support ldr.w in pseudo instruction ldr rd,=immediate
2016-09-13 George Rimar[ELF] - Versionscript: support mangled symbols with...
2016-09-13 Pavel LabathRemove MIUtilParse (no longer used)
2016-09-13 Vassil VassilevRevert accidentally checked in change in r281315.
2016-09-13 Vassil VassilevSimplify. NFC.
2016-09-13 James Molloy[ARM] Promote small global constants to constant pools
2016-09-13 Kirill Bobyrev[clang-tidy] Fix naming in container-size-empty.
2016-09-13 Eric Liu[WebAssembly] Trying to fix broken tests in CodeGen...
2016-09-13 Michael KruseUse value directly instead of reference. NFC.
2016-09-13 Asiri Rathnayake[libcxx] Fix gcc builds.
2016-09-13 Tamas BerghammerFix linux build after rL281273
2016-09-13 Ayman MusaRemove MVT:i1 xor instruction before SELECT. (Performan...
2016-09-13 Kirill Bobyrev[clang-tidy] Extend readability-container-size-empty...
2016-09-13 Sjoerd MeijerRevert of r281304 as it is causing build bot failures...
2016-09-13 Tobias GrosserGPGPU: Allow region statements
2016-09-13 Sjoerd MeijerThis adds a new field isAdd to MCInstrDesc. The ARM...
2016-09-13 Tobias GrosserGPGPU: Extend types when array sizes have smaller types
2016-09-13 Elena DemikhovskyAVX-512: Fix for PR28175 - Scalar code optimization.
2016-09-13 Diana Picus[AArch64] Support stackmap/patchpoint in getInstSizeInBytes
2016-09-13 Craig Topper[X86] Remove masked shufpd/shufps intrinsics and autoup...
2016-09-13 Craig Topper[X86] Remove some dead intrinsics. They aren't implemen...
2016-09-13 Nikola SmiljanicAllow register variables in naked functions.
2016-09-13 Davide Italiano[Docs] Fix a broken link in the Kaleidoscope tutorial.
2016-09-13 Davide Italiano[LTO] Only expose the dataLayout string instead of...
2016-09-13 Tobias GrosserAdapt test case to recent change in Global Variable...
2016-09-13 Stephen Hinesclang-format: Add Java detection to git-clang-format.
2016-09-13 Adam NemetReapply r281276 with passing -emit-llvm in one of the...
2016-09-13 Zachary TurnerRevert "[Support][CommandLine] Add cl::getRegisteredSub...
2016-09-13 Jason MolendaReduce the number of simultaneous debug sessions to...
2016-09-13 Dean Michael... [Support][CommandLine] Add cl::getRegisteredSubcommands()
2016-09-13 Davide Italiano[lib/LTO] Expose getModule() in lto::InputFile.
2016-09-13 Jim InghamAdd a few const's (thanks Zachary) and return shared...
2016-09-13 Richard TrieuHandle empty message in static_asserts.
2016-09-13 Richard TrieuFix interaction between serialization and c++1z feature.
2016-09-13 Peter CollingbourneUpdate Clang for D20147 ("DebugInfo: New metadata repre...
2016-09-13 Peter CollingbourneDebugInfo: New metadata representation for global varia...
2016-09-13 Michael Kuperstein[DAG] Refactor BUILD_VECTOR combine to make it easier...
2016-09-13 Enrico GranataFix an issue where LLDB was not masking enough bits...
2016-09-13 Hans WennborgX86: Conditional tail calls should not have isBarrier = 1
2016-09-13 Eric ChristopherTemporarily Revert "[MC] Defer asm errors to post-state...
2016-09-13 Adam NemetRevert "Add -fdiagnostics-show-hotness"
2016-09-13 Reid Kleckner[DebugInfo] Deduplicate debug info limiting logic
2016-09-12 George Burgess IV[Sema] Fix PR30346: relax __builtin_object_size checks.
2016-09-12 Adam NemetAdd -fdiagnostics-show-hotness
2016-09-12 Adam NemetFix a long comment line
2016-09-12 Adam Nemet[OptDiag] Add getHotness accessor
2016-09-12 Jim InghamThis is the main part of a change to add breakpoint...
2016-09-12 Philip Reames[LVI] Complete the abstract of the cache layer [NFCI]
2016-09-12 Chris Bieneman[CMake] Fix linker-as-ld to symlink instead of copy lld
2016-09-12 Sanjay Pateladd more tests for PR30273
2016-09-12 Lang Hames[ORC] Clang-format RPCSerialization.h.
2016-09-12 Lang Hames[ORC] Add some more documentation to RPCSerialization.h.
2016-09-12 Philip Reames[LVI] Sink a couple more cache manipulation routines...
2016-09-12 Philip Reames[LVI] Abstract out the actual cache logic [NFCI]
2016-09-12 Rui UeyamaAdd comments.
2016-09-12 Shoaib Meenaiconfig: Use _LIBCPP_TYPE_VIS_ONLY with enum class
2016-09-12 Nico WeberRevert r281215, it caused PR30358.
2016-09-12 Nico Weberattempt to unbreak build after r281254
2016-09-12 Saleem AbdulrasoolCodeGen: use some range-based for loops
2016-09-12 Davide Italiano[MachO] Factor out a fair amount of duplicated code...
2016-09-12 Richard SmithAdd a couple of test files missed in r281258.
2016-09-12 Richard Smith[modules] When we merge two definitions of a function...
2016-09-12 Lang Hames[ORC] Add missing <thread> header to RPCSerialization.h.
2016-09-12 Davide Italiano[Cmake] Use Cmake's default RPATH for unittest.
2016-09-12 Kostya Serebryany[sanitizer] replace CHECK with CHECK_XY in two places...
2016-09-12 Lang Hames[ORC] Replace the serialize/deserialize function pair...
2016-09-12 Dehao ChenFix the bug introduced in r281252.
2016-09-12 Dehao ChenLower consecutive select instructions correctly.
2016-09-12 Todd Fialaxfail TestQueues.py and TestDarwinLogFilterMatchMessage.py
2016-09-12 Shoaib Meenaiconfig: Fix typo in comment
2016-09-12 Nirav Dave[MC] Defer asm errors to post-statement failure
2016-09-12 Sanjay Patel[InstCombine] add test for PR30327
2016-09-12 Sanjay Patel[InstCombine] regenerate checks
2016-09-12 Elena DemikhovskyAVX-512: Added a test for -O0 mode. NFC.
2016-09-12 Jonathan PeytonFix bitmask upper bounds check
2016-09-12 Elena DemikhovskyAVX-512: Simplified masked_gather_scatter test. NFC.
2016-09-12 Todd Fialafix Xcode build after r281226
2016-09-12 Michael KruseRemove -fvisibility=hidden and FORCE_STATIC.
2016-09-12 Richard SmithDiagnostics reference: "error:" should be red, not...
2016-09-12 Hemant KulkarniFix test failure in r281232
2016-09-12 Jason Henline[SE] Clean up device and host memory slices
2016-09-12 Lang Hames[MCJIT] Fix some inconsistent handling of name mangling...
2016-09-12 Filipe Cabecinhas[asan] Ease dealing with tagged enum ErrorDescription...
next