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
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Stop upgrading !llvm.loop attachments via MDString
Duncan P. N. Exon Smith
2016-03-25
1
-2
/
+13
*
BitcodeWriter: Move abbreviation for GenericDINode; almost NFC
Duncan P. N. Exon Smith
2016-03-24
3
-21
/
+19
*
BitcodeWriter: Move abbreviation for DILocation; almost NFC
Duncan P. N. Exon Smith
2016-03-24
3
-20
/
+18
*
BitcodeWriter: Split out named metadata; almost NFC
Duncan P. N. Exon Smith
2016-03-24
1
-25
/
+31
*
Bitcode: Module* -> Module&, NFC
Duncan P. N. Exon Smith
2016-03-24
1
-5
/
+5
*
Add getBlockProfileCount method to BlockFrequencyInfo
Easwaran Raman
2016-03-23
1
-7
/
+3
*
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
*
[ThinLTO] Record all global variable defs in the summary
Teresa Johnson
2016-03-15
1
-11
/
+10
*
BitcodeWriter dyn_cast cleanup for r263275 (NFC)
Teresa Johnson
2016-03-15
1
-8
/
+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
3
-83
/
+79
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
3
-79
/
+83
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
3
-83
/
+79
*
[Bitcode] Make writeComdats less strange
David Majnemer
2016-03-13
1
-2
/
+2
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
3
-212
/
+716
*
Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclos...
Mehdi Amini
2016-03-07
1
-7
/
+34
*
[ThinLTO] Add missing breaks when parsing summaries (NFC)
Teresa Johnson
2016-02-24
1
-0
/
+2
*
Bitcode writer: fix a typo, using getName() instead of getSourceFileName()
Mehdi Amini
2016-02-16
1
-2
/
+2
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
2
-71
/
+106
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
2
-107
/
+71
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
2
-71
/
+107
*
Fix VST_CODE_* bitcode id comments (NFC)
Teresa Johnson
2016-02-10
2
-18
/
+18
*
[ThinLTO] Include linkage type in function summary
Teresa Johnson
2016-02-06
2
-10
/
+18
*
[ThinLTO] Ensure function summary output order is stable
Teresa Johnson
2016-02-01
1
-5
/
+11
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
[llvm-bcanalyzer] Dump bitcode wrapper header
Akira Hatanaka
2016-01-29
1
-8
/
+4
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
Make more headers self-contained.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
3
-44
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-11
/
+6
*
[Bitcode] Insert the darwin wrapper at the beginning of a file when the
Akira Hatanaka
2016-01-23
1
-2
/
+2
*
[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
*
NFC Test Commit whitespace change in a comment
Chris Ray
2016-01-19
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
*
Bitcode: Fix reading and writing of ConstantDataVectors of halfs
Justin Bogner
2016-01-06
2
-23
/
+15
*
Ensure MDNode used as key in metadata linking map cannot be RAUWed
Teresa Johnson
2015-12-30
1
-0
/
+5
*
[ThinLTO] Check MDNode values saved for metadata linking (NFC)
Teresa Johnson
2015-12-30
1
-0
/
+5
*
Rename MDValue* to Metadata* (NFC)
Teresa Johnson
2015-12-29
3
-141
/
+146
*
Remove overly strict new assert in BitcodeReader.
Teresa Johnson
2015-12-21
1
-16
/
+1
*
Assert that we have all use/users in the getters.
Rafael Espindola
2015-12-19
1
-2
/
+3
*
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-28
/
+8
*
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2015-12-19
1
-8
/
+28
*
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-28
/
+8
*
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-8
/
+28
*
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2015-12-19
1
-28
/
+8
*
Deprecate a few C APIs.
Rafael Espindola
2015-12-18
1
-0
/
+46
*
Remove redundant argument. NFC.
Rafael Espindola
2015-12-18
1
-6
/
+3
[next]