OSDN Git Service

[AArch64] Refactor stand alone methods (NFC)
[android-x86/external-llvm.git] / include /
2018-02-09 Pavel Labath[CodeGen] Optimize AccelTable
2018-02-09 Serguei KatkovRename and move utility function getLatchPredicateForGu...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-08 Justin BognerCMake: Explicitly #undef LLVM_REVISION rather than...
2018-02-08 Craig Topper[X86] Remove kortest intrinsics and replace with native IR.
2018-02-08 Craig Topper[SelectionDAG] Add a helper function for creating a...
2018-02-08 Simon Pilgrim[InstCombine] Add m_Negative pattern matching
2018-02-08 Erich Keane[ARM] Add 'fillValidCPUArchList' to ARM targets
2018-02-08 Clement Courbet[TargetSchedule] Expose sub-units of a ProcResGroup...
2018-02-08 Rafael EspindolaFix PR36268.
2018-02-07 Momchil VelikovRevert "[DebugInfo] Improvements to representation...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-07 Benjamin Kramer[Orc] Pacify -pedantic.
2018-02-07 Pavel Labath[BinaryFormat] Remove dangling declaration of Discrimin...
2018-02-07 Max KazantsevRe-enable "[SCEV] Make isLoopEntryGuardedByCond a bit...
2018-02-07 Serguei KatkovRevert [SCEV] Make isLoopEntryGuardedByCond a bit smarter
2018-02-07 Max Kazantsev[SCEV] Make isLoopEntryGuardedByCond a bit smarter
2018-02-07 Teresa Johnson[ThinLTO] Serialize WithGlobalValueDeadStripping index...
2018-02-07 Volkan KelesGlobalISel: Always check operand types when executing...
2018-02-06 Adrian PrantlAdd DWARF for discriminated unions
2018-02-06 Lang Hames[ORC] Remove some unused lambda captures.
2018-02-06 Lang Hames[ORC] Start migrating ORC layers to use the new ORC...
2018-02-06 Paul Robinson[DWARFv5] Emit .debug_line_str (in a non-DWO file).
2018-02-06 Simon Pilgrim[InstCombine][ValueTracking] Match non-uniform constant...
2018-02-06 Nirav Dave[DAG, X86] Improve Dependency analysis when doing multi...
2018-02-05 Sanjay Patel[LoopStrengthReduce, x86] don't add cost for a cmp...
2018-02-05 Paul Robinson[DWARF] Regularize dumping strings from line tables.
2018-02-05 Peter CollingbourneLTO: Include dso-local bit in ThinLTO cache key.
2018-02-05 Teresa Johnson[ThinLTO] Convert dead alias to declarations
2018-02-05 Igor Laevsky[llvm-opt-fuzzer] Avoid adding incorrect inputs to...
2018-02-05 James HendersonFix more print format specifiers in debug_rnglists...
2018-02-04 Chad Rosier[LV] Use Demanded Bits and ValueTracking for reduction...
2018-02-03 Craig Topper[X86] Remove and autoupgrade kand/kandn/kor/kxor/kxnor...
2018-02-03 Lang Hames[ORC] Rename NullResolver to NullLegacyResolver.
2018-02-02 Aditya Nandakumar[GISel][NFC]: Move RegisterBankInfo::getSizeInBits...
2018-02-02 James HendersonFix type sizes that were causing incorrect string forma...
2018-02-02 James HendersonAdd missing new files from r324077
2018-02-02 James Henderson[DWARF v5] Add limited support for dumping .debug_rnglists
2018-02-02 Shiva Chen[RISCV] Add ELFObjectFileBase::getRISCVFeatures let...
2018-02-01 Benjamin Kramer[ADT] Replace sys::MemoryFence with standard atomics.
2018-02-01 Easwaran RamanRemove CallGraphTraits and use equivalent methods in...
2018-02-01 Easwaran Raman[GraphTraits] Add support for iterating over children...
2018-02-01 Jonas Devlieghere[NFC] 'DWARFv5' -> 'DWARF v5'
2018-02-01 Dean Michael Berris[XRay][compiler-rt+llvm] Update XRay register stashing...
2018-01-31 Marek OlsakAMDGPU: Add intrinsics llvm.amdgcn.cvt.{pknorm.i16...
2018-01-31 Sam Clegg[WebAssembly] MC: Remove unused code for handling of...
2018-01-31 Diana Picus[ARM GlobalISel] Modernize LegalizerInfo. NFCI
2018-01-31 Marina YatsinaTake into account the cost of local intervals when...
2018-01-31 Roger Ferrer Ibanez[ARM] Allow the scheduler to clone a node with glue...
2018-01-30 Yaxun LiuLLParser: add an argument for overriding data layout...
2018-01-30 Paul RobinsonTurn two static functions into methods, to simplify...
2018-01-30 Robert Widmann[LLVM-C] Add Accessors For A Module's Source File Name
2018-01-30 Vitaly Buka[ThinLTO/gold] Write empty imports even for modules...
2018-01-30 Artem Belevich[TableGen] Make sure !if is evaluated throughout class...
2018-01-30 Zachary Turner[CodeView] Micro-optimizations to speed up type merging.
2018-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-30 Zaara SyedaRe-commit : [PowerPC] Add handling for ColdCC calling...
2018-01-30 Jonas Devlieghere[AccelTable] Move print methods to implementation. NFC
2018-01-30 Sanjay Patel[InstSimplify] (X * Y) / Y --> X for relaxed floating...
2018-01-29 Paul RobinsonStop tracking .debug_line_str in DWARFUnit. NFC.
2018-01-29 Paul Robinson[DWARFv5] Re-enable dumping a line table with no CU.
2018-01-29 Daniel Sanders[globalisel][legalizer] Change identity() to changeTo...
2018-01-29 Daniel Sanders[globalisel][legalizer] Adapt LegalizerInfo to support...
2018-01-29 Geoff Berry[AMDGPU][X86][Mips] Make sure renamable bit not set...
2018-01-29 Rafael EspindolaMove getPlatformFlags to ELFObjectFileBase and simplify.
2018-01-29 Daniel Sanders[globalisel] Make LegalizerInfo::LegalizeAction availab...
2018-01-29 Jonas Devlieghere[AccelTable] Workaround for MSVC bug
2018-01-29 Jonas Devlieghere[AccelTable] Try making MSVC happy
2018-01-29 Jonas Devlieghere[AccelTable] Fix undefined reference
2018-01-29 Jonas Devlieghere[dsymutil] Generate Apple accelerator tables
2018-01-29 Jonas Devlieghere[NFC] Rename DwarfAccelTable and move header.
2018-01-29 Pavel LabathFix windows test failure caused by r323638
2018-01-29 Pavel LabathRefactor dwarfdump -apple-names output
2018-01-29 Pavel Labath[DebugInfo] Basic .debug_names dumping support
2018-01-29 George Rimar[ThinLTO] - Stop internalizing and drop non-prevailing...
2018-01-29 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-28 Jonas Devlieghere[Support] Move DJB hash to support. NFC
2018-01-27 Daniel NeilsonAdd IRBuilder API to create memcpy/memmove calls with...
2018-01-26 Daniil Fukalov[AMDGPU] fix LDS f32 intrinsics
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-26 Aditya NandakumarFix buildfailure by making some MIPatternMatchers inline
2018-01-25 Paul Robinson[DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.
2018-01-25 Easwaran Raman[SyntheticCounts] Rewrite the code using only graph...
2018-01-25 Vedant Kumar[Debug] Add a utility to propagate dbg.value to new...
2018-01-25 Easwaran RamanRe-land "[ThinLTO] Add call edges' relative block frequ...
2018-01-25 Benjamin Kramer[ADT] Make moving Optional not reset the Optional it...
2018-01-25 George Rimar[LTO] - Introduce GlobalResolution::Prevailing flag.
2018-01-25 Sam McCallGive scope_exit helper correct move semantics
2018-01-25 Amjad AboudAnother try to commit 323321 (aggressive instruction...
2018-01-25 George Rimar[LTO] - Get rid of friend 'computeDeadSymbols'. NFC.
2018-01-25 Jonas Devlieghere[Dwarf] Add dsymutil Atom extensions. NFC
2018-01-25 Aditya NandakumarAdd support for pattern matching MachineInsts.
2018-01-25 Lang Hames[ORC] Refactor the various lookupFlags methods to retur...
2018-01-25 Aditya Nandakumar[GISel]: Fix modules build by including <cassert>
2018-01-25 Lang Hames[ORC] Try to silence compiler error at
2018-01-25 Aditya Nandakumar[GISel]: Implement GlobalISel combiner API.
2018-01-24 Lang Hames[ORC] Add helpers for building orc::SymbolResolvers...
2018-01-24 Lang Hames[ORC] Add a LambdaSymbolResolver convenience class...
2018-01-24 Easwaran RamanRevert "[ThinLTO] Add call edges' relative block freque...
2018-01-24 Easwaran Raman[ThinLTO] Add call edges' relative block frequency...
next