OSDN Git Service

[llvm-exegesis] Allow measuring several instructions in a single run.
[android-x86/external-llvm.git] / include /
2018-10-17 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-16 David Bolvansky[InstCombine] Cleanup libfunc attribute inferring
2018-10-16 Lang Hames[ORC] Make the VModuleKey optional, propagate it via...
2018-10-16 Krasimir GeorgievRevert "[WebAssembly] LSDA info generation"
2018-10-16 Leonard Chan[Intrinsic] Signed Saturation Addition Intrinsic
2018-10-16 Anna Thomas[LV] Teach vectorizer about variant value store into...
2018-10-16 Max Kazantsev[NFC] Introduce ICFLoopSafetyInfo
2018-10-16 Max Kazantsev[NFC] Remove obsolete method headerMayThrow
2018-10-16 Max Kazantsev[NFC] Make LoopSafetyInfo abstract to allow alternative...
2018-10-16 Aleksandar Beserminji[mips][micromips] Fix how values in .gcc_except_table...
2018-10-16 Max Kazantsev[NFC] Encapsulate work with BlockColors in LoopSafetyInfo
2018-10-16 David Stenberg[DebugInfo][LCSSA] Rewrite pre-existing debug values...
2018-10-16 Max Kazantsev[NFC] Move block throw check inside allLoopPathsLeadToBlock
2018-10-16 Max Kazantsev[NFC] Turn isGuaranteedToExecute into a method
2018-10-16 Heejin Ahn[WebAssembly] LSDA info generation
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-10-15 Lang Hames[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentI...
2018-10-15 Lang Hames[ORC] Switch to DenseMap/DenseSet for ORC symbol map...
2018-10-15 Lang Hames[ADT] Fix a bug in DenseSet's initializer_list constructor.
2018-10-15 Fedor SergeevRevert "[NewPM] teach -passes= to emit meaningful error...
2018-10-15 Lang Hames[ADT] Adds equality operators for DenseMap and DenseSet...
2018-10-15 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-15 Chandler Carruth[TI removal] Make `getTerminator()` return a generic...
2018-10-15 Chandler Carruth[TI removal] Rework `InstVisitor` to support visiting...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from GVN.h and...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from SparsePropaga...
2018-10-15 Chandler Carruth[TI removal] Remove a dead forward declaration of Termi...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
2018-10-15 Chandler Carruth[TI removal] Just use Instruction in the CFG printer...
2018-10-15 Chandler Carruth[TI removal] Remove a unnecessary use of `TerminatorIns...
2018-10-15 Chandler Carruth[TI removal] Remove TerminatorInst as an input paramete...
2018-10-15 Lang Hames[ORC] Simplify naming for JITDylib definition generators.
2018-10-14 Lang Hames[ORC] Remove XXLayer::add methods that default to using...
2018-10-14 Dorit Nuzmanrecommit 344472 after fixing build failure on ARM and...
2018-10-14 Dorit Nuzmanrevert 344472 due to failures.
2018-10-14 Dorit Nuzman[IAI,LV] Add support for vectorizing predicated strided...
2018-10-13 Lang Hames[ORC] During lookup, do not match against hidden symbol...
2018-10-13 David Bolvansky[InstCombine] Fixed crash with aliased functions
2018-10-13 Thomas Lively[Intrinsic] Add llvm.minimum and llvm.maximum instrinsi...
2018-10-12 Kostya Serebryanymove GetOrCreateFunctionComdat to Instrumentation.cpp...
2018-10-12 Eli FriedmanRevert BTF commit series.
2018-10-12 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-10-12 Reid Kleckner[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd...
2018-10-12 Simon PilgrimFix MCBTF string array initialization so its MSVC frien...
2018-10-12 Fangrui Song[BPF] Use cstdint {,u}int*_t instead of linux/types...
2018-10-12 Fangrui Song[BPF] Don't include linux/types.h and fix style
2018-10-12 Fangrui Song[BPF] Some fixes after rL344366
2018-10-12 Yonghong Song[BPF] Add BTF generation for BPF target
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Zachary TurnerRevert "Make YAML quote forward slashes."
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Sam ParkerFix documentation of MachineInstr::getNumOperands
2018-10-12 Andrea Di Biagio[tblgen][llvm-mca] Add the ability to describe move...
2018-10-11 Kostya Serebryanymerge two near-identical functions createPrivateGlobalF...
2018-10-11 Wei Mi[SampleFDO][NFC] Remove debugging log left over in...
2018-10-11 Leonard Chan[PassManager/Sanitizer] Port of AddresSanitizer pass...
2018-10-11 Amara Emerson[InstCombine] Fix SimplifyLibCalls erasing an instructi...
2018-10-11 Max Kazantsev[NFC] Factor out getOrCreateAddRecExpr method
2018-10-11 Zachary TurnerUse fully qualified namespace name.
2018-10-11 Thomas Lively[WebAssembly] Saturating float to int intrinsics
2018-10-10 Saleem Abdulrasoolllvm-c: Add C APIs to access DebugLoc info
2018-10-10 Richard SmithAdd a flag to remap manglings when reading profile...
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-10-10 George Burgess IVReplace most users of UnknownSize with LocationSize...
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-10-10 Renato Golin[LV] Add a new reduction pattern match
2018-10-10 Francis Visoiu MistrihReland: [OptRemarks] Add library for parsing optimizati...
2018-10-10 Scott Linder[Support] Remove redundant qualifiers in YAMLTraits...
2018-10-10 Francis Visoiu MistrihRevert "[OptRemarks] Add library for parsing optimizati...
2018-10-10 Volkan Keles[GlobalISel] Fix the artifact combiner to fold G_IMPLIC...
2018-10-10 Francis Visoiu Mistrih[OptRemarks] Add library for parsing optimization remarks
2018-10-10 Jonas DevlieghereLift VFS from clang to llvm (NFC)
2018-10-10 Carlos Alberto EncisoRevert "[DebugInfo][Dexter] Unreachable line stepped...
2018-10-10 Simon Pilgrim[TargetLowering] Add root node back to work list after...
2018-10-10 Carlos Alberto Enciso[DebugInfo][Dexter] Unreachable line stepped onto after...
2018-10-10 George Burgess IV[Analysis] Make LocationSizes carry an 'imprecise' bit
2018-10-10 George Burgess IV[Analysis] Make LocationSize pretty-printing more descr...
2018-10-10 Fangrui Song[opt] Change the parameter of OptTable::PrintHelp from...
2018-10-09 Cameron McInally[FPEnv] PatternMatcher support for checking FNEG ignori...
2018-10-09 Lang Hames[ORC] Promote and rename private symbols inside the...
2018-10-09 Sam Clegg[SLPVectorizer] Check that lowered type is floating...
2018-10-09 Zachary Turner[PDB] Fix failure on big endian machines.
2018-10-09 Aleksandr Urakov[ADT] Force the alignment of the `data` field of `Inter...
2018-10-09 Aleksandr UrakovRevert "[ADT] Change the `IntervalMap` alignment assert...
2018-10-09 Aleksandr Urakov[ADT] Change the `IntervalMap` alignment assert for...
2018-10-09 George Burgess IVMake LocationSize a proper Optional type; NFC
2018-10-08 Kristina BrooksFix incorrect Twine usage in CFGPrinter
2018-10-08 Nicolai HaehnleAMDGPU: Future-proof {raw,struct}.buffer.atomic intrinsics
2018-10-08 Neil Henning[IRBuilder] Fixup CreateIntrinsic to allow specifying...
2018-10-08 Zachary Turner[PDB] Add the ability to lookup global symbols by name.
2018-10-07 Kirill Bobyrev[clangd] NFC: Migrate to LLVM STLExtras API where possible
2018-10-06 Lang Hames[ORC] Add a 'remove' method to JITDylib to remove symbols.
2018-10-06 Lang Hames[ORC] Pass symbol name to discard by const reference.
2018-10-06 Simon PilgrimWdocumentation fix
2018-10-05 Fedor Sergeev[New PM][PassTiming] implement -time-passes for the...
2018-10-05 David Blaikiedwarfdump: Avoid parsing units unnecessarily
2018-10-05 Vedant Kumar[DebugInfo] Add support for DWARF5 call site-related...
2018-10-05 Sanjay Patel[SelectionDAG] allow undefs when matching splat constants
2018-10-05 Jonas Paulsson[LoopVectorizer] Use TTI.getOperandInfo()
2018-10-05 Jonas Paulsson[TargetRegisterInfo] Remove temporary hook enableMultip...
next