OSDN Git Service

[AArch64] Add a test for float argument passing to win64 vararg functions
[android-x86/external-llvm.git] / lib / IR /
2017-07-20 Matthias BraunSupport, IR, ADT: Check nullptr after allocation with...
2017-07-19 Adrian PrantlDebug Info: Add a file: field to DIImportedEntity.
2017-07-18 Serge GueltonNormalize constructor call syntax, NFCI.
2017-07-17 Martin Storsjo[AArch64] Extend CallingConv::X86_64_Win64 to AArch64...
2017-07-17 NAKAMURA TakumiIR/Core.cpp: Prune unused "llvm/Bitcode/BitcodeReader.h".
2017-07-15 Craig Topper[IR] Implement Constant::isNegativeZeroValue/isZeroValu...
2017-07-14 Jakub Kuderski[Dominators] Implement incremental deletions
2017-07-14 Jakub Kuderski[Dominators] Implement incremental insertions
2017-07-14 Jakub Kuderski[Dominators] Make IsPostDominator a template parameter
2017-07-13 Jakub Kuderski[Dominators] Simplify templates
2017-07-13 Florian Hahn[PM] Use range-based for loops in LegacyPassManager...
2017-07-12 Daniel NeilsonAdd element atomic memset intrinsic
2017-07-12 Daniel NeilsonAdd element atomic memmove intrinsic
2017-07-12 Serge GueltonHave Module::createRNG return a unique_ptr
2017-07-12 Konstantin ZhuravlyovFix unused variable warnings
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-07-11 Craig Topper[IR] Remove unnecessary const_casts from ConstantDataSe...
2017-07-09 Craig Topper[IR] Add Type::isIntOrIntVectorTy(unsigned) similar...
2017-07-09 Craig Topper[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVec...
2017-07-07 Anna Thomas[SafepointIRVerifier] Avoid false positives in GC verif...
2017-07-07 Anna Thomas[SafepointIRVerifier] NFC: Refactor code for identifyin...
2017-07-06 Craig Topper[Constants] Replace calls to ConstantInt::equalsInt...
2017-07-06 Craig Topper[Constants] If we already have a ConstantInt*, prefer...
2017-07-05 Craig Topper[IR] Use CmpInst::isFPPredicate/isIntPredicate in a...
2017-07-05 Anna Thomas[SafepointIRVerifier] Add verifier pass for finding...
2017-06-30 Brian Gesiak[ORE] Add diagnostics hotness threshold
2017-06-30 Brian Gesiak[ORE] Remove old "diagnostic hotness" spelling
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
2017-06-30 Jakub Kuderski[Dominators] Do not perform expensive checks by default...
2017-06-29 Jakub Kuderski[Dominators] Add parent and sibling property verificati...
2017-06-27 Craig Topper[Constants] Fix copy-pasto in llvm_unreachable message...
2017-06-26 Craig Topper[IR] Rename BinaryOperator::init to AssertOK and remove...
2017-06-25 Craig Topper[IR] Use isIntOrIntVectorTy instead of writing it out...
2017-06-22 Andrew KaylorRestrict the definition of loop preheader to avoid...
2017-06-22 whitequarkDefine behavior of "stack-probe-size" attribute when...
2017-06-22 Craig Topper[AVX-512] Remove and autoupgrade the masked integer...
2017-06-21 whitequarkAdd a "probe-stack" attribute
2017-06-20 Anna Thomas[Statepoint] Add helper functions for GCRelocate and...
2017-06-19 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-06-16 Craig Topper[ConstantRange] Implement getSignedMin/Max in a less...
2017-06-16 Daniel Neilson[Atomics] Rename and change prototype for atomic memcpy...
2017-06-16 Evgeniy Stepanov[cfi] CFI-ICall for ThinLTO.
2017-06-15 Peter CollingbourneApply summary-based dead stripping to regular LTO modul...
2017-06-14 Florian HahnAlign definition of DW_OP_plus with DWARF spec [3/3]
2017-06-13 Florian HahnAlign definition of DW_OP_plus with DWARF spec [1/3]
2017-06-12 Craig Topper[IR] Stop deleting other signatures of User::operator...
2017-06-12 Sanjay Patelfix typos/formatting; NFC
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-09 George Burgess IV[LoopVectorize] Don't preserve nsw/nuw flags on shrunke...
2017-06-08 Craig Topper[IR] Remove getNumSuccessorsV/getSuccessorV/setSuccesso...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-07 Craig Topper[Constants] Use isUIntN/isIntN from MathExtras instead...
2017-06-07 Craig Topper[Constants] Use APInt::isNullValue/isOneValue/uge to...
2017-06-06 Anna Thomas[Atomics][LoopIdiom] Recognize unordered atomic memcpy
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-06 Mandeep Singh Grang[llvm] Remove double semicolons
2017-06-05 Craig Topper[ConstantRange] Remove costly udivrem from ConstantRang...
2017-06-05 Adam NemetHandle non-unique edges in edge-dominance
2017-06-05 whitequark[LLVM-C] [OCaml] Expose Type::subtypes.
2017-06-04 Peter CollingbourneIR: When creating a global variable, assert that its...
2017-06-01 Keno FischerReapply "[Cloning] Take another pass at properly clonin...
2017-06-01 Eli FriedmanAdd opt-bisect support for region passes.
2017-06-01 Keno Fischer[DIBuilder] Add a more fine-grained finalization method
2017-05-31 Reid Kleckner[IR] Add additional addParamAttr/removeParamAttr to...
2017-05-31 Anna ThomasRevert "[Atomics][LoopIdiom] Recognize unordered atomic...
2017-05-31 Anna Thomas[Atomics][LoopIdiom] Recognize unordered atomic memcpy
2017-05-31 Reid KlecknerFix assertion when merging multiple empty AttributeLists
2017-05-30 Keno FischerRevert "[Cloning] Take another pass at properly cloning...
2017-05-30 Keno Fischer[Cloning] Take another pass at properly cloning debug...
2017-05-27 Gor NishanovCloning: Fix debug info cloning
2017-05-26 Chandler Carruth[IR] Add an iterator and range accessor for the PHI...
2017-05-25 Andrew KaylorAdd constrained intrinsics for some libm-equivalent...
2017-05-23 Reid KlecknerSilence MSVC warning about unsigned integer overflow...
2017-05-23 Reid KlecknerCommit AttributeList change that was supposed to be...
2017-05-23 Reid Kleckner[IR] Switch AttributeList to use an array for O(1)...
2017-05-23 Teresa JohnsonSupport for taking the max of module flags when linking...
2017-05-22 Craig Topper[DataLayout] Add llvm_unreachable to the default of...
2017-05-20 Matthias BraunFix breakage after r303461
2017-05-19 Matthias BraunSimplifyLibCalls: Optimize wcslen
2017-05-19 Matthias BraunVerifier: Check wchar_size module flag.
2017-05-19 Reid KlecknerFix off-by-one bug in AttributeList::addAttributes...
2017-05-19 Galina KistanovaAdded missing break.
2017-05-19 Amara EmersonFix vector pass-through value being unused in IRBuilder...
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-18 Francis Visoiu Mistrih[LegacyPassManager] Remove TargetMachine constructors
2017-05-18 Guy Blank[MVT] add v1i1 MVT
2017-05-16 James Henderson[LTO] Print time-passes information at conclusion of...
2017-05-16 Peter CollingbourneIR: Give function GlobalValue::getRealLinkageName(...
2017-05-15 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-15 Teresa JohnsonAdd support for handling ifuncs to GlobalValue::getBase...
2017-05-12 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-11 Reid KlecknerDe-virtualize TerminatorInst successor accessors
2017-05-11 Reid KlecknerDe-virtualize GlobalValue
2017-05-11 Javed Absar[IR] Allow attributes with global variables
2017-05-10 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-10 Craig Topper[ConstantRange] Fix the early out in ConstantRange...
2017-05-09 Reid Kleckner[codeview] Check for a DIExpression offset for local...
2017-05-09 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-09 Tim Shen[Atomic] Remove IsStore/IsLoad in the interface, and...
next