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
/
LTO
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Remove dllimport attribute from locally defined symbols
Matthew Voss
2018-12-19
1
-1
/
+5
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
4
-0
/
+90
*
LTO: Don't internalize available_externally globals.
Peter Collingbourne
2018-12-05
1
-1
/
+4
*
[ThinLTO] Look through aliases when computing hash keys
George Burgess IV
2018-12-04
1
-2
/
+8
*
[ThinLTO] Import local variables from the same module as caller
Teresa Johnson
2018-11-29
1
-11
/
+26
*
[ThinLTO] Consolidate cache key computation between new/old LTO APIs
Teresa Johnson
2018-11-26
2
-92
/
+23
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
2
-6
/
+18
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
2
-6
/
+2
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
2
-2
/
+6
*
[LTO] Drop non-prevailing definitions only if linkage is not local or appending
Pirama Arumuga Nainar
2018-11-08
3
-21
/
+27
*
[ThinLTO] Add an option to disable (thin)lto internalization.
Xin Tong
2018-11-05
1
-2
/
+8
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-17
1
-7
/
+7
*
Revert "[NewPM] teach -passes= to emit meaningful error messages"
Fedor Sergeev
2018-10-15
1
-7
/
+7
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-15
1
-7
/
+7
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
2
-2
/
+10
*
[LTO] Account for overriding lib calls via the alias attribute
Warren Ristow
2018-10-10
1
-5
/
+11
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-6
/
+5
*
[PassTiming] cleaning up legacy PassTimingInfo interface. NFCI.
Fedor Sergeev
2018-09-26
2
-0
/
+2
*
[ThinLTO] Efficiency fix for writing type id records in per-module indexes
Teresa Johnson
2018-09-25
1
-27
/
+9
*
Pass code-model through Module IR to LTO which will use it.
Caroline Tice
2018-09-21
1
-1
/
+7
*
[ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
Steven Wu
2018-09-14
1
-5
/
+9
*
[ThinLTO] Fix memory corruption in ThinLTOCodeGenerator when CodeGenOnly was ...
Steven Wu
2018-09-04
1
-9
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
[LTO] Don't internalize declarations
Bob Haarman
2018-07-27
1
-1
/
+2
*
[LTO] Handle __imp_ (dllimport) symbols consistently with lld
Teresa Johnson
2018-07-23
1
-1
/
+8
*
[ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTypeTests in new PM
Teresa Johnson
2018-07-19
1
-4
/
+8
*
Restore "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-16
1
-2
/
+2
*
Revert "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-14
1
-2
/
+2
*
[ThinLTO] Ensure we always select the same function copy to import
Teresa Johnson
2018-07-13
1
-2
/
+2
*
[ThinLTO] Use std::map to get determistic imports files
Teresa Johnson
2018-07-10
2
-2
/
+9
*
[ThinLTO] Update ThinLTO cache file atimes when on Windows
Andrew Ng
2018-07-04
2
-9
/
+41
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-1
/
+8
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
2
-2
/
+2
*
IRGen: Write .dwo files when -split-dwarf-file is used together with -fthinlt...
Peter Collingbourne
2018-05-31
1
-1
/
+6
*
Fix a make_unique ambiguity.
Peter Collingbourne
2018-05-21
1
-1
/
+1
*
LTO: Replace split dwarf implementation that uses objcopy with one that uses ...
Peter Collingbourne
2018-05-21
1
-61
/
+17
*
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...
Peter Collingbourne
2018-05-21
2
-3
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
[LTO] Handle Task=-1 passed to addSaveTemps
Teresa Johnson
2018-05-05
1
-3
/
+5
*
[LTO] Allow pass remarks with hotness to be set when emitting to stderr
Teresa Johnson
2018-05-04
1
-2
/
+2
*
[ThinLTO] Add support for optimization remarks to thinBackend
Teresa Johnson
2018-05-03
1
-15
/
+20
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
2
-0
/
+2
*
[LTO] Add stats-file option to LTO/Config.h.
Florian Hahn
2018-04-20
1
-3
/
+21
*
Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI
Weiming Zhao
2018-04-16
1
-3
/
+3
*
NFC: Move ObjectMemoryBuffer to support
Weiming Zhao
2018-04-15
2
-2
/
+1
*
[LTO] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-6
/
+6
*
Enable debug fission for thinLTO linked via gold-plugin
Yunlian Jiang
2018-04-13
2
-0
/
+68
*
Add missing vtable anchors
Weiming Zhao
2018-04-11
1
-0
/
+1
*
Prevent data races in concurrent ThinLTO processes.
Ekaterina Romanova
2018-03-30
1
-17
/
+14
[next]