summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ELF] - Revert mips-tls-64-pic-local-variable.s changed in r336129.George Rimar2018-07-031-1/+1
* [ELF] - Revert huge-temporary-file.s changed in r336129George Rimar2018-07-031-1/+1
* [ADT] Disable the single callback optimization on Windows.Chandler Carruth2018-07-031-1/+17
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-0317-259/+653
* [DebugInfo] Fix PR37395.Shiva Chen2018-07-032-1/+67
* Revert r336021 "PR33924: merge local declarations that have linkage of some k...Hans Wennborg2018-07-036-203/+26
* [Support] This sanity check in the test only works with certain versionsChandler Carruth2018-07-031-1/+1
* [clangd] Remove CompletionItem::SymbolScope extension.Sam McCall2018-07-033-8/+0
* [InstCombine] Delay foldICmpUsingKnownBits until simple transforms are doneMax Kazantsev2018-07-036-37/+29
* [llvm-exegesis] ExegisX86Target::setRegToConstant() should depend on the subt...Clement Courbet2018-07-034-19/+161
* [ADT] Try to work around a crash in MSVC.Chandler Carruth2018-07-031-1/+8
* [X86] Add avx512vl command line to break-false-dep.llCraig Topper2018-07-031-2/+23
* [Driver][Darwin] Use Host Triple to infer target os versionSteven Wu2018-07-033-4/+10
* [ADT] Switch another place to `llvm::is_trivially_move_constructible`.Chandler Carruth2018-07-031-1/+1
* [libc++] Install the missing header __errcZhihao Yuan2018-07-031-0/+1
* [libc++] Lift std::errc into a separated headerZhihao Yuan2018-07-033-187/+220
* Reappl "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski2018-07-036-0/+1453
* Revert r336159, r336157. Some bots failed on qualified std::max_align_t, and ...Erik Pilkington2018-07-032-4/+2
* [Support] Fix llvm::unique_function when building with GCC 4.9 byChandler Carruth2018-07-034-3/+120
* [ThinLTO] Fix printing of aliases for distributed backend indexesTeresa Johnson2018-07-032-2/+14
* Some buildbots were choking on std::max_align_t, try using the global alias.Erik Pilkington2018-07-032-2/+2
* Re-sort the lldb.xcodeproj project file and commit the scriptJason Molenda2018-07-032-2557/+2798
* [demangler] Fix a MSVC alignment warning.Erik Pilkington2018-07-032-2/+4
* [ADT] Add llvm::unique_function which is like std::function butChandler Carruth2018-07-025-0/+582
* [lldb-mi] Re-implement a few MI commands.Alexander Polyakov2018-07-028-463/+190
* FIx XCode project files for lldbRaphael Isemann2018-07-021-2554/+2560
* Per C++ [over.match.copy]p1, direct-initialization of a reference canRichard Smith2018-07-022-4/+15
* Remove absolute path in testTeresa Johnson2018-07-021-1/+1
* [ORC] Verify modules when running LLLazyJIT in LLI, and deal with fallout.Lang Hames2018-07-022-5/+21
* Fixed compilation failure after the code completion refactor patchRaphael Isemann2018-07-022-4/+4
* [ThinLTO] Fix printing of module paths for distributed backend indexesTeresa Johnson2018-07-022-17/+51
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-025-12/+18
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-0224-479/+536
* [WebAssembly] Support for atomic storesHeejin Ahn2018-07-027-2/+561
* [ARM] Fix PR37382: Don't optimize mul.with.overflow on thumbv6m.Vadzim Dambrouski2018-07-022-2/+11
* [LTO] Errors in LLVM backend should manifest as lld errorsSam Clegg2018-07-024-3/+37
* [llvm-mca] Clear the content of map VariantDescriptors in InstrBuilder before...Andrea Di Biagio2018-07-022-0/+5
* [Win32] Overload ==, != for locale_t and long longPirama Arumuga Nainar2018-07-021-0/+8
* [SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).Tim Shen2018-07-0218-55/+70
* [scudo] Enable Scudo memory hooks for Fuchsia.Kostya Kortchinsky2018-07-021-2/+6
* [WebAssembly] Fix fast-isel optimization of branch conditions.Dan Gohman2018-07-022-1/+49
* [CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointersPiotr Padlewski2018-07-026-20/+376
* [ELF] Fix other tests after r336129Fangrui Song2018-07-028-12/+12
* [ELF] Fix just-symbols*.s after r336129Fangrui Song2018-07-022-3/+3
* [X86] Add phony registers for high halves of regs with low halvesKrzysztof Parzyszek2018-07-027-44/+87
* Replace "Replacable" with "Replaceable". [NFC]Alina Sbirlea2018-07-021-13/+13
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-0228-148/+755
* Replace unused output filenames with /dev/null in testsFangrui Song2018-07-029-9/+9
* [SLP] Recognize min/max pattern using instructions producing same values.Farhana Aleen2018-07-022-65/+126
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-02213-241/+241
OpenPOWER on IntegriCloud