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
/
BitcodeWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-2
/
+4
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-04
1
-0
/
+2
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
1
-2
/
+0
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
1
-0
/
+2
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
1
-4
/
+11
*
[llvm] Fix some typos. NFC.
Mandeep Singh Grang
2017-09-15
1
-1
/
+1
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-0
/
+1
*
[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-07
1
-16
/
+59
*
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
1
-0
/
+2
*
[ThinLTO] Add FunctionAttrs to ThinLTO index
Charles Saternos
2017-08-04
1
-3
/
+18
*
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
1
-0
/
+1
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-13
/
+30
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
1
-6
/
+15
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+44
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
1
-12
/
+38
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-1
/
+1
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-1
/
+9
*
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
1
-1
/
+1
*
[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
1
-4
/
+6
*
[IR] Allow attributes with global variables
Javed Absar
2017-05-11
1
-2
/
+6
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-12
/
+10
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-10
/
+12
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-12
/
+10
*
Bitcode: Simplify how we enumerate summaries in the index. NFCI.
Peter Collingbourne
2017-05-02
1
-141
/
+23
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
1
-2
/
+0
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
1
-0
/
+2
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
1
-0
/
+1
*
Make getSlotAttributes return an AttributeSet instead of a wrapper list
Reid Kleckner
2017-04-24
1
-1
/
+1
*
[Bitcode] Refactor attribute group writing to avoid getSlotAttributes
Reid Kleckner
2017-04-24
1
-37
/
+34
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-3
/
+2
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
1
-211
/
+199
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-1
/
+1
*
Bitcode: Do not create FNENTRYs for aliases of functions.
Peter Collingbourne
2017-04-06
1
-7
/
+0
*
Bitcode: Remove an unused declaration. NFC.
Peter Collingbourne
2017-04-05
1
-1
/
+0
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-0
/
+2
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-20
/
+37
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-7
/
+7
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
1
-3
/
+10
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
1
-0
/
+7
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-1
/
+1
*
IR: Function summary extensions for whole-program devirtualization pass.
Peter Collingbourne
2017-02-10
1
-4
/
+45
[next]