index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename NumOperands to make it clear its managed by the User. NFC.
Pete Cooper
2015-06-12
1
-1
/
+2
*
Move the name pointer out of Value into a map that lives on the
Owen Anderson
2015-06-01
1
-3
/
+32
*
Store intrinsic ID by value in Function instead of a string lookup. NFC.
Pete Cooper
2015-05-19
1
-4
/
+7
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
1
-131
/
+0
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-2
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Fix Value dangling reference debug output
Andrew Kaylor
2015-03-10
1
-6
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-19
/
+16
*
isDereferenceablePointer: look through gc.relocate calls
Ramkumar Ramachandra
2015-02-09
1
-0
/
+9
*
Teach isDereferenceablePointer() to look through bitcast constant expressions.
Michael Kuperstein
2015-02-05
1
-1
/
+1
*
Cleaup ValueHandle to no longer keep a PointerIntPair for the Value*.
Chandler Carruth
2015-01-09
1
-12
/
+12
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-4
/
+0
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-36
/
+34
*
[InstCombine] Re-commit of r218721 (Optimize icmp-select-icmp sequence)
Gerolf Hoflehner
2014-11-21
1
-0
/
+22
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-4
/
+4
*
Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type.
Frederic Riss
2014-10-23
1
-0
/
+2
*
IR: Move NumOperands from User to Value, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-1
/
+2
*
IR: Cleanup comments for Value, User, and MDNode
Duncan P. N. Exon Smith
2014-10-15
1
-26
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
IR: Add Value::reverseUseList()
Duncan P. N. Exon Smith
2014-08-01
1
-0
/
+19
*
Handle AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets
Hal Finkel
2014-07-19
1
-1
/
+2
*
Make Value::isDereferenceablePointer handle offsets to pointer types with der...
Hal Finkel
2014-07-19
1
-0
/
+21
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-3
/
+24
*
Look through addrspacecast when checking isDereferenceablePointer
Matt Arsenault
2014-07-14
1
-0
/
+3
*
Fix isDereferenceablePointer not to try to take the size of an unsized type.
Hal Finkel
2014-07-10
1
-1
/
+2
*
Allow isDereferenceablePointer to look through some bitcasts
Hal Finkel
2014-07-10
1
-8
/
+23
*
Convert StringMapEntry::Create to use StringRef instead of start/end pointers...
Craig Topper
2014-06-11
1
-1
/
+1
*
Reorder Value and User fields to save 8 bytes of padding on 64-bit
Reid Kleckner
2014-06-09
1
-4
/
+3
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-25
/
+0
*
Fix a warning in builds without asserts.
Rafael Espindola
2014-05-16
1
-2
/
+1
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+27
*
Assert that we don't RAUW a Constant with a ConstantExpr that contains it.
Rafael Espindola
2014-05-13
1
-1
/
+36
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-9
/
+9
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-1
/
+1
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make it explicit that nulls are not allowed in names.
Rafael Espindola
2013-11-19
1
-0
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-6
/
+2
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-2
/
+6
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-6
/
+2
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-1
/
+2
*
Fix a bug where we would corrupt the offset when evaluating
Chandler Carruth
2013-08-25
1
-1
/
+3
*
Add a new helper method to Value to strip in-bounds constant offsets of
Chandler Carruth
2013-08-22
1
-0
/
+34
*
Speed up Value::isUsedInBasicBlock() for long use lists.
Jakob Stoklund Olesen
2013-05-14
1
-14
/
+13
*
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-06
1
-1
/
+7
*
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...
Benjamin Kramer
2013-04-12
1
-1
/
+1
[next]