index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...
Michael Ilseman
2013-03-01
1
-3
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-9
/
+9
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+698
[prev]