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
/
LTOModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-1
/
+2
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-1
/
+2
*
[ThinLTO]LTO]Legacy] Fix dependent libraries support by adding querying of th...
Ben Dunbobbin
2019-06-12
1
-5
/
+27
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-1
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...
David Blaikie
2018-03-21
1
-2
/
+1
*
[LTO] Return proper error object rather than null LTOModule
Adam Nemet
2018-03-13
1
-1
/
+1
*
Introduce errorToBool() helper and use it.
Nico Weber
2018-01-23
1
-16
/
+4
*
[LTO] Simplify code. No functionality change intended.
Benjamin Kramer
2017-12-28
1
-14
/
+10
*
Remove redundant includes from lib/LTO.
Michael Zolotukhin
2017-12-13
1
-5
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-4
/
+4
*
LTOModule::isBitcodeFile() shouldn't assert when returning false.
Nico Weber
2017-10-31
1
-4
/
+16
*
Convert the last uses of ErrorOr in include/llvm/Object.
Rafael Espindola
2017-10-11
1
-7
/
+7
*
Apply summary-based dead stripping to regular LTO modules with summaries.
Peter Collingbourne
2017-06-15
1
-4
/
+2
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-3
/
+3
*
Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
Peter Collingbourne
2017-03-31
1
-1
/
+1
*
Move llvm::canBeOmittedFromSymbolTable() to Analysis.
Peter Collingbourne
2017-03-31
1
-1
/
+1
*
fix nullptr Mangler in LTOModule
Bob Haarman
2017-02-04
1
-2
/
+7
*
[LTO] Reject modules without datalayout.
Davide Italiano
2016-12-14
1
-1
/
+0
*
LTO: Port the legacy LTO API to ModuleSymbolTable.
Peter Collingbourne
2016-12-13
1
-21
/
+19
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-9
/
+5
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-10
/
+16
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-4
/
+2
*
Recommit "Use StringRef in LTOModule implementation (NFC)""
Mehdi Amini
2016-10-07
1
-25
/
+29
*
Revert "Use StringRef in LTOModule implementation (NFC)"
Mehdi Amini
2016-10-06
1
-29
/
+25
*
Use StringRef in LTOModule implementation (NFC)
Mehdi Amini
2016-10-01
1
-25
/
+29
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-4
/
+1
*
Move legacy LTO interface headers to legacy/ directory.
Peter Collingbourne
2016-07-14
1
-1
/
+1
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-6
/
+6
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
1
-1
/
+1
*
libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi Amini
2016-03-09
1
-0
/
+12
*
Fix some warnings a bit harder/different
David Blaikie
2016-03-01
1
-1
/
+1
*
[LTO] Fix error reporting from lto_module_create_in_local_context()
Petr Pavlu
2016-03-01
1
-34
/
+19
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
[LTO] Fix error reporting when a file passed to libLTO is invalid or non-exis...
Petr Pavlu
2016-01-20
1
-3
/
+9
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-3
/
+2
*
Modernize the C++ APIs for creating LTO modules.
Rafael Espindola
2015-12-04
1
-73
/
+58
*
Simplify since this function never fails.
Rafael Espindola
2015-12-03
1
-10
/
+2
*
Add a method to the BitcodeReader to parse only the identification block
Mehdi Amini
2015-11-09
1
-0
/
+9
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+1
*
LTO: expose LTO_SYMBOL_ALIAS, which indicates that the symbol is an alias.
Peter Collingbourne
2015-07-04
1
-0
/
+3
*
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
2015-06-29
1
-11
/
+13
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-11
/
+12
[next]