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
...
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
Add more comment
Xinliang David Li
2017-08-16
1
-1
/
+9
*
[PGO] Fix ThinLTO crash
Xinliang David Li
2017-08-16
1
-0
/
+6
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
2
-0
/
+5
*
[ThinLTO] Add FunctionAttrs to ThinLTO index
Charles Saternos
2017-08-04
2
-16
/
+57
*
ThinLTO Minimized Bitcode File Size Reduction
Haojie Wang
2017-07-21
1
-65
/
+236
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
2
-3
/
+6
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
2
-36
/
+99
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
1
-6
/
+15
*
Add missing library dependency.
Peter Collingbourne
2017-06-28
1
-1
/
+1
*
Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.
Peter Collingbourne
2017-06-27
1
-4
/
+28
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+44
*
Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long).
Evgeniy Stepanov
2017-06-16
1
-2
/
+4
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
2
-12
/
+50
*
Apply summary-based dead stripping to regular LTO modules with summaries.
Peter Collingbourne
2017-06-15
1
-13
/
+20
*
IR: Tweak the API around adding modules to the summary index.
Peter Collingbourne
2017-06-14
1
-15
/
+15
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
2
-32
/
+93
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-0
/
+10
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-1
/
+9
*
Bitcode: Introduce a BitcodeFileContents data type. NFCI.
Peter Collingbourne
2017-06-08
1
-7
/
+15
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-3
/
+3
*
BitcodeWriter: Removing unnecessary std::function in favor of template
David Blaikie
2017-06-02
1
-1
/
+2
*
Tidy up a bit of r304516, use SmallVector::assign rather than for loop
David Blaikie
2017-06-02
1
-30
/
+16
*
[ThinLTO] Efficiency improvement when writing module path string table
Teresa Johnson
2017-06-02
1
-42
/
+60
*
(NFC) Track global summary liveness in GVFlags.
Evgeniy Stepanov
2017-06-01
2
-4
/
+4
*
[ThinLTO] Reduce unnecessary map lookups during combined summary write
Teresa Johnson
2017-05-31
1
-28
/
+28
*
Bitcode: Remove some dead code. Spotted by Teresa.
Peter Collingbourne
2017-05-26
1
-23
/
+1
*
[IR] Switch AttributeList to use an array for O(1) access
Reid Kleckner
2017-05-23
2
-6
/
+11
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
2
-4
/
+4
*
[MetadataLoader] Remove unused Vector. NFCI.
Davide Italiano
2017-05-16
1
-1
/
+1
*
Remove ignore-empty-index-file option
Teresa Johnson
2017-05-12
1
-8
/
+2
*
[IR] Allow attributes with global variables
Javed Absar
2017-05-11
3
-5
/
+17
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
2
-48
/
+51
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
2
-51
/
+48
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
2
-48
/
+51
*
Bitcode: Simplify how we enumerate summaries in the index. NFCI.
Peter Collingbourne
2017-05-02
1
-141
/
+23
*
Fix a pessimising move warning.
Peter Collingbourne
2017-05-01
1
-5
/
+1
*
Bitcode: Make the summary reader responsible for merging. NFCI.
Peter Collingbourne
2017-05-01
1
-23
/
+62
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-0
/
+18
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
2
-2
/
+2
*
Remove set but unused variable in BitcodeReader.cpp. NFC.
Hans Wennborg
2017-04-28
1
-4
/
+0
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
2
-6
/
+8
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
2
-0
/
+5
*
Bitcode: Do not remove empty summary entries when reading a per-module summary.
Peter Collingbourne
2017-04-28
1
-10
/
+0
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Revert "Turn DISubprogram into a variable-length node."
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
2
-23
/
+26
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
2
-2
/
+2
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
2
-2
/
+2
[prev]
[next]