OSDN Git Service

Fix InstCombine address space assert
[android-x86/external-llvm.git] / lib / IR /
2018-07-30 Fangrui SongRemove trailing space
2018-07-30 Manoj Gupta[Inline] Copy "null-pointer-is-valid" attribute in...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-25 Chijun Sima[Dominators] Assert if there is modification to DelBB...
2018-07-24 Craig Topper[Inliner] Teach inliner to merge 'min-legal-vector...
2018-07-22 Xin Tong[ORE] Move loop invariant ORE checks outside the PM...
2018-07-16 Michael J. SpencerRecommit r335794 "Add support for generating a call...
2018-07-13 Erich Keane[NFC] Silence Wparentheses warning in DomTreeUpdater...
2018-07-13 Chijun Sima[DomTreeUpdater] Ignore updates when both DT and PDT...
2018-07-12 Andrew Ng[ThinLTO] Escape module paths when printing
2018-07-12 Craig Topper[X86] Remove and autoupgrade the scalar fma intrinsics...
2018-07-11 Duncan P. N. Exon... IR: Skip -print-*-all after -print-*
2018-07-09 Manoj Guptallvm: Add support for "-fno-delete-null-pointer-checks"
2018-07-09 Stefan Pintilie[Power9] Add __float128 builtins for Round To Odd
2018-07-06 Vedant KumarFix DIExpression::ExprOperand::appendToVector
2018-07-06 Vedant KumarRemove a redundant null-check in DIExpression::prepend...
2018-07-06 Vedant KumarUse Type::isIntOrPtrTy where possible, NFC
2018-07-06 Fangrui Song[IR] Fix inconsistent declaration parameter name
2018-07-06 Vedant Kumar[Local] replaceAllDbgUsesWith: Update debug values...
2018-07-06 Sanjay Patel[Constants] extend getBinOpIdentity(); NFC
2018-07-06 Sanjay Patel[Constant] add undef element query for vector constants...
2018-07-06 Craig Topper[X86] Remove FMA4 scalar intrinsics. Use llvm.fma intri...
2018-07-06 Craig Topper[X86] Remove all of the avx512 masked packed fma intrin...
2018-07-05 Craig Topper[X86] Remove the last of the 'x86.fma.' intrinsics...
2018-07-05 Craig Topper[X86] Remove X86 specific scalar FMA intrinsics and...
2018-07-05 Craig Topper[X86] Remove some of the packed FMA3 intrinsics since...
2018-07-03 Sanjay Patel[Constants] add identity constants for fadd/fmul
2018-07-03 Teresa JohnsonRename lazy initialization functions to reflect behavio...
2018-07-03 Sanjay Patel[InstCombine] fold shuffle-with-binop and common value
2018-07-03 Bjorn Pettersson[IR] Strip trailing whitespace. NFC
2018-07-03 Bjorn Pettersson[DebugInfo] Corrections for salvageDebugInfo
2018-07-03 Shiva Chen[DebugInfo] Fix PR37395.
2018-07-03 Jakub KuderskiReappl "[Dominators] Add the DomTreeUpdater class"
2018-07-03 Teresa Johnson[ThinLTO] Fix printing of aliases for distributed backe...
2018-07-02 Teresa Johnson[ThinLTO] Fix printing of module paths for distributed...
2018-07-02 Jakub KuderskiRevert "[Dominators] Add the DomTreeUpdater class"
2018-07-02 Jakub Kuderski[Dominators] Add the DomTreeUpdater class
2018-07-02 Piotr PadlewskiImplement strip.invariant.group
2018-06-30 Craig Topper[X86] Remove masking from avx512 rotate intrinsics...
2018-06-29 Vedant Kumar[LLVMContext] Detecting leaked instructions with metadata
2018-06-29 Craig Topper[X86] Remove masking from the avx512 packed sqrt intrin...
2018-06-28 Benjamin KramerRevert "Add support for generating a call graph profile...
2018-06-27 Michael J. SpencerAdd support for generating a call graph profile from...
2018-06-27 Craig Topper[X86] Rename the autoupgraded of packed fp compare...
2018-06-26 Vedant KumarRename skipDebugInfo -> skipDebugIntrinsics, NFC
2018-06-26 Matt ArsenaultConstantFold: Don't fold global address vs. null for...
2018-06-26 Tim Shen[ConstantRange] Add support of mul in makeGuaranteedNoW...
2018-06-26 Bjorn PetterssonImprove ConvertDebugDeclareToDebugValue
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Craig TopperRevert r335562 and 335563 "[X86] Redefine avx512 packed...
2018-06-26 Craig Topperfoo
2018-06-25 Artur PilipenkoSafepointIRVerifier should ignore dead blocks and dead...
2018-06-23 Reid Kleckner[IR] Split Intrinsics.inc into enums and implementations
2018-06-22 Simon Pilgrim[IR] Use Instruction::isBinaryOp helper instead of...
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-06-21 Craig Topper[X86] Remove masking from 512-bit floating max/min...
2018-06-20 Sanjay Patel[IR] add/use isIntDivRem convenience function
2018-06-19 Vedant Kumar[IR] Introduce helpers to skip debug instructions ...
2018-06-19 Sanjay Patel[IR] move shuffle mask queries from TTI to ShuffleVecto...
2018-06-15 Tomasz Krupa[X86] Lowering sqrt intrinsics to native IR
2018-06-15 Bjorn PetterssonRe-apply "[DebugInfo] Check size of variable in Convert...
2018-06-14 Eli FriedmanMake uitofp and sitofp defined on overflow.
2018-06-14 Bjorn PetterssonRevert rL334704: "[DebugInfo] Check size of variable...
2018-06-14 Bjorn Pettersson[DebugInfo] Check size of variable in ConvertDebugDecla...
2018-06-13 Francis Visoiu MistrihReland: [Timers] Use the pass argument name for JSON...
2018-06-13 Francis Visoiu MistrihRevert r334649 "[Timers] Use the pass argument name...
2018-06-13 Francis Visoiu Mistrih[Timers] Use the pass argument name for JSON keys in...
2018-06-13 Craig Topper[X86] Remove masking from avx512vbmi2 concat and shift...
2018-06-11 Craig Topper[X86] Remove masking from dbpsadbw intrinsics, use...
2018-06-11 Craig Topper[X86] Remove and autoupgrade the expandload and compres...
2018-06-10 Craig Topper[X86] Remove masking from the 512-bit masked floating...
2018-06-09 Serge PavlovUse uniform mechanism for OOM errors handling
2018-06-04 Dmitry MikulinIn thin and full LTO + CFI, direct function calls may...
2018-06-03 Craig Topper[X86] Remove and autoupgrade masked avx512vnni intrinsi...
2018-06-01 Roman Tereshin[DebugInfo] Refactoring DIType::setFlags to DIType...
2018-06-01 Karl-Johan Karlsson[ConstantFold] Disallow folding vector geps into bitcasts
2018-05-31 Jonas Devlieghere[ADT] Make escaping fn conform to coding guidelines
2018-05-31 Benjamin KramerExtend the GlobalObject metadata interface
2018-05-30 Daniel Neilson[IRBuilder] Add APIs for creating calls to atomic memmo...
2018-05-30 Serge PavlovRevert commit 333506
2018-05-30 Serge PavlovUse uniform mechanism for OOM errors handling
2018-05-29 Matt ArsenaultIRBuilder: Add overload for intrinsics without args
2018-05-29 Serge PavlovReverted commits 333390, 333391 and 333394
2018-05-29 Serge PavlovUse uniform mechanism for OOM errors handling
2018-05-29 Craig Topper[X86] Remove masked vpermi2var/vpermt2var intrinsics...
2018-05-26 Craig Topper[X86] Remove masking from avx512ifma intrinsics. Use...
2018-05-26 Teresa Johnson[ThinLTO] Fix bot failures from r333335
2018-05-26 Teresa Johnson[ThinLTO] Print module summary index to assembly
2018-05-25 Teresa Johnson[NFC] Restructure linkage name printing in AsmWriter
2018-05-24 Florian Hahn[LegacyPM] Use MapVector for OnTheFlyPassManagers.
2018-05-24 Warren Ristow[InstCombine] Enable more reassociations using FMF...
2018-05-23 Serguei KatkovSafepointIRVerifier is made unreachable block tolerant
2018-05-21 Craig Topper[X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd...
2018-05-21 Craig Topper[X86] Remove masking from vpternlog intrinsics. Use...
2018-05-21 Robert Widmann[LLVM-C] Add DIBuilder Bindings For ObjC Classes
2018-05-21 Nico Weberrevert r332610, it breaks cfi, see D46326
2018-05-20 Robert Widmann[LLVM-C] Improve Bindings For Aliases
2018-05-20 Craig Topper[X86] Remove mask arguments from permvar builtins/intri...
2018-05-19 Robert Widmann[LLVM-C] Use Length-Providing Value Name Getters and...
next