summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-26[mips] Sign extend i32 return values on MIPS64Stefan Maksimovic
2018-07-26Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo
2018-07-26[x86/SLH] Extract the logic to trace predicate state through calls toChandler Carruth
2018-07-26[AArch64] Armv8.2-A: add the crypto extensionsSjoerd Meijer
2018-07-26[X86] Don't use CombineTo to skip adding new nodes to the DAGCombiner worklis...Craig Topper
2018-07-26Revert r337981: it breaks the debuginfo-testsAlex Lorenz
2018-07-26[X86] Remove some unnecessary explicit calls to DCI.AddToWorkList.Craig Topper
2018-07-26[Support] Introduce createStringError helper functionVictor Leschuk
2018-07-26[GlobalISel] Fall back to SDISel for swifterror/swiftself attributes.Amara Emerson
2018-07-26[DWARF v5] Don't report an error when the .debug_rnglists section is empty or...Wolfgang Pieb
2018-07-26[LoadStoreVectorizer] Use const referenceFangrui Song
2018-07-26RegUsageInfo: Cleanup; NFCMatthias Braun
2018-07-26CodeGen.cpp: Sort initializers; NFCMatthias Braun
2018-07-26CodeGen: Cleanup regmask construction; NFCMatthias Braun
2018-07-25[DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...Wolfgang Pieb
2018-07-25bpf: new option -bpf-expand-memcpy-in-order to expand memcpy in orderYonghong Song
2018-07-25[GlobalMerge] Handle llvm.compiler.used correctly.Eli Friedman
2018-07-25[SelectionDAG] try to convert funnel shift directly to rotate if legalSanjay Patel
2018-07-25[LSV] Look through selects for consecutive addressesRoman Tereshin
2018-07-25[GlobalMerge] Allow merging globals with arbitrary alignment.Eli Friedman
2018-07-25Revert r337904: [IPSCCP] Use PredicateInfo to propagate facts from cmp instru...Florian Hahn
2018-07-25Add missing 'override', fixing compilation with some compilers since SVN r337950Martin Storsjo
2018-07-25[COFF] Use comdat shared constants for MinGW as wellMartin Storsjo
2018-07-25[COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo
2018-07-25[ARM] Prefer lsls+lsrs over lsls+ands or lsrs+ands in Thumb1.Eli Friedman
2018-07-25[SCEV] Add [zs]ext{C,+,x} -> (D + [zs]ext{C-D,+,x})<nuw><nsw> transformRoman Tereshin
2018-07-25Add an option to specify the name ofXinliang David Li
2018-07-25Fix corruption of result number in LegalizeVectorOps.cppUlrich Weigand
2018-07-25[AMDGPU] Use AssumptionCacheTracker in the divrem32 expansionStanislav Mekhanoshin
2018-07-25Fix llvm::ComputeNumSignBits with some operations and llvm.assumeStanislav Mekhanoshin
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath
2018-07-25[Hexagon] Properly scale bit index when extracting elements from vNi1Krzysztof Parzyszek
2018-07-25dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath
2018-07-25Move JIT listener C binding fallbackks to ExecutionEngineBindings.cpp.Andres Freund
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath
2018-07-25[MIPS GlobalISel] Lower pointer argumentsPetar Jovanovic
2018-07-25dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath
2018-07-25[SystemZ] Use tablegen loops in SchedModelsJonas Paulsson
2018-07-25Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...Florian Hahn
2018-07-25Fix PR34170: Crash on inline asm with 64bit output in 32bit GPRThomas Preud'homme
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel
2018-07-25[x86/SLH] Sink the return hardening into the main block-walk + hardeningChandler Carruth
2018-07-25[x86/SLH] Improve name and comments for the main hardening function.Chandler Carruth
2018-07-25[mips] Replace custom parsing logic for data directives by the `addAliasForDi...Simon Atanasyan
2018-07-25[Dominators] Assert if there is modification to DelBB while it is awaiting de...Chijun Sima
2018-07-25[X86] Use X86ISD::MUL_IMM instead of ISD::MUL for multiply we intend to be se...Craig Topper
2018-07-25[RegisterBankInfo] Ignore InstrMappings that create impossible to repair oper...Tom Stellard
2018-07-25[profile] Support profiling runtime on FuchsiaPetr Hosek
2018-07-25[x86/SLH] Teach the x86 speculative load hardening pass to hardenChandler Carruth
2018-07-25[X86] Use a shift plus an lea for multiplying by a constant that is a power o...Craig Topper