OSDN Git Service

remove Cmake option for LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING
[android-x86/external-llvm.git] / include /
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...
2017-03-01 Mohammad Shahid[SLP] Fixes the bug due to absence of in order uses...
2017-03-01 Daniel Berlinclang-format GenericDomTreeConstruction.h, since the...
2017-03-01 Eugene Zelenko[DebugInfo] Fix some Include What You Use warnings...
2017-03-01 Zachary Turner[PDB] Add an additional test for BinaryStreamRef.
2017-02-28 Daniel BerlinFix PR 24415 (at least), by making our post-dominator...
2017-02-28 Kevin EnderbyActually add error handling to unpacking the dyld compa...
2017-02-28 Paul Robinson[DWARFv5] Emit new unit header format.
2017-02-28 Dehao ChenAdd function importing info from samplepgo profile...
2017-02-28 James Y KnightWorkaround MSVC bug when using TrailingObjects from...
2017-02-28 Zachary Turner[PDB] Add BinaryStreamError.
2017-02-28 David Bozier[Stack Protection] Add diagnostic information for why...
2017-02-28 Daniel SandersRevert r296474 - [globalisel] Change LLT constructor...
2017-02-28 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-02-28 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-02-28 NAKAMURA TakumiRevert r296442 (and r296443), "Allow externally dlopen...
2017-02-28 Chandler Carruth[IR] Add range accessors for the indices of a GEP instr...
2017-02-28 Vassil VassilevAllow externally dlopen-ed libraries to be registered...
2017-02-28 Matthias BraunRevert "Add MIR-level outlining pass"
2017-02-28 Matthias BraunAdd MIR-level outlining pass
2017-02-28 Zachary Turner[PDB] Make streams carry their own endianness.
2017-02-27 Eugene Zelenko[DebugInfo] Fix some Clang-tidy modernize and Include...
2017-02-27 Matt ArsenaultAMDGPU: Basic folds for fmed3 intrinsic
2017-02-27 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-02-27 Dan Gohman[MC] Factor out non-COFF handling of COFF-specific...
2017-02-27 Zachary TurnerAdd missing namespace qualifier.
2017-02-27 Zachary Turner[PDB] Partial resubmit of r296215, which improved PDB...
2017-02-27 Lang Hames[Support][Error] Add a 'cantFail' utility function...
2017-02-27 Steven WuFix LLVM module build
2017-02-27 Craig Topper[APInt] Use UINT64_MAX instead of ~integerPart(0). NFC
2017-02-26 Craig Topper[APInt] Use UINT64_MAX instead of ~uint64_t(0ULL). NFC
2017-02-26 Craig Topper[APInt] Use UINT64_MAX instead of ~0ULL. NFC
2017-02-26 Craig Topper[APInt] Remove unnecessary early out from getLowBitsSet...
2017-02-26 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-02-25 Simon Pilgrim[APInt] Add APInt::extractBits() method to extract...
2017-02-25 NAKAMURA TakumiRevert r296215, "[PDB] General improvements to Stream...
2017-02-25 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-02-25 Jan VeselyAMDGPU/SI: export s_waitcnt builtin
2017-02-25 Zachary Turner[PDB] General improvements to Stream library.
2017-02-25 Zachary Turner[PDB] Rename Stream related source files.
next