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
/
test
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
BitcodeWriter: Emit metadata in post-order (again)
Duncan P. N. Exon Smith
2016-04-21
2
-6
/
+40
*
BitcodeWriter: Break recursion when enumerating Metadata, almost NFC
Duncan P. N. Exon Smith
2016-04-19
1
-6
/
+6
*
ThinLTO: Make aliases explicit in the summary
Mehdi Amini
2016-04-16
3
-2
/
+63
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
4
-8
/
+10
*
Revert "Make aliases explicit in the summary"
Mehdi Amini
2016-04-13
3
-62
/
+4
*
Make aliases explicit in the summary
Mehdi Amini
2016-04-13
3
-4
/
+62
*
Move summary creation out of llvm-as into opt
Mehdi Amini
2016-04-12
6
-12
/
+12
*
[Bitcode] Fix + regenerate old test so that it includes a DICompileUnit.
Davide Italiano
2016-04-12
2
-1
/
+7
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-2
/
+14
*
[ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson
2016-04-11
1
-1
/
+3
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+25
*
Bitcode: Try to emit metadata in function blocks
Duncan P. N. Exon Smith
2016-04-02
1
-0
/
+75
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+25
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
2
-0
/
+39
*
Revert "Add support for computing SHA1 in LLVM"
Mehdi Amini
2016-04-01
2
-39
/
+0
*
Add missing test for the "Module hash in bitcode" added in r265095
Mehdi Amini
2016-04-01
1
-0
/
+4
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-0
/
+35
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
[DebugInfo] Subprograms should belong to a CU.
Davide Italiano
2016-03-31
1
-0
/
+1
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+6
*
BitcodeReader: Allow METADATA_STRINGS to only have !""
Duncan P. N. Exon Smith
2016-03-29
1
-0
/
+7
*
Reapply ~"Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+12
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
2
-5
/
+0
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
2
-0
/
+5
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
2
-5
/
+0
*
Upgrade TBAA *before* upgrading intrinsics
Chris Bieneman
2016-03-16
1
-0
/
+0
*
[Bitcode] Add compatibility test for the 3.8 release
Vedant Kumar
2016-03-16
2
-0
/
+1590
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
5
-10
/
+10
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
5
-10
/
+10
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
5
-10
/
+10
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
7
-21
/
+249
*
[AVR] Add calling convention parser tokens
Dylan McKay
2016-03-03
2
-0
/
+16
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
2
-0
/
+2
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
2
-2
/
+0
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
2
-0
/
+2
*
[ThinLTO] Include linkage type in function summary
Teresa Johnson
2016-02-06
2
-2
/
+63
*
Add test for PR26419 (stable function summary ordering)
Teresa Johnson
2016-02-01
1
-3
/
+10
*
[llvm-bcanalyzer] Dump bitcode wrapper header
Akira Hatanaka
2016-01-29
2
-0
/
+10
*
[WinEH] Verify unwind edges against EH pad tree
Joseph Tremoulet
2016-01-10
1
-1
/
+2
*
[Bitcode] Remove superflous compatibility tests
Vedant Kumar
2016-01-06
1
-4
/
+0
*
Bitcode: Move these tests into compatibility.ll
Justin Bogner
2016-01-06
2
-32
/
+30
*
Bitcode: Fix reading and writing of ConstantDataVectors of halfs
Justin Bogner
2016-01-06
1
-0
/
+32
*
[WinEH] Tighten parentPad verifier checks
Joseph Tremoulet
2016-01-02
1
-3
/
+9
*
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
Vaivaswatha Nagaraj
2015-12-16
4
-10
/
+28
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-0
/
+22
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-16
/
+7
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-55
/
+51
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
3
-36
/
+4
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
3
-4
/
+36
*
Sort the enums in Attributes.h in case insensitive alphabetical order.
Akira Hatanaka
2015-11-11
3
-6
/
+6
[next]