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
/
Bitcode
/
Reader
/
ValueList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BitcodeReader] Use tighter upper bound to validate forward references.
Florian Hahn
2019-07-14
1
-2
/
+6
*
Bitcode: derive all types used from records instead of Values.
Tim Northover
2019-06-27
1
-3
/
+9
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-2
/
+2
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-2
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[Bitcode] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-1
/
+1
*
[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-07
1
-6
/
+23
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-2
/
+2
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-1
/
+1
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Refactor BitcodeReader: move Metadata and ValueId handling in their own class...
Mehdi Amini
2016-12-12
1
-0
/
+199