summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MemorySSA] Create query after checking if instruction is a fence.Alina Sbirlea2018-11-131-2/+3
* [AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790Fangrui Song2018-11-131-1/+1
* [ELF] Add a better test for the multi-CU .gdb_index bug that D54361 fixedFangrui Song2018-11-133-2/+82
* Fixed DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT i1 handlingStanislav Mekhanoshin2018-11-132-0/+37
* [ELF] Rename NameTypeEntry to NameAttrEntry and its field "Type" to CuIndexAn...Fangrui Song2018-11-132-12/+12
* [AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.tdBruno Ricci2018-11-131-63/+80
* [lsan] [NFC] Change ARRAY_SIZE to internal_strnlenGeorge Karpenkov2018-11-131-1/+3
* [MS Demangler] Print public:, protected:, private: if set in FunctionClass or...Nico Weber2018-11-139-31/+42
* [AsmPrinter] Rename a comment of .debug_gnu_pubnames entryFangrui Song2018-11-132-3/+3
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-137-1/+31
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-1311-105/+157
* [NativePDB] Add support for S_CONSTANT records.Zachary Turner2018-11-136-8/+1249
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-135-4/+233
* Add fneg instruction to syntax highlighting listsMatt Arsenault2018-11-133-2/+3
* [SelectionDAG][X86] Relax restriction on the width of an input to *_EXTEND_VE...Craig Topper2018-11-138-227/+263
* [Cocoa] Implement formatter for the new NSDate representation.Davide Italiano2018-11-131-1/+63
* [llvm-objcopy] Rename --keep to --keep-section.Jordan Rupprecht2018-11-1311-17/+19
* [AST][NFC] Style fixes for UnaryOperatorBruno Ricci2018-11-132-39/+35
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-1332-260/+1599
* Fix UB in string.bench.cpp.Eric Fiselier2018-11-131-6/+6
* [WebAssembly] Fix broken assumption that all bitcasts are to functions typesSam Clegg2018-11-132-31/+72
* [COFF] Simplify relocation to discarded section diagnostic code, NFCReid Kleckner2018-11-131-29/+36
* [FileSystem] Add expand_tilde functionJonas Devlieghere2018-11-134-0/+50
* Since ABI's now hold a process WP, they should be handedJim Ingham2018-11-1312-48/+12
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-1330-83/+595
* [WebAssembly] Mark immediates.ll as XFAILed on MIPS hostsSimon Atanasyan2018-11-131-0/+5
* Remove duplicate entry for issue 3134Marshall Clow2018-11-131-1/+0
* Update status for issue 3122Marshall Clow2018-11-131-2/+2
* [AST][NFC] Pack DeclRefExprBruno Ricci2018-11-133-38/+37
* [CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.Florian Hahn2018-11-136-51/+69
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-1342-774/+89
* [NFC][libcxx] Mark P1006R1 as completeLouis Dionne2018-11-131-1/+1
* Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...Marshall Clow2018-11-1310-26/+75
* [NFC][libcxx] Mark P1006 as implemented in LLVM 8.0Louis Dionne2018-11-131-1/+1
* [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traitsLouis Dionne2018-11-132-5/+16
* [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide...Louis Dionne2018-11-131-2/+2
* [InstCombine] add tests for funnel shift demanded bits; NFCSanjay Patel2018-11-131-0/+147
* Fix uninitialized variable.Alexander Kornienko2018-11-131-1/+1
* [CostModel][X86] Fix constant vector XOP rights shiftsSimon Pilgrim2018-11-133-89/+82
* [VectorUtils] Use namespace for InterleaveGroup template specialization.Florian Hahn2018-11-131-4/+6
* [VPlan] VPlan version of InterleavedAccessInfo.Florian Hahn2018-11-136-49/+166
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-1321-120/+182
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-132-2/+18
* [TTI] Make TargetTransformInfo::getOperandInfo static. NFCI.Simon Pilgrim2018-11-132-5/+4
* [CostModel][X86] Add more cost tests for funnel shiftsSimon Pilgrim2018-11-132-8/+2853
* Fix comment for XOP rotates. NFCI.Simon Pilgrim2018-11-131-1/+1
* Add bracket that was lost in rL346727 and has been causing buildbot failures ...Simon Pilgrim2018-11-131-1/+1
* Fix .cfi_restore with register numbers > 64Alexander Richardson2018-11-132-1/+23
* Fix modules build of AVRAsmParser.cppAlexander Richardson2018-11-131-3/+4
* [ELF] - Renamed AArch64 specific relocations expressions. NFC.George Rimar2018-11-134-17/+18
OpenPOWER on IntegriCloud