OSDN Git Service

TwoAddressInstructionPass: Trigger -O0 behavior on optnone
[android-x86/external-llvm.git] / include /
2017-12-04 Hans WennborgRevert r319490 "XOR the frame pointer with the stack...
2017-12-04 Daniel SandersAllow similar TargetOpcodes to use inheritance to facto...
2017-12-04 Daniel Sanders[globalisel][tablegen] Split atomic load/store into...
2017-12-04 Hiroshi YamauchiMove splitIndirectCriticalEdges() to BasicBlockUtils.h.
2017-12-04 Sanjoy Das[SCEV] A different fix for PR33494
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-12-04 Oliver StannardRevert r319649 - [Asm, ARM] Add fallback diag for multi...
2017-12-04 Oliver Stannard[Asm, ARM] Add fallback diag for multiple invalid operands
2017-12-03 Sam CleggReland "[WebAssembly] Add visibility flag to Wasm symbo...
2017-12-02 Yaxun LiuCodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_...
2017-12-02 Heejin Ahn[WebAssembly] Revert r319488 "Add visibility flag to...
2017-12-01 Matt MorehouseRevert "[X86] Improvement in CodeGen instruction select...
2017-12-01 Jake Ehrlich[MC] Handle unknown literal register numbers in .cfi_...
2017-12-01 Fedor SergeevIR printing improvement for function passes - introduci...
2017-12-01 Jatin Bhateja[X86] Improvement in CodeGen instruction selection...
2017-12-01 Volkan KelesGlobalISel: Enable the legalization of G_MERGE_VALUES...
2017-11-30 Zachary TurnerSimplify the DenseSet used for hashing CodeView records.
2017-11-30 Reid KlecknerXOR the frame pointer with the stack cookie when protec...
2017-11-30 Sam CleggAdd visibility flag to Wasm symbol flags
2017-11-30 Dan Gohman[memcpyopt] Commit file missed in r319482.
2017-11-30 Daniel Sanders[globalisel][tablegen] Add support for relative AtomicO...
2017-11-30 Daniel Sanders[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SU...
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Sean EvesonRevert r319423: [MC] Function stack size section.
2017-11-30 Francis Visoiu Mistrih[CodeGen] Print "%vreg0" as "%0" in both MIR and debug...
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Graham YiuWith PGO information, we can do more aggressive outlini...
2017-11-30 Rafael EspindolaCheck alignment in getSectionContentsAsArray.
2017-11-29 Zachary Turner[CodeView] Factor some code out of TypeTableBuilder.
2017-11-29 Zachary TurnerMake TypeTableBuilder inherit from TypeCollection.
2017-11-29 Jonas PaulssonComment fix in SelectionDAG.h
2017-11-29 Bruno Cardoso Lopes[Modules] Add textual headers for recently added .def...
2017-11-29 Matt ArsenaultDAG: Add nuw when splitting loads and stores
2017-11-28 Zachary Turner[NFC] Minor cleanups in CodeView TypeTableBuilder.
2017-11-28 Daniel Sanders[globalisel][tablegen] Fix PR35375 by sign-extending...
2017-11-28 Daniel Sanders[globalisel][tablegen] Add support for importing G_ATOM...
2017-11-28 Daniel Sanders[aarch64][globalisel] Define G_ATOMIC_CMPXCHG and G_ATO...
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-11-28 Francis Visoiu Mistrih[CodeGen] Cleanup MachineOperand
2017-11-28 Konstantin ZhuravlyovAMDGPU: Add num spilled s/vgprs to metadata
2017-11-28 Francis Visoiu Mistrih[CodeGen] Print register names in lowercase in both...
2017-11-28 Francis Visoiu Mistrih[Support] Merge toLower / toUpper implementations
2017-11-28 Francis Visoiu Mistrih[CodeGen] Rename functions PrintReg* to printReg*
2017-11-28 Chandler CarruthAdd a new pass to speculate around PHI nodes with const...
2017-11-28 Rafael EspindolaUse FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.
2017-11-28 Peter CollingbourneReland r319090, "COFF: Do not create SectionChunks...
2017-11-28 Adrian PrantlMove getVariableSize from Verifier.cpp into DIVariable...
2017-11-28 Rafael EspindolaAdd an F_Delete flag.
2017-11-27 Rafael EspindolaAdd OpenFlags to the create(Unique|Temporary)File inter...
2017-11-27 Peter CollingbourneRevert r319090, "COFF: Do not create SectionChunks...
2017-11-27 Sanjay Patel[PartiallyInlineLibCalls][x86] add TTI hook to allow...
2017-11-27 Peter CollingbourneCOFF: Do not create SectionChunks for discarded comdat...
2017-11-27 David BlaikieRename MCTargetOptionsCommandFlags.h to .def as it...
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-11-27 Zachary Turner[BinaryStream] Support growable streams.
2017-11-27 Jonas HahnfeldDelete obsolete function mergeUseListsImpl
2017-11-27 Nirav Dave[DAG] Do MergeConsecutiveStores again before Instructio...
2017-11-27 Max Kazantsev[NFC] Add missing unit tests for EquivalenceClasses
2017-11-26 Oren Ben SimhonControl-Flow Enforcement Technology - Shadow Stack...
2017-11-26 Coby Tayree[x86][icelake]GFNI
2017-11-25 David BlaikieRemove dead code
2017-11-25 Craig Topper[X86] Remove GCCBuiltin from intrinsics that are no...
2017-11-25 Craig Topper[X86] Add separate intrinsics for scalar FMA4 instructions.
2017-11-24 Javed Absar[SCEV] : Simplify loop to range-loop.NFC.
2017-11-23 Benjamin Kramer[YAMLParser] Fix unused variable warning.
2017-11-23 Benjamin Kramer[YAMLParser] Don't crash on null keys in KeyValueNodes.
2017-11-23 Coby Tayree[x86][icelake]BITALG
2017-11-23 George RimarRevert r318822 "[llvm-tblgen] - Stop using std::string...
2017-11-23 David BlaikieInstrumentation.h: Remove dead/untested code for DFSan...
2017-11-22 Paul RobinsonAdd a missing include found by modules bot.
2017-11-22 Paul RobinsonRemove unnecessary include.
2017-11-22 Peter CollingbourneCachePruning: Allow limiting the number of files in...
2017-11-22 Paul Robinson[DebugInfo] Dump a .debug_line section, including line...
2017-11-22 George Rimar[llvm-tblgen] - Stop using std::string in RecordKeeper.
2017-11-22 Craig Topper[SelectionDAG] Add a isel matcher op to check the type...
2017-11-21 Craig Topper[X86] Move the information about the feature bits used...
2017-11-21 Alina SbirleaAdd MemorySSA as loop dependency, disabled by default...
2017-11-21 Coby Tayree[x86][icelake]VNNI
2017-11-21 Coby Tayree[x86][icelake]vbmi2
2017-11-21 Coby Tayree[x86][icelake]vpclmulqdq introduction
2017-11-21 Coby Tayree[x86][icelake]VAES introduction
2017-11-21 David BlaikieXRayRecord.h: Add missing #include
2017-11-21 David BlaikieYAML/XRay/std::vector: Fix ODR violation by removing...
2017-11-20 David BlaikieAdd ADL support to range based <algorithm> extensions
2017-11-20 Hiroshi YamauchiFix a lld-x86_64-darwin13 build error.
2017-11-20 Hiroshi YamauchiAdd heuristics for irreducible loop metadata under PGO
2017-11-20 Teresa Johnson[SROA] Correctly invalidate analyses when dead instruct...
2017-11-20 Tony Jiang[MachineCSE] Add new callback for is caller preserved...
2017-11-19 Sanjay Patel[LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt...
2017-11-18 Eric FiselierFix use of config.h in public headers.
2017-11-18 Daniel Sanders[globalisel][tablegen] Generalize pointer-type inferenc...
2017-11-17 Rafael EspindolaUse TempFile in the implementation of LockFileManager.
2017-11-17 Chandler Carruth[PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivia...
2017-11-17 Aditya Nandakumar[GISel]: DCE copy instructions during legalization
2017-11-17 Vedant Kumar[SelectionDAG] Consolidate (t|T)ransferDbgValues method...
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-17 Zachary TurnerDon't #include MemoryBuffer.h from Host.h.
2017-11-16 Lang Hames[Support] Support NetBSD PaX MPROTECT in sys::Memory.
2017-11-16 Rafael EspindolaConvert another use of createUniqueFile to TempFile...
next