summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-07-26[AArch64] Armv8.2-A: add the crypto extensionsSjoerd Meijer
2018-07-26[Support] Introduce createStringError helper functionVictor Leschuk
2018-07-26RegUsageInfo: Cleanup; NFCMatthias Braun
2018-07-26InitializePasses: Sort declarations; NFCMatthias Braun
2018-07-26CodeGen: Cleanup regmask construction; NFCMatthias Braun
2018-07-25[SelectionDAG] try to convert funnel shift directly to rotate if legalSanjay Patel
2018-07-25Revert r337904: [IPSCCP] Use PredicateInfo to propagate facts from cmp instru...Florian Hahn
2018-07-25[COFF] Use comdat shared constants for MinGW as wellMartin Storsjo
2018-07-25Move JIT listener C binding fallbackks to ExecutionEngineBindings.cpp.Andres Freund
2018-07-25Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...Florian Hahn
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel
2018-07-25[Dominators] Assert if there is modification to DelBB while it is awaiting de...Chijun Sima
2018-07-24[MachineOutliner][NFC] Move target frame info into OutlinedFunctionJessica Paquette
2018-07-24Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...Peter Collingbourne
2018-07-24[Inliner] Teach inliner to merge 'min-legal-vector-width' function attributeCraig Topper
2018-07-24[MachineOutliner][NFC] Make Candidates own their call informationJessica Paquette
2018-07-24[MachineOutliner][NFC] Sink some candidate logic into OutlinedFunctionJessica Paquette
2018-07-24[PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.Florian Hahn
2018-07-24ADT: Shrink SmallVector size 0 to 16B on 64-bit platformsDuncan P. N. Exon Smith
2018-07-24Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn
2018-07-24Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen
2018-07-24[DebugInfo] Generate DWARF debug information for labels.Shiva Chen
2018-07-24Add PerfJITEventListener for perf profiling support.Andres Freund
2018-07-23[DWARF v5] Refactor range lists dumping by using a more generic way of handli...Wolfgang Pieb
2018-07-23[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.Martin Storsjo
2018-07-23[DebugCounters] Keep track of total countsGeorge Burgess IV
2018-07-23[Support] Add a UniqueStringSaver: like StringSaver, but deduplicating.Sam McCall
2018-07-22[ORE] Move loop invariant ORE checks outside the PM loop.Xin Tong
2018-07-21[InstrSimplify] fold sdiv if two operands are negated and non-overflowChen Zheng
2018-07-21[DebugInfo] Add a new DI flag to record if a C++ record is a trivial typeAaron Smith
2018-07-21[ORC] Re-apply r336760 with fixes.Lang Hames
2018-07-20Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames
2018-07-20[COFF] Adjust how we flag weak externalsMartin Storsjo
2018-07-20Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner
2018-07-20[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames
2018-07-20[ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames
2018-07-20[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames
2018-07-20Fix linker failure with Any.Zachary Turner
2018-07-20Add a Microsoft Demangler.Zachary Turner
2018-07-20[Any] Fix a typo: didn't use the correct argumentPhilip Pfaffe
2018-07-20[MemorySSA] Add API to update MemoryPhis, following CFG changes.Alina Sbirlea
2018-07-20Change bool_constant to integral_constant.Zachary Turner
2018-07-20Add llvm::Any.Zachary Turner
2018-07-20DwarfDebug: Reduce duplication in addAccel*** methodsPavel Labath
2018-07-20Reapply "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"Duncan P. N. Exon Smith
2018-07-20Revert "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"Duncan P. N. Exon Smith
2018-07-19ADT: Shrink size of SmallVector by 8B on 64-bit platformsDuncan P. N. Exon Smith
2018-07-19Work around bug in mingw-w64 GCC 8.1.0Reid Kleckner
2018-07-19[ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTypeTests in new PMTeresa Johnson
2018-07-19Use std::reference_wrapper instead of llvm::ReferenceStorageSerge Guelton