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
/
BitcodeReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)
Teresa Johnson
2016-04-22
1
-63
/
+11
*
IR: Use SmallVector instead of std::vector of TrackingMDRef
Duncan P. N. Exon Smith
2016-04-20
1
-1
/
+6
*
IR: Enable debug info type ODR uniquing for forward decls
Duncan P. N. Exon Smith
2016-04-19
1
-2
/
+2
*
IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-16
/
+27
*
IR: Require DICompositeType for ODR uniquing type map
Duncan P. N. Exon Smith
2016-04-19
1
-2
/
+2
*
IR: Rename API for enabling ODR uniquing of DITypes, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
2016-04-17
1
-10
/
+23
*
ThinLTO: Make aliases explicit in the summary
Mehdi Amini
2016-04-16
1
-0
/
+51
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-16
/
+33
*
Revert "Make aliases explicit in the summary"
Mehdi Amini
2016-04-13
1
-51
/
+0
*
Make aliases explicit in the summary
Mehdi Amini
2016-04-13
1
-0
/
+51
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-0
/
+4
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-3
/
+6
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-17
/
+22
*
[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar
Dmitry Polukhin
2016-04-05
1
-19
/
+26
*
[ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)
Teresa Johnson
2016-04-05
1
-12
/
+2
*
[ThinLTO] Add option to dump value name to GUID mapping
Teresa Johnson
2016-04-04
1
-5
/
+17
*
BitcodeReader: Check for unresolved function metadata
Duncan P. N. Exon Smith
2016-04-02
1
-2
/
+12
*
Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)
Mehdi Amini
2016-04-02
1
-13
/
+14
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-3
/
+7
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-10
/
+44
*
Revert "Add support for computing SHA1 in LLVM"
Mehdi Amini
2016-04-01
1
-44
/
+10
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-10
/
+44
*
BitcodeReader: Fix weird whitespace, NFC
Duncan P. N. Exon Smith
2016-03-30
1
-1
/
+1
*
[ThinLTO] Remove post-pass metadata linking support
Teresa Johnson
2016-03-29
1
-38
/
+0
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+2
*
BitcodeReader: Allow METADATA_STRINGS to only have !""
Duncan P. N. Exon Smith
2016-03-29
1
-1
/
+1
*
Reapply ~"Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-27
1
-2
/
+52
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
1
-33
/
+1
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
1
-1
/
+33
*
Bitcode: Stop using MODULE_CODE_METADATA_VALUES
Duncan P. N. Exon Smith
2016-03-25
1
-50
/
+2
*
IR: Stop upgrading !llvm.loop attachments via MDString
Duncan P. N. Exon Smith
2016-03-25
1
-2
/
+13
*
Bitcode: Error out instead of crashing on corrupt metadata
Justin Bogner
2016-03-17
1
-20
/
+38
*
Upgrade TBAA *before* upgrading intrinsics
Chris Bieneman
2016-03-16
1
-3
/
+5
*
Move global ID computation from Function to GlobalValue (NFC)
Teresa Johnson
2016-03-15
1
-6
/
+7
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
1
-67
/
+66
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
1
-66
/
+67
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
1
-67
/
+66
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
1
-120
/
+341
*
[ThinLTO] Add missing breaks when parsing summaries (NFC)
Teresa Johnson
2016-02-24
1
-0
/
+2
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
1
-9
/
+44
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
1
-45
/
+9
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
1
-9
/
+45
*
Fix VST_CODE_* bitcode id comments (NFC)
Teresa Johnson
2016-02-10
1
-4
/
+4
*
[ThinLTO] Include linkage type in function summary
Teresa Johnson
2016-02-06
1
-5
/
+7
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-11
/
+6
*
[ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC)
Teresa Johnson
2016-01-21
1
-3
/
+4
*
Fix typo in an error string. NFC.
George Burgess IV
2016-01-20
1
-1
/
+1
*
Bring back "Assert that we have all use/users in the getters."
Rafael Espindola
2016-01-15
1
-2
/
+3
*
Revert "Assert that we have all use/users in the getters."
Michael Zolotukhin
2016-01-14
1
-3
/
+2
[prev]
[next]