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
*
Objective-C Class Properties: Autoupgrade "Class Properties" module flag.
Manman Ren
2016-05-25
1
-0
/
+9
*
AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.
Nikolay Haustov
2016-05-06
1
-0
/
+40
*
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
2016-04-27
6
-23
/
+23
*
Symbolize operand bundle blocks for bcanalyzer
Sanjoy Das
2016-04-26
1
-0
/
+27
*
BitcodeReader: Fix some holes in upgrade from r267296
Duncan P. N. Exon Smith
2016-04-24
2
-1
/
+9
*
Add "hasSection" flag in the Summary
Mehdi Amini
2016-04-24
1
-0
/
+11
*
Reorganize GlobalValueSummary with a "Flags" bitfield.
Mehdi Amini
2016-04-24
3
-19
/
+19
*
Add a version field in the bitcode for the summary
Mehdi Amini
2016-04-24
6
-0
/
+20
*
Relax test using CHECK-DAG instead of CHECK-NEXT
Mehdi Amini
2016-04-24
1
-6
/
+6
*
Fix test stability (was sensitive to the path)
Mehdi Amini
2016-04-24
1
-0
/
+7
*
Store and emit original name in combined index
Mehdi Amini
2016-04-23
1
-0
/
+24
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
2
-0
/
+35
*
BitcodeWriter: Emit uniqued subgraphs after all distinct nodes
Duncan P. N. Exon Smith
2016-04-23
2
-0
/
+53
*
BitcodeWriter: Emit distinct nodes before uniqued nodes
Duncan P. N. Exon Smith
2016-04-23
1
-0
/
+18
*
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
[next]