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
/
Reader
/
BitcodeReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WebAssembly] Explicily disable comdat support for wasm output
Sam Clegg
2017-11-14
1
-3
/
+3
*
[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
-1
/
+3
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
1
-3
/
+1
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
1
-1
/
+3
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
1
-4
/
+25
*
Bitcode: add an auto-upgrade for LTO section name
Saleem Abdulrasool
2017-10-06
1
-1
/
+1
*
[ThinLTO] AliasSummary should not have any references
Teresa Johnson
2017-09-13
1
-3
/
+2
*
[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-07
1
-58
/
+58
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-0
/
+3
*
[ThinLTO] Add FunctionAttrs to ThinLTO index
Charles Saternos
2017-08-04
1
-13
/
+39
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-23
/
+69
*
Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.
Peter Collingbourne
2017-06-27
1
-4
/
+28
*
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
1
-0
/
+12
*
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
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-0
/
+10
*
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
1
-2
/
+2
*
(NFC) Track global summary liveness in GVFlags.
Evgeniy Stepanov
2017-06-01
1
-3
/
+3
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-2
/
+2
*
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
1
-1
/
+6
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-36
/
+41
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-41
/
+36
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-36
/
+41
*
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
*
Remove set but unused variable in BitcodeReader.cpp. NFC.
Hans Wennborg
2017-04-28
1
-4
/
+0
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
1
-0
/
+3
*
Bitcode: Do not remove empty summary entries when reading a per-module summary.
Peter Collingbourne
2017-04-28
1
-10
/
+0
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-0
/
+1
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
1
-78
/
+237
*
Bitcode: Move version and global value module code parsers to separate functi...
Peter Collingbourne
2017-04-12
1
-240
/
+276
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+6
*
Bitcode: Merge the code for parsing global value module codes in the summary ...
Peter Collingbourne
2017-04-10
1
-26
/
+6
*
Bitcode: Do not create FNENTRYs for aliases of functions.
Peter Collingbourne
2017-04-06
1
-11
/
+5
*
Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.
Peter Collingbourne
2017-04-03
1
-7
/
+0
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-0
/
+2
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-11
/
+11
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
1
-0
/
+6
*
Address Mehdi's post-commit review comments on r294795.
Peter Collingbourne
2017-02-11
1
-0
/
+4
*
IR: Function summary extensions for whole-program devirtualization pass.
Peter Collingbourne
2017-02-10
1
-2
/
+42
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
1
-5
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
1
-4
/
+5
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-5
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-4
/
+5
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-5
/
+4
[prev]
[next]