summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-1/+28
* Add a new WeakVH value handle; NFCSanjoy Das2017-05-011-2/+5
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-011-5/+5
* Emulate TrackingVH using WeakVHSanjoy Das2017-05-011-16/+3
* Make getParamAlignment use argument numbersReid Kleckner2017-04-281-1/+1
* Use Argument::hasAttribute and AttributeList::ReturnIndex moreReid Kleckner2017-04-281-2/+2
* Use accessors for ValueHandleBase::V; NFCSanjoy Das2017-04-271-12/+12
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-14/+9
* Add a new WeakVH value handle; NFCSanjoy Das2017-04-261-2/+5
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-9/+11
* Handle invariant.group.barrier in BasicAAPiotr Padlewski2017-04-241-2/+17
* [IR] Implement pairs of non-const and const methods using the const version i...Craig Topper2017-03-271-21/+22
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-1/+1
* [IR] Don't call assertModuleIsMaterialized in release buildsCraig Topper2017-01-131-1/+1
* [BDCE] Skip metadata while replacing uses.Davide Italiano2016-12-071-2/+10
* Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini2016-09-171-3/+3
* Add an isSwiftError predicate to ValueArnold Schwaighofer2016-09-101-0/+10
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-2/+2
* BasicAA should look through functions with returned argumentsHal Finkel2016-07-111-0/+12
* Remove Value::isPointerDereferenceable; NFCISanjoy Das2016-06-021-24/+18
* NFC. Introduce Value::isPointerDereferenceableArtur Pilipenko2016-05-111-0/+23
* NFC. Introduce Value::getPointerDerferecnceableBytesArtur Pilipenko2016-04-271-0/+34
* Use DL preferred alignment for alloca in Value::getPointerAlignmentArtur Pilipenko2016-04-271-2/+7
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-1/+1
* Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)Mehdi Amini2016-04-021-1/+1
* Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini2016-03-101-0/+4
* [IR] Optimize bitfield layout of Value for MSVCReid Kleckner2016-02-261-0/+2
* NFC. Move getAlignment helper function from ValueTracking to Value class. Artur Pilipenko2016-02-241-0/+42
* Simplify handleOperandChangeImpl() removing last argument (NFC)Mehdi Amini2016-02-101-1/+1
* Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()Todd Fiala2016-02-031-1/+3
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-5/+3
* Bring back "Assert that we have all use/users in the getters."Rafael Espindola2016-01-151-0/+10
* Revert "Assert that we have all use/users in the getters."Michael Zolotukhin2016-01-141-10/+0
* Assert that we have all use/users in the getters.Rafael Espindola2015-12-191-0/+10
* Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsetsPhilip Reames2015-09-231-2/+1
* [IR] Switch static const to an enum to silence MSVC linker warningsDavid Majnemer2015-07-101-2/+0
* Devirtualize Constant::replaceUsesOfWithOnConstant.Pete Cooper2015-06-241-1/+1
* Rename NumOperands to make it clear its managed by the User. NFC.Pete Cooper2015-06-121-1/+2
* Move the name pointer out of Value into a map that lives on theOwen Anderson2015-06-011-3/+32
* Store intrinsic ID by value in Function instead of a string lookup. NFC.Pete Cooper2015-05-191-4/+7
* Move Value.isDereferenceablePointer to ValueTracking [NFC]Philip Reames2015-04-231-131/+0
* [CallSite] Make construction from Value* (or Instruction*) explicit.Benjamin Kramer2015-04-101-2/+2
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Fix Value dangling reference debug outputAndrew Kaylor2015-03-101-6/+4
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-19/+16
* isDereferenceablePointer: look through gc.relocate callsRamkumar Ramachandra2015-02-091-0/+9
* Teach isDereferenceablePointer() to look through bitcast constant expressions.Michael Kuperstein2015-02-051-1/+1
* Cleaup ValueHandle to no longer keep a PointerIntPair for the Value*.Chandler Carruth2015-01-091-12/+12
* The leak detector is dead, long live asan and valgrind.Rafael Espindola2014-12-221-4/+0
OpenPOWER on IntegriCloud