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
/
LLVMContextImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLVMContext] Detecting leaked instructions with metadata
Vedant Kumar
2018-06-29
1
-0
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
allow custom OptBisect classes set to LLVMContext
Fedor Sergeev
2018-04-05
1
-2
/
+8
*
[NFC] OptPassGate extracted from OptBisect
Fedor Sergeev
2018-03-27
1
-3
/
+3
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-1
/
+2
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-2
/
+1
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-1
/
+2
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-0
/
+14
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-06-19
1
-20
/
+10
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-21
/
+0
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-3
/
+4
*
Use unique_ptr in LLVMContextImpl's constant maps.
Justin Lebar
2016-10-10
1
-5
/
+6
*
[OptRemark,LDist] RFC: Add hotness attribute
Adam Nemet
2016-07-15
1
-0
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
2016-06-26
1
-4
/
+3
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+18
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-18
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+18
*
IR: Use DenseSet instead of DenseMap for ConstantUniqueMap; NFC
Duncan P. N. Exon Smith
2016-04-06
1
-32
/
+10
*
IR: Stop explicitly clearing the MDStringCache
Duncan P. N. Exon Smith
2016-04-06
1
-3
/
+0
*
[IR] Manage TheNoneToken with a std::unique_ptr
David Majnemer
2015-11-16
1
-1
/
+0
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-0
/
+1
*
[IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das
2015-09-24
1
-0
/
+17
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Add the i128 builtin type to LLVM.
Kit Barton
2015-04-17
1
-1
/
+2
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-23
/
+0
*
Remove dead leak detector parts that fell out of use in r224703.
Benjamin Kramer
2015-01-22
1
-2
/
+1
*
[llvm link] Destroy ConstantArrays in LLVMContext if they are not used.
Manman Ren
2015-01-20
1
-0
/
+22
*
IR: Delete GenericDwarfNode during teardown
Duncan P. N. Exon Smith
2015-01-20
1
-6
/
+6
*
IR: Introduce GenericDwarfNode
Duncan P. N. Exon Smith
2015-01-20
1
-3
/
+3
*
IR: Merge UniquableMDNode back into MDNode, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+1
*
IR: Extract MDNodeOpsKey, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-0
/
+34
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-0
/
+24
*
IR: Drop metadata references more aggressively during teardown
Duncan P. N. Exon Smith
2015-01-14
1
-16
/
+24
*
IR: Add MDLocation class
Duncan P. N. Exon Smith
2015-01-13
1
-0
/
+4
*
IR: Prepare for a new UniquableMDNode subclass, NFC
Duncan P. N. Exon Smith
2015-01-12
1
-1
/
+1
*
IR: Stop erasing MDNodes from uniquing sets during teardown
Duncan P. N. Exon Smith
2015-01-12
1
-10
/
+8
*
IR: Split GenericMDNode into MDTuple and UniquableMDNode
Duncan P. N. Exon Smith
2015-01-12
1
-10
/
+10
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-0
/
+15
*
Revert "unique_ptrify LLVMContextImpl::CAZConstants"
David Blaikie
2014-11-25
1
-1
/
+1
*
unique_ptrify LLVMContextImpl::CAZConstants
David Blaikie
2014-11-25
1
-1
/
+1
*
IR: Move MDNode operands from the back to the front
Duncan P. N. Exon Smith
2014-11-18
1
-2
/
+4
*
IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
Duncan P. N. Exon Smith
2014-11-18
1
-4
/
+3
*
IR: Simplify uniquing for MDNode
Duncan P. N. Exon Smith
2014-11-17
1
-3
/
+1
*
IR: Rewrite uniquing and creation of MDString
Duncan P. N. Exon Smith
2014-11-14
1
-1
/
+1
*
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
2014-10-01
1
-0
/
+1
[next]