platform/upstream/llvm.git
2018-07-26 Eric FiselierBe more consistent about which bool value means an...
2018-07-26 Eric FiselierCleanup the last_write_time internals
2018-07-26 Eric FiselierCorrect comment about stat truncating st_mtimespec...
2018-07-26 Eric FiselierFix attribute placement WRT extern C
2018-07-26 Eric FiselierWorkaround OS X 10.11 behavior where stat truncates...
2018-07-26 Alex LorenzRevert r337981: it breaks the debuginfo-tests
2018-07-26 Craig Topper[X86] Remove some unnecessary explicit calls to DCI...
2018-07-26 Victor Leschuk[Support] Introduce createStringError helper function
2018-07-26 Amara Emerson[GlobalISel] Fall back to SDISel for swifterror/swiftse...
2018-07-26 Wolfgang Pieb[DWARF v5] Don't report an error when the .debug_rnglis...
2018-07-26 Fangrui Song[LoadStoreVectorizer] Use const reference
2018-07-26 Eric FiselierAdd print statements to help debugging
2018-07-26 Eric Fiselier[libc++] Add hack to allow ubsan to work w/o compiler...
2018-07-26 Matthias BraunRegUsageInfo: Cleanup; NFC
2018-07-26 Matthias BraunCodeGen.cpp: Sort initializers; NFC
2018-07-26 Matthias BraunInitializePasses: Sort declarations; NFC
2018-07-26 Matthias BraunCodeGen: Cleanup regmask construction; NFC
2018-07-26 Dean Michael... [MCA] Avoid an InstrDesc copy in mca::LSUnit::reserve.
2018-07-25 Alex Lorenz[libc++] Follow-up to r337968: use an explicit cast...
2018-07-25 Fangrui Song[ELF] Fix linker-script-in-search-path.s
2018-07-25 Sam Clegg[CMake] Don't use LIBCXXABI_ENABLE_STATIC option before...
2018-07-25 Wolfgang Pieb[DWARF v5] Don't emit multiple DW_AT_rnglists_base...
2018-07-25 Jonas Devlieghere[dsymutil] Add support for generating DWARF5 accelerato...
2018-07-25 Petr Hosek[CMake] Don't install c++abi headers in standalone...
2018-07-25 Richard Trieu[ODRHash] Support hashing enums.
2018-07-25 Yonghong Songbpf: new option -bpf-expand-memcpy-in-order to expand...
2018-07-25 Eric FiselierWork around GCC bug in constexpr function
2018-07-25 Fangrui Song[ELF] Make linker-script-in-search-path.s robust per...
2018-07-25 Eric FiselierFix GCC build in C++14 w/o c++14 constexpr
2018-07-25 Eli Friedman[GlobalMerge] Handle llvm.compiler.used correctly.
2018-07-25 Rui UeyamaMake a test more robust.
2018-07-25 Eric FiselierRemove test which shouldn't have been committed
2018-07-25 Eric FiselierFix failing test under C++14
2018-07-25 Fangrui Song[ELF] Use search paths for --version-script=
2018-07-25 Alex Lorenz[libc++] Follow-up to r337960: specify lambda's return...
2018-07-25 Peter CollingbourneELF: Do not ICF SHF_LINK_ORDER sections.
2018-07-25 Sanjay Patel[SelectionDAG] try to convert funnel shift directly...
2018-07-25 Roman Tereshin[LSV] Look through selects for consecutive addresses
2018-07-25 Sanjay Patel[AArch, PowerPC] add more tests for legal rotate ops...
2018-07-25 Davide ItalianoRevert "[DataFormatters] Add formatter for C++17 std...
2018-07-25 Eric FiselierMake <experimental/filesystem> compile with gcc 4.8.5
2018-07-25 Eli Friedman[GlobalMerge] Allow merging globals with arbitrary...
2018-07-25 Eric Fiselier[libc++] Use __int128_t to represent file_time_type.
2018-07-25 Davide Italiano[DataFormatters] Add formatter for C++17 std::optional.
2018-07-25 Alexey Bataev[OPENMP] ThreadId in serialized parallel regions is 0.
2018-07-25 Florian HahnRevert r337904: [IPSCCP] Use PredicateInfo to propagate...
2018-07-25 Louis Dionne[libc++] Factor duplicate code into function templates
2018-07-25 Mikhail R.... [analyzer] Update SMT API documentation and methods
2018-07-25 Volodymyr Sapsai[Preprocessor] Stop entering included files after hitti...
2018-07-25 Martin StorsjoAdd missing 'override', fixing compilation with some...
2018-07-25 Martin Storsjo[COFF] Use comdat shared constants for MinGW as well
2018-07-25 Martin Storsjo[COFF] Hoist constant pool handling from X86AsmPrinter...
2018-07-25 Max Moroz[libFuzzer] Disable handle-unstable.test for ARM and...
2018-07-25 Mikhail R.... [analyzer] Fix compilation when LLVM_ENABLE_MODULES=ON
2018-07-25 Eli Friedman[LangRef] Clarify undefined behavior for function attri...
2018-07-25 Martin Storsjo[windows] Fix warning about comparing ints of different...
2018-07-25 Eli Friedman[ARM] Prefer lsls+lsrs over lsls+ands or lsrs+ands...
2018-07-25 Nick Desaulniers[clang:sema] de-duplicate getDepthAndIndex helpers
2018-07-25 Roman Tereshin[SCEV] Add [zs]ext{C,+,x} -> (D + [zs]ext{C-D,+,x}...
2018-07-25 Stella Stamenova[windows] Don't inline fieldFromInstruction on Windows
2018-07-25 Alexey Bataev[OPENMP] Exclude service expressions/statements from...
2018-07-25 Xinliang David LiAdd an option to specify the name of
2018-07-25 Ulrich WeigandFix corruption of result number in LegalizeVectorOps.cpp
2018-07-25 Stanislav Mekhanoshin[AMDGPU] Use AssumptionCacheTracker in the divrem32...
2018-07-25 Petr Hosek[CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi build
2018-07-25 Stanislav MekhanoshinFix llvm::ComputeNumSignBits with some operations and...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Krzysztof Parzyszek[Hexagon] Properly scale bit index when extracting...
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Jonas Devlieghere[ProcessGDBRemote] handle result from ConnectToDebugserver
2018-07-25 Stefan GranitzUse LLVM's new ItaniumPartialDemangler in LLDB
2018-07-25 Andres FreundMove JIT listener C binding fallbackks to ExecutionEngi...
2018-07-25 Jeremy Morse[XRay tests] Don't filter test-critical calls
2018-07-25 Alexey Bataev[OPENMP] Fix PR38256: Fix locations of the artificial...
2018-07-25 David CarlierFix tsan doc
2018-07-25 David Carlier[Docs] Update supported oses for safestack, ubsan,...
2018-07-25 Louis Dionne[NFC] Fix grammatical mistakes in libc++ FileTimeType...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Mikhail R.... [analyzer] Use the macro REGISTER_TRAIT_WITH_PROGRAMSTA...
2018-07-25 Mikhail R.... [analyzer] Removed API used by the Refutation Manager...
2018-07-25 Mikhail R.... [analyzer] Moved code from SMTConstraintManager to...
2018-07-25 Mikhail R.... [analyzer] Try to minimize the number of equivalent...
2018-07-25 Mikhail R.... [analyzer] Moved non solver specific code from Z3Constr...
2018-07-25 Mikhail R.... [analyzer] Implemented SMT generic API
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Expr class
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Sort Class
2018-07-25 Mikhail R.... [analyzer] Moved static Context to class member
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Context class
2018-07-25 David Carlier[Asan][Msan] Unit tests Disable some tests for FreeBSD
2018-07-25 Petar Jovanovic[MIPS GlobalISel] Lower pointer arguments
2018-07-25 Jonas Hahnfeld[OMPT] Fix typo in test parallel/nested_thread_num.c
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Jonas Paulsson[SystemZ] Use tablegen loops in SchedModels
2018-07-25 Pavel LabathFix PythonString::GetString for >=python-3.7
2018-07-25 Eric Liu[clangd] Use a sigmoid style function for #usages boost...
2018-07-25 Eric FiselierFix dangling reference in test
2018-07-25 Eric FiselierFix diagnostic test to tolerate Clang diagnosing it...
2018-07-25 Florian HahnRecommit r333268: [IPSCCP] Use PredicateInfo to propaga...
2018-07-25 Thomas Preud... Fix PR34170: Crash on inline asm with 64bit output...
2018-07-25 Paul Semel[llvm-objdump] Add dynamic section printing to private...
next