summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CostModel][X86] Add realistic i64 uitofp f64 scalar costsSimon Pilgrim2018-10-253-46/+81
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-2515-32/+75
* [llvm-mca] Removed a couple of redundant method declarations, and simplified ...Andrea Di Biagio2018-10-257-38/+23
* [ms] Prevent explicit constructor name lookup if scope is missingWill Wilson2018-10-252-1/+22
* Missing semicolon.Simon Pilgrim2018-10-251-1/+1
* [TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support (P38226)Simon Pilgrim2018-10-257-523/+431
* remove duplicate omp_control_tool export to fix windows buildAndrey Churbanov2018-10-251-3/+0
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-256-11/+56
* [TTI] Add generic SK_Broadcast shuffle costsSimon Pilgrim2018-10-253-5/+54
* Fix MSVC llvm-exegesis build. NFCI.Simon Pilgrim2018-10-251-8/+8
* Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...George Rimar2018-10-257-54/+188
* [DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.Carlos Alberto Enciso2018-10-256-29/+296
* [LLDB] - Parse the DW_LLE_startx_length correctly for DWARF v5 case.George Rimar2018-10-252-5/+11
* Add -instcombine-code-sinking optionGabor Buella2018-10-252-1/+24
* [API] Extend the `SBThreadPlan` interfaceAleksandr Urakov2018-10-257-0/+108
* [llvm-exegesis] Add missing initializer.Clement Courbet2018-10-252-9/+9
* [llvm-exegesis] Fix VC build of r345243.Clement Courbet2018-10-251-8/+8
* [llvm-exegesis] Fix warning in r345243.Clement Courbet2018-10-251-1/+1
* [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.Clement Courbet2018-10-2525-247/+477
* [clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev2018-10-252-9/+123
* [X86] Don't use the OriginalDemandedBits to calculate the DemandedMask for PM...Craig Topper2018-10-251-1/+2
* Revert "Fix use of __libcpp_deallocate in dynarray"Eric Christopher2018-10-251-1/+1
* Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher2018-10-256-377/+55
* [llvm-readobj] Print ELF header flags names in GNU outputSimon Atanasyan2018-10-252-48/+108
* [CodeGen] Always emit the 'min-legal-vector-width' attribute even when the va...Craig Topper2018-10-253-5/+3
* [X86] Fix typo in comment. NFCCraig Topper2018-10-251-1/+1
* [clangd] Clean up LSP structs around configuration. NFC, no protocol changes.Sam McCall2018-10-254-49/+45
* Fix use of __libcpp_deallocate in dynarrayEric Fiselier2018-10-251-1/+1
* [clangd] Remove unused CDB function. NFCSam McCall2018-10-252-9/+0
* [clangd] Fix -compile-commands-dir flag, broken in r345031Sam McCall2018-10-252-2/+4
* [clangd] Don't invalidate LSP-set compile commands when closing a file.Sam McCall2018-10-254-18/+0
* [WebAssembly] Set LoadExt and TruncStore actions for SIMD typesThomas Lively2018-10-252-0/+73
* Fix test to work on Windows.Douglas Yung2018-10-251-1/+7
* [Sema] Fix -Wcomma for C89Richard Trieu2018-10-253-119/+139
* [X86] Adjust MIR test case to pacify machine verifierReid Kleckner2018-10-241-1/+1
* [X86] Fix pipeline tests when enabling MIR verification, NFCReid Kleckner2018-10-242-2/+8
* Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier2018-10-242-24/+2
* DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie2018-10-244-3/+18
* [WebAssembly] Fix immediate of rethrow when throwing to callerHeejin Ahn2018-10-242-2/+2
* Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool2018-10-249-24/+230
* [WebAssembly] Retain shuffle types during custom loweringThomas Lively2018-10-243-4/+21
* Make fminimum/fmaximum SDNodes commutative and associativeThomas Lively2018-10-241-2/+4
* [ELF] Fix large code model MIR verifier errorsReid Kleckner2018-10-246-102/+78
* [NFC] Rename minnan and maxnan to minimum and maximumThomas Lively2018-10-2427-127/+124
* [llvm-objcopy] Introduce dispatch mechanism based on the inputAlexander Shaposhnikov2018-10-243-29/+77
* Update MemorySSA in LoopRotate.Alina Sbirlea2018-10-2425-17/+293
* llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...David Blaikie2018-10-242-2/+12
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-246-55/+377
* [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai2018-10-242-27/+2
* [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai2018-10-2410-13/+0
OpenPOWER on IntegriCloud