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
*
[LTO] Reject modules without datalayout.
Davide Italiano
2016-12-14
3
-2
/
+5
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-19
/
+86
*
LTO: Add support for multi-module bitcode files.
Peter Collingbourne
2016-12-14
2
-61
/
+117
*
LTO: Port the legacy LTO API to ModuleSymbolTable.
Peter Collingbourne
2016-12-13
1
-21
/
+19
*
LTO: Port the new LTO API to ModuleSymbolTable.
Peter Collingbourne
2016-12-13
1
-44
/
+48
*
[ThinLTO] Import only necessary DICompileUnit fields
Teresa Johnson
2016-12-12
1
-1
/
+2
*
LTO: Hash the parts of the LTO configuration that affect code generation.
Peter Collingbourne
2016-12-08
1
-3
/
+36
*
[LTOs] Allow generation of hotness information
Adam Nemet
2016-12-02
2
-0
/
+13
*
Object: Extract a ModuleSymbolTable class from IRObjectFile.
Peter Collingbourne
2016-12-01
1
-1
/
+1
*
LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its ...
Peter Collingbourne
2016-12-01
2
-21
/
+24
*
LTO: Remove Symbol::getIRName().
Peter Collingbourne
2016-12-01
1
-1
/
+4
*
[LTO] Move finishOptimizationRemarks after codegen
Adam Nemet
2016-11-28
1
-2
/
+2
*
[lib/LTO] Rename few instances of Lto to LTO.
Davide Italiano
2016-11-24
1
-6
/
+6
*
Rename option to -lto-pass-remarks-output
Adam Nemet
2016-11-22
1
-1
/
+1
*
Give some helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-11-19
1
-0
/
+4
*
[ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGenerator
Mehdi Amini
2016-11-19
2
-7
/
+34
*
Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)
Mehdi Amini
2016-11-19
1
-1
/
+1
*
[LTO] Add option to generate optimization records
Adam Nemet
2016-11-18
1
-0
/
+34
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[ThinLTO] Only promote exported locals as marked in index
Teresa Johnson
2016-11-14
1
-0
/
+15
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
3
-43
/
+25
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
2
-16
/
+9
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
3
-15
/
+32
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
5
-5
/
+8
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
2
-20
/
+20
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
3
-3
/
+6
*
Don't store Twine in a local variable.
Eli Friedman
2016-11-08
1
-2
/
+1
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
3
-9
/
+5
*
[LTO] Add error message on IO error in compileOptimizedToFile.
Eli Friedman
2016-11-07
1
-0
/
+2
*
[ThinLTO] Disable importing and other cross-module optis at -O0
Teresa Johnson
2016-10-31
1
-27
/
+31
*
[ThinLTO] Correctly resolve linkonce when importing aliasee
Teresa Johnson
2016-10-30
1
-3
/
+8
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
2
-51
/
+21
*
fix warning
Rafael Espindola
2016-10-25
1
-0
/
+1
*
Make the LTO comdat api more symbol table friendly.
Rafael Espindola
2016-10-25
1
-2
/
+29
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-2
/
+2
*
[ThinLTO] Default backend threads to heavyweight_hardware_concurrency
Teresa Johnson
2016-10-19
2
-3
/
+6
*
[cmake] Declare LLVM_CMAKE_PATH for use in subprojects
Michal Gorny
2016-10-19
1
-1
/
+1
*
Reduce global namespace pollution. NFC.
Benjamin Kramer
2016-10-18
1
-1
/
+1
*
LTO: Use the correct mangler function in LTOCodeGenerator::applyScopeRestrict...
Peter Collingbourne
2016-10-12
1
-2
/
+2
*
[ThinLTO] Don't link module level assembly when importing
Teresa Johnson
2016-10-12
1
-1
/
+2
*
ThinLTO: don't perform incremental LTO on module without a hash
Mehdi Amini
2016-10-08
2
-4
/
+13
*
ThinLTO: handles modules with empty summaries
Mehdi Amini
2016-10-08
2
-3
/
+9
*
Recommit "Use StringRef in LTOModule implementation (NFC)""
Mehdi Amini
2016-10-07
2
-26
/
+30
*
Revert "Use StringRef in LTOModule implementation (NFC)"
Mehdi Amini
2016-10-06
2
-30
/
+26
*
Use StringRef in LTOCodegenerator (NFC)
Mehdi Amini
2016-10-01
1
-4
/
+4
*
Use StringRef in LTOModule implementation (NFC)
Mehdi Amini
2016-10-01
2
-26
/
+30
*
Add explanatory comment.
Peter Collingbourne
2016-09-29
1
-0
/
+4
*
LTO: Fix use-after-scope error.
Peter Collingbourne
2016-09-29
1
-0
/
+1
*
Refactor the ProfileSummaryInfo to use doInitialization and doFinalization to...
Dehao Chen
2016-09-28
1
-1
/
+1
*
Fix the bug introduced in r282616.
Dehao Chen
2016-09-28
1
-1
/
+1
[next]