OSDN Git Service

CODE_OWNERS: Take code ownership of instruction scheduling.
[android-x86/external-llvm.git] / include /
2017-03-10 Zachary TurnerAdd llvm::sys::fs::real_path.
2017-03-10 Simon PilgrimFix Wdocumentation warning
2017-03-10 Simon Pilgrim[APInt] Add APInt::insertBits() method to insert an...
2017-03-10 Sanne Wouda[Assembler] Add location info to unary expressions.
2017-03-10 Simon Atanasyan[MC] Set SHT_MIPS_DWARF section type for all .debug_...
2017-03-10 Daniel BerlinMove memory coercion functions from GVN.cpp to VNCoerci...
2017-03-10 Matt ArsenaultPatternMatch; Add m_ZExtOrSExt matcher
2017-03-10 Daniel BerlinNewGVN: Rewrite DCE during elimination so we do it...
2017-03-10 Ahmed Bougacha[GlobalISel] Use ImmutableCallSite instead of templates...
2017-03-10 Daniel BerlinAdd support for DenseMap/DenseSet count and find using...
2017-03-09 Tim NorthoverGlobalISel: support trivial inlineasm calls.
2017-03-09 Eli FriedmanRefactor alias check from MISched into common helper...
2017-03-09 Yaxun LiuAMDGPU: Add GCCBuiltin for ds_permute ds_bpermute
2017-03-09 Jan SjodinAdd front() method to SetVector.
2017-03-09 Teresa JohnsonPerform symbol binding for .symver versioned symbols
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Emit address space with DW_AT_address_class...
2017-03-08 Zachary Turner[Support] Add llvm::sys::fs::remove_directories.
2017-03-08 Jordan RoseAdd red zones to BumpPtrAllocator under ASan
2017-03-08 Zachary TurnerResubmit FileSystem changes.
2017-03-08 Jun Bum Lim[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()
2017-03-08 Amjad Aboud[SLP] Fixed non-deterministic behavior in Loop Vectorizer.
2017-03-08 Zachary TurnerWork around an ICE on MSVC 2017.
2017-03-07 Daniel SandersRecommit: [globalisel] Change LLT constructor string...
2017-03-07 Duncan P. N. Exon... ADT: Fix SmallPtrSet iterators in reverse mode
2017-03-07 Gor Nishanov[coroutines] Add handling for unwind coro.ends
2017-03-07 Joel Jones[AArch64] Vulcan is now ThunderXT99
2017-03-07 Daniel SandersRevert r297177: Change LLT constructor string into...
2017-03-07 Chris Bieneman[ObjectYAML] Add support for DWARF5 Unit header
2017-03-07 Daniel BerlinAdd PointerLikeTypeTraits for const things, as long...
2017-03-07 Daniel BerlinMake SmallPtrSet count and find able to take const...
2017-03-07 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-03-07 Volkan Keles[GlobalISel] Translate floating-point negation
2017-03-07 Zachary Turner[Support] Add the option to not follow symlinks on...
2017-03-07 Ranjeet Singh[ARM] Reapply r296865 "[ARM] fpscr read/write intrinsic...
2017-03-07 Craig Topper[APInt] Add rvalue reference support to and, or, xor...
2017-03-07 Zachary TurnerUse LLVM for all stat-related functionality.
2017-03-07 Craig Topper[APInt] Add getBitsSetFrom and setBitsFrom to set upper...
2017-03-07 Craig Topper[APInt] Implement getLowBitsSet/getHighBitsSet/getBitsS...
2017-03-07 Craig Topper[APInt] Add setLowBits/setHighBits methods to APInt.
2017-03-07 Bob Wilsonremove Cmake option for LLVM_DISABLE_ABI_BREAKING_CHECK...
2017-03-06 Michael Kuperstein[SLP] Revert r296863 due to miscompiles.
2017-03-06 Tim NorthoverGlobalISel: restrict G_EXTRACT instruction to just...
2017-03-06 Chris Bieneman[ObjectYAML] Support for DW_FORM_implicit_const DWARF5...
2017-03-06 Volkan Keles[GlobalISel] Fix G_FPEXT’s description. NFC.
2017-03-06 Paul Robinson[DWARFv5] Update definitions to match published spec.
2017-03-06 Jessica Paquette[Outliner] Fixed Asan bot failure in r296418
2017-03-06 Tim NorthoverGlobalISel: don't emit degenerate G_INSERT instructions.
2017-03-06 Tim NorthoverGlobalISel: add buildUndef method to MachineIRBuilder...
2017-03-06 Tim NorthoverGlobalISel: refactor legalization of G_INSERT.
2017-03-06 Dehao ChenRemove the sample pgo annotation heuristic that uses...
2017-03-06 Dean Michael Berris[XRay] Allow logging the first argument of a function...
2017-03-06 Craig Topper[APInt] Move operator~ out of line to make it better...
2017-03-06 Craig Topper[APInt] Remove add and sub functions from APIntOps...
2017-03-06 Craig Topper[APInt] Remove unused And/Or/Xor methods. They just...
2017-03-05 Craig Topper[APInt] Remove the And/Or/Xor/Not functions from the...
2017-03-05 Simon Pilgrim[X86][SSE] Lower 128-bit vectors to SIGN/ZERO_EXTEND_VE...
2017-03-04 Sanjay Patel[DAGCombiner] allow transforming (select Cond, C +...
2017-03-04 Zachary TurnerTry to fix thread name truncation on non-Windows.
2017-03-04 Zachary TurnerTruncate thread names if they're too long.
2017-03-04 Peter CollingbourneWholeProgramDevirt: Add any unsuccessful llvm.type...
2017-03-03 Hans WennborgRevert r296865 "[ARM] fpscr read/write intrinsics not...
2017-03-03 Tim NorthoverGlobalISel: constrain G_INSERT to inserting just one...
2017-03-03 Tim NorthoverGlobalISel: add merge/unmerge nodes for legalization.
2017-03-03 Rong Xu[PGO] Text format profile reader needs to clear the...
2017-03-03 Peter CollingbourneMC: De-duplicate the object streamer implementations...
2017-03-03 Chris Bieneman[ObjectYAML] [DWARF] Abstract DWARF Initial Length...
2017-03-03 Zachary Turner[Windows] Remove the #include <eh.h> hack.
2017-03-03 Matthias BraunRegisterCoalescer: Simplify subrange splitting code...
2017-03-03 Krzysztof ParzyszekMake TargetInstrInfo::isPredicable take a const referen...
2017-03-03 Sanjoy Das[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
2017-03-03 Zachary Turner[Support] Provide access to current thread name/thread id.
2017-03-03 Ranjeet Singh[ARM] fpscr read/write intrinsics not aware of each...
2017-03-03 Mohammad Shahid[SLP] Fixes the bug due to absence of in order uses...
2017-03-03 Chandler Carruth[SDAG] Revert r296476 (and r296486, r296668, r296690).
2017-03-03 Sylvestre LedruFix a typo in the comments. Patch by marktwtn from...
2017-03-03 Eugene Zelenko[ProfileData] Fix some Clang-tidy modernize and Include...
2017-03-02 Daniel BerlinMove defClobbersUseOrDef to being a protected member...
2017-03-02 Tobias GrosserRevert "Fix PR 24415 (at least), by making our post...
2017-03-02 Zachary Turner[Support] Move Stream library from MSF -> Support.
2017-03-02 Vassil VassilevRemove redundant include.
2017-03-02 Vassil VassilevReland r296442 with modifications reverted in r296463.
2017-03-02 Serge PavlovDo not verify MachimeDominatorTree if it is not calculated
2017-03-02 Peter CollingbourneLTO: When creating a local cache, create the cache...
2017-03-02 Matthias BraunLiveRegMatrix: Fix some subreg interference checks
2017-03-02 Matthias BraunLiveIntervalUnion: Remove unused function; NFC
2017-03-01 Eugene Zelenko[Support] Fix some Clang-tidy modernize and Include...
2017-03-01 Ahmed Bougacha[GlobalISel] Add a way for targets to enable GISel.
2017-03-01 Eugene Zelenko[MC] Fix MachineLocation constructor broken in r294685...
2017-03-01 Matthias BraunLIU:::Query: Query LiveRange instead of LiveInterval...
2017-03-01 Reid KlecknerElide argument copies during instruction selection
2017-03-01 Craig Topper[APInt] Optimize APInt creation from uint64_t
2017-03-01 Matthias BraunLIU::Query: Remove unused getter; NFC
2017-03-01 Matthias BraunLIU::Query: Remove always false member+getter; NFC
2017-03-01 Matthias BraunLiveIntervalUnion: Remove unused functions; NFC
2017-03-01 Nemanja IvanovicImprove scheduling with branch coalescing
2017-03-01 Zachary Turner[PDB] Fix and re-enable BinaryStreamArray test.
2017-03-01 Paul RobinsonReorder fields for better packing. (NFC)
2017-03-01 Hans WennborgRevert r296575 "[SLP] Fixes the bug due to absence...
2017-03-01 Paul Robinson[DWARF] Default lower bound should respect requested...
2017-03-01 Igor Laevsky[BasicAA] Take attributes into account when requesting...
next