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
*
[Metadata] Add TBAA struct metadata to `AAMDNode`
Anton Afanasyev
2020-01-06
1
-0
/
+1
*
Reinstate MSan suppression of PR24578.
Evgenii Stepanov
2019-11-22
1
-1
/
+3
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
1
-0
/
+18
*
Revert "Dead Virtual Function Elimination"
Jorge Gorbe Moya
2019-10-14
1
-18
/
+0
*
Fix compilation warnings. NFC.
Michael Liao
2019-10-11
1
-1
/
+1
*
Dead Virtual Function Elimination
Oliver Stannard
2019-10-11
1
-0
/
+18
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
Extend the GlobalObject metadata interface
Benjamin Kramer
2018-05-31
1
-26
/
+29
*
[IR] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-2
/
+2
*
[DeadArgumentElimination] Preserve llvm.dbg.values's first argument
Petar Jovanovic
2018-01-30
1
-8
/
+16
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-1
/
+0
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-06-19
1
-6
/
+8
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[Metadata] Fix typos in comments. NFC
Craig Topper
2017-04-27
1
-2
/
+2
*
Fix the InstCombine to reserve the VP metadata and sets correct call count.
Dehao Chen
2017-03-31
1
-8
/
+17
*
[IR] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-17
1
-5
/
+34
*
Encode duplication factor from loop vectorization and loop unrolling to discr...
Dehao Chen
2017-02-10
1
-0
/
+9
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-7
/
+14
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-14
/
+7
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-7
/
+14
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-14
/
+7
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-7
/
+14
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-25
1
-1
/
+1
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-3
/
+3
*
Allow Switch instruction to have extractProfTotalWeight called as it can term...
Dehao Chen
2016-10-11
1
-1
/
+2
*
Move computation past early return
Aditya Kumar
2016-09-26
1
-3
/
+2
*
Change extractProfMetadata and extractProfTotalWeight to const member function.
Dehao Chen
2016-09-16
1
-26
/
+18
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-0
/
+27
*
Make MDNode::intersect faster than O(n * m)
David Majnemer
2016-08-16
1
-5
/
+4
*
Don't passively concatenate MDNodes
David Majnemer
2016-08-16
1
-13
/
+5
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+2
*
IR: Drop uniquing when an MDNode Value operand is deleted
Duncan P. N. Exon Smith
2016-08-03
1
-2
/
+2
*
Rename StringMap::emplace_second to try_emplace.
Benjamin Kramer
2016-07-21
1
-1
/
+1
*
Fix the assertion failure caused by http://reviews.llvm.org/D22118
Dehao Chen
2016-07-11
1
-1
/
+2
*
[IR] Stop a -Wsign-compare warning from firing
David Majnemer
2016-07-11
1
-1
/
+1
*
Implement callsite-hotness based inline cost for Sample-based PGO
Dehao Chen
2016-07-11
1
-0
/
+25
*
IR: Introduce llvm.type.checked.load intrinsic.
Peter Collingbourne
2016-06-25
1
-1
/
+0
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
1
-2
/
+23
*
Linker: Copy metadata when linking declarations.
Peter Collingbourne
2016-06-24
1
-0
/
+7
*
[STLExtras] Introduce and use llvm::count_if; NFC
Sanjoy Das
2016-06-10
1
-1
/
+1
*
IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne
2016-06-01
1
-40
/
+76
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-13
/
+13
*
[CodeGenPrepare] use branch weight metadata to decide if a select should be t...
Sanjay Patel
2016-04-26
1
-0
/
+24
*
BitcodeReader: Avoid referencing unresolved nodes from distinct ones
Duncan P. N. Exon Smith
2016-04-23
1
-0
/
+10
*
IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
[next]