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
/
Writer
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-1
/
+1
*
DebugInfo: Add flag to CU to disable emission of inline debug info into the s...
David Blaikie
2016-08-24
1
-0
/
+1
*
Constify some path in the bitcode writer (NFC)
Mehdi Amini
2016-08-19
1
-6
/
+6
*
[PM] Port ModuleSummaryIndex analysis to new pass manager
Teresa Johnson
2016-08-12
1
-6
/
+5
*
Don't import variadic functions
Piotr Padlewski
2016-08-11
1
-1
/
+1
*
[ThinLTO] Address review comments from PGO indirect call promotion (NFC)
Teresa Johnson
2016-07-18
1
-13
/
+17
*
[ThinLTO] Perform profile-guided indirect call promotion
Teresa Johnson
2016-07-17
1
-4
/
+65
*
Add an assertion for the value enumerator (bitcode writer) NFC
Mehdi Amini
2016-07-08
1
-1
/
+6
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-0
/
+2
*
[codeview] Add DISubprogram::ThisAdjustment
Reid Kleckner
2016-07-01
1
-0
/
+1
*
BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...
Peter Collingbourne
2016-06-24
1
-3
/
+0
*
IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...
Peter Collingbourne
2016-06-21
3
-23
/
+33
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-1
/
+1
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-5
/
+16
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-0
/
+1
*
IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne
2016-06-01
1
-0
/
+2
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
3
-19
/
+43
*
Avoid temporary vector for sorting in BitcodeWriter
Mehdi Amini
2016-05-16
1
-13
/
+10
*
ThinLTO: fix non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-1
/
+8
*
Revert "ThinLTO: fix non-determinism in bitcode writing"
Mehdi Amini
2016-05-16
1
-7
/
+1
*
ThinLTO: fix another non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-2
/
+9
*
ThinLTO: fix non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-1
/
+7
*
ThinLTO: fix non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-1
/
+7
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
1
-0
/
+2
*
[ThinLTO] Fix Windows debug failure in new iterator
Teresa Johnson
2016-05-11
1
-2
/
+13
*
Restore "[ThinLTO] Emit individual index files for distributed backends"
Teresa Johnson
2016-05-10
1
-71
/
+215
*
Implement a safer bitcode upgrade for DISubprogram.
Adrian Prantl
2016-05-06
1
-1
/
+2
*
BitcodeWriter: Simplify. NFC.
Peter Collingbourne
2016-05-06
1
-4
/
+2
*
Revert "[ThinLTO] Emit individual index files for distributed backends"
Vitaly Buka
2016-05-05
1
-209
/
+71
*
[ThinLTO] Emit individual index files for distributed backends
Teresa Johnson
2016-05-05
1
-71
/
+209
*
Clean up to avoid compiler warnings for casting away const qualifiers.
Sjoerd Meijer
2016-04-27
1
-1
/
+1
*
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
2016-04-27
1
-61
/
+23
*
[ThinLTO] Remove GlobalValueInfo class from index
Teresa Johnson
2016-04-24
1
-38
/
+39
*
Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' pr...
Aaron Ballman
2016-04-24
1
-2
/
+2
*
Add "hasSection" flag in the Summary
Mehdi Amini
2016-04-24
1
-2
/
+8
*
Reorganize GlobalValueSummary with a "Flags" bitfield.
Mehdi Amini
2016-04-24
1
-15
/
+23
*
Add a version field in the bitcode for the summary
Mehdi Amini
2016-04-24
1
-0
/
+8
*
Store and emit original name in combined index
Mehdi Amini
2016-04-23
1
-0
/
+14
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-2
/
+4
*
BitcodeWriter: Emit uniqued subgraphs after all distinct nodes
Duncan P. N. Exon Smith
2016-04-23
2
-1
/
+38
*
BitcodeWriter: Emit distinct nodes before uniqued nodes
Duncan P. N. Exon Smith
2016-04-23
1
-6
/
+18
*
Address comments.
Teresa Johnson
2016-04-23
1
-243
/
+238
*
Refactor bitcode writer into classes (NFC)
Teresa Johnson
2016-04-23
1
-681
/
+823
*
ValueEnumerator: Use std::find_if, NFC
Duncan P. N. Exon Smith
2016-04-23
2
-23
/
+8
*
ValueMapper/Enumerator: Clean up code in post-order traversals, NFC
Duncan P. N. Exon Smith
2016-04-22
2
-25
/
+42
*
BitcodeWriter: Emit metadata in post-order (again)
Duncan P. N. Exon Smith
2016-04-21
2
-17
/
+24
*
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
2016-04-20
1
-0
/
+3
*
BitcodeWriter: Break recursion when enumerating Metadata, almost NFC
Duncan P. N. Exon Smith
2016-04-19
2
-71
/
+74
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-3
/
+1
*
BitcodeWriter: WorkList => Worklist, NFC
Duncan P. N. Exon Smith
2016-04-18
1
-5
/
+5
[next]