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
/
Metadata.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Sink MDNode::Hash down to GenericMDNode::Hash
Duncan P. N. Exon Smith
2014-11-18
1
-1
/
+1
*
IR: Move MDNode operands from the back to the front
Duncan P. N. Exon Smith
2014-11-18
1
-56
/
+41
*
IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
Duncan P. N. Exon Smith
2014-11-18
1
-26
/
+41
*
IR: Simplify uniquing for MDNode
Duncan P. N. Exon Smith
2014-11-17
1
-54
/
+35
*
IR: Make MDString inherit from Metadata
Duncan P. N. Exon Smith
2014-11-14
1
-3
/
+0
*
IR: Take an LLVMContext in Metadata::Metadata()
Duncan P. N. Exon Smith
2014-11-14
1
-1
/
+4
*
Add a blank line, NFC
Duncan P. N. Exon Smith
2014-11-14
1
-0
/
+1
*
IR: Rewrite uniquing and creation of MDString
Duncan P. N. Exon Smith
2014-11-14
1
-7
/
+15
*
IR: Create the Metadata class
Duncan P. N. Exon Smith
2014-11-13
1
-2
/
+2
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-28
/
+18
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-7
/
+6
*
IR: MDNode => Value: NamedMDNode::addOperand()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+2
*
IR: Metadata: Remove unnecessary dyn_cast
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-3
/
+2
*
IR: MDNode => Value: Instruction::getAllMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-2
/
+2
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-4
/
+4
*
IR: MDNode => Value: Add Instruction::getMDNode()
Duncan P. N. Exon Smith
2014-10-31
1
-0
/
+8
*
IR: Instruction::setMetadata() should use cast_or_null
Duncan P. N. Exon Smith
2014-10-31
1
-1
/
+1
*
IR: MDNode => Value: Instruction::setMetadata()
Duncan P. N. Exon Smith
2014-10-31
1
-6
/
+9
*
IR: Cleanup comments for Value, User, and MDNode
Duncan P. N. Exon Smith
2014-10-15
1
-14
/
+4
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+37
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-0
/
+4
*
The count() function for STL datatypes returns unsigned, even where it's
Yaron Keren
2014-06-20
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-5
/
+6
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-17
/
+17
*
[C++11] Modernize the IR library a bit.
Benjamin Kramer
2014-03-10
1
-11
/
+9
*
[C++11] Add 'override' keyword to IR library.
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the ConstantRange class into the IR library. This is
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
*
Fix pr14893.
Rafael Espindola
2014-01-28
1
-0
/
+45
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+3
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-3
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+3
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-2
/
+2
*
Struct-path aware TBAA: update getMostGenericTBAA
Manman Ren
2013-04-22
1
-36
/
+0
*
Assert to bounds check MDNode::getOperand.
David Blaikie
2013-03-08
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+744