OSDN Git Service

[BasicAA] Stop crashing when dealing with pointers > 64 bits.
[android-x86/external-llvm.git] / include /
2018-01-15 Amara Emerson[GlobalISel][Legalizer] Convert some typedefs to using...
2018-01-12 Rui UeyamaAllow unaligned access to ELF file data structures.
2018-01-12 Daniel Neilson[NFC] Change MemIntrinsicInst::setAlignment() to take...
2018-01-12 Brian M. Rzycki[JumpThreading] Preservation of DT and LVI across the...
2018-01-12 Rui UeyamaRemove ELFDataTypeTypedefHelper class.
2018-01-12 Sam CleggMC: Remove redundant `SetUsed` arguments in MCSymbol...
2018-01-12 Rafael EspindolaAllow dso_local on ifunc.
2018-01-12 Rui UeyamaInstead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
2018-01-12 Rui UeyamaFix typo.
2018-01-12 Rui UeyamaUse ELF{32,64}{LE,BE} instead of ELFType<{little,big...
2018-01-12 Lang Hames[ORC] Add a stub ExecutionSession and VModuleKey type.
2018-01-11 Matthias BraunPeepholeOptimizer: Fix for vregs without defs
2018-01-11 Rafael EspindolaMake internal/private GVs implicitly dso_local.
2018-01-11 Sam Clegg[WebAssemlby] MC: Don't write COMDAT symbols as global...
2018-01-11 Aaron BallmanUse size_t to represent the size of a StringMapEntry...
2018-01-11 Daniel Neilson[NFC] Abstract out source argument index in MemTransfer...
2018-01-11 Igor Laevsky[FuzzMutate] Avoid using swifterror as a source operand
2018-01-11 Dmitry Venikov[InstCombine] Missed optimization in math expression...
2018-01-11 Wolfgang Pieb[DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffset...
2018-01-10 Matt MorehouseSmallVector: fix use-after-poison MSAN error in destructor
2018-01-10 Matthias BraunRevert "AArch64: Fix emergency spillslot being out...
2018-01-10 Matthias BraunLiveRangeEdit: Inline markDeadRemat() into only user...
2018-01-10 Matthias BraunLiveRangeEdit: Simplify code; NFC
2018-01-10 Craig Topper[SelectionDAG][X86] Explicitly store the scale in the...
2018-01-10 Matthias BraunAArch64: Fix emergency spillslot being out of reach...
2018-01-10 Simon PilgrimFix -Wdocumentation warning by removing empty @brief...
2018-01-10 Sander de Smalen[TableGen][AsmMatcherEmitter] Generate assembler checks...
2018-01-10 Lang Hames[ORC] Incorporate Dave Blaikie's feedback on r319839.
2018-01-10 Sam Clegg[llvm-readobj] Consistent use of ScopedPrinter
2018-01-10 Lang Hames[ORC] Re-apply r321838 again with a workaround for...
2018-01-09 Adrian McCarthyReland "Emit Function IDs table for Control Flow Guard"
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Paul Robinson[DWARFv5] MC support for MD5 file checksums
2018-01-09 Rafael EspindolaUse a MCExpr for the size of MCFillFragment.
2018-01-09 David BlaikieADT: Add a range-based version of std::copy
2018-01-09 Chris Bieneman[IPSCCP] Remove calls without side effects
2018-01-09 Sam Clegg[WebAssembly] Explicitly specify function/global index...
2018-01-09 Rui Ueyama[COFF] Process /EXPORT option in fastpath
2018-01-09 Rafael EspindolaDon't duplicate names in comments. NFC.
2018-01-09 Rafael EspindolaInline a emitFill variant that is only used once. NFC.
2018-01-09 Easwaran RamanAdd a pass to generate synthetic function entry counts.
2018-01-09 Rafael EspindolaMake one of the emitFill methods non virtual. NFC.
2018-01-09 Craig Topper[lli] Make lli support -mcpu=native for CPU autodetection
2018-01-09 Pavel Labath[Support] Add WritableMemoryBuffer::getNewMemBuffer
2018-01-09 Sanjay Patel[SelectionDAG] lower math intrinsics to finite version...
2018-01-09 Craig Topper[X86] Remove llvm.x86.avx512.cvt*2mask.* intrinsics...
2018-01-09 Jessica Paquette[MachineOutliner] AArch64: Handle instrs that use SP...
2018-01-08 Craig Topper[X86] Remove GCCBuiltin from int_x86_avx512_cvtb2mask_1...
2018-01-08 Justin BognerAlwaysInliner: Alow setting InsertLifetime in the new...
2018-01-08 Justin BognerArgPromotion: Allow setting MaxElements in the new...
2018-01-08 Simon PilgrimFixed spelling mistake. NFCI.
2018-01-08 Adrian McCarthyRevert "Emit Function IDs table for Control Flow Guard"
2018-01-08 Adrian McCarthyEmit Function IDs table for Control Flow Guard
2018-01-08 Nirav Dave[DAG] Teach BaseIndexOffset to correctly handle with...
2018-01-08 Alexey Bataev[SLP] Fix PR35777: Incorrect handling of aggregate...
2018-01-06 Lang Hames[ORC] Remove AsynchronousSymbolQuery while I debug...
2018-01-06 Lang Hames[ORC] Fix the counter type on SymbolStringPool entries.
2018-01-05 Vedant Kumar[Utils] Simplify salvageDebugInfo, NFCI
2018-01-05 Lang Hames[ORC] Re-apply just the AsynchronousSymbolLookup class...
2018-01-05 Bjorn Pettersson[DebugInfo] Align comments in debug_loc section
2018-01-05 Reid KlecknerFix -Wsign-compare warnings on Windows
2018-01-05 Zachary Turner[MSF] Fix FPM interval calcluation
2018-01-05 Matt ArsenaultRegionInfo: Use report_fatal_error instead of llvm_unre...
2018-01-05 Brian Gesiak[Option] Add 'findNearest' method to catch typos
2018-01-05 Jonas Devlieghere[DebugInfo] Don't crash when given invalid DWARFv5...
2018-01-05 Lang Hames[ORC] Re-revert r321838: Tests are still failing.
2018-01-05 Lang Hames[ORC] Re-apply r321838 - Addition of new ORC core APIs.
2018-01-05 Adrian PrantlDebug Info: Support DW_AT_calling_convention on composi...
2018-01-05 Lang HamesRevert r321838 -- It broke some of the builders.
2018-01-05 Lang Hames[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO...
2018-01-05 Lang Hames[ORC] Actually compare pointer values as advertised...
2018-01-05 Lang Hames[ORC] Add dereference operator to SymbolStringPtr.
2018-01-04 Reid KlecknerRevert "[JumpThreading] Preservation of DT and LVI...
2018-01-04 Brian M. Rzycki[JumpThreading] Preservation of DT and LVI across the...
2018-01-04 Bob Wilsonsupport phi ranges for machine-level IR
2018-01-03 Francis Visoiu Mistrih[CodeGen][NFC] Remove unused function declaration
2018-01-03 Sanjay Patel[ExpandMemcmp] rename variables and add hook to overrid...
2018-01-03 Alex BradburyFix incorrect documentation comment left after r321692
2018-01-03 Alex BradburyThread MCSubtargetInfo through Target::createMCAsmBackend
2018-01-02 Amara Emerson[AArch64][GlobalISel] Enable GlobalISel at -O0 by default
2018-01-02 Dmitry VenikovNFC. Add description comments to Function header
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-30 Serge PavlovReverted 321580: Added support for reading configuratio...
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-29 Matt ArsenaultAMDGPU: Use unique PSVs for buffer resources
2017-12-29 Matt ArsenaultAMDGPU: Implement getTgtMemIntrinsic for images
2017-12-29 Fedor Sergeev[PM] pass -debug-pass-manager flag into FunctionToLoopP...
2017-12-28 Craig Topper[KnownBits] Remove asserts from KnownBits::makeNegative...
2017-12-28 Benjamin KramerRemove superfluous copies in sample profiling.
2017-12-28 Guozhi WeiRevert r321377, it causes regression to https://reviews...
2017-12-28 Reid KlecknerRevert "[memcpyopt] Teach memcpyopt to optimize across...
2017-12-28 Matt ArsenaultAMDGPU: Add MMO to atomic_inc/dec
2017-12-27 Philip Reames[NFC] Extract out a helper function for SimplifyCall...
2017-12-25 Martell MaloneCOFF: fix IMAGE_FILE_MACHINE_AM33
2017-12-22 Guozhi Wei[SimplifyCFG] Don't do if-conversion if there is a...
2017-12-22 Ben Dunbobbin[ThinLTO][CachePruning] explicitly disable pruning
2017-12-22 Sanjoy Das(Re-landing) Expose a TargetMachine::getTargetTransform...
2017-12-22 Chandler CarruthRewrite the cached map used for locating the most preci...
2017-12-22 Eli Friedman[Inliner] Restrict soft-float inlining penalty.
2017-12-22 Easwaran RamanAdd hasProfileData() to check if a function has profile...
next