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
*
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
*
LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is pa...
Peter Collingbourne
2015-06-11
1
-0
/
+3
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
Add a parameter for getLazyBitcodeModule to lazily load Metadata.
Manman Ren
2015-03-13
1
-1
/
+2
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
2015-02-03
1
-4
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2015-01-10
1
-14
/
+32
*
LTO: Lazy-load LTOModule in local contexts
Duncan P. N. Exon Smith
2014-12-17
1
-7
/
+23
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-1
/
+1
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-50
/
+38
*
libLTO: Allow LTOModule to own a context
Duncan P. N. Exon Smith
2014-11-11
1
-8
/
+43
*
LTO: introduce object file-based on-disk module format.
Peter Collingbourne
2014-09-18
1
-13
/
+30
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-2
/
+1
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-9
/
+3
*
Simplify LTOModule::makeLTOModule a bit. NFC.
Rafael Espindola
2014-08-26
1
-3
/
+1
*
Silencing a -Wcast-qual warning. NFC.
Aaron Ballman
2014-08-20
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-9
/
+17
*
Return a std::uinque_ptr. Every caller was already using one.
Rafael Espindola
2014-08-17
1
-3
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+6
*
Refactor duplicated code.
Rafael Espindola
2014-07-30
1
-23
/
+2
*
Add the missing hasLinkOnceODRLinkage predicate.
Rafael Espindola
2014-07-30
1
-3
/
+1
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-2
/
+1
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-9
/
+10
*
Revert "Convert a few std::strings to StringRef."
Rafael Espindola
2014-07-04
1
-2
/
+2
*
Ignore llvm specific symbols in the LTOModule.
Rafael Espindola
2014-07-04
1
-0
/
+3
*
Implement LTOModule on top of IRObjectFile.
Rafael Espindola
2014-07-04
1
-126
/
+75
*
Avoid mangling names twice. No functionality change.
Rafael Espindola
2014-07-04
1
-18
/
+24
*
Convert a few std::strings to StringRef.
Rafael Espindola
2014-07-04
1
-2
/
+2
*
Fix prefix comparison from r212308
Alp Toker
2014-07-04
1
-1
/
+2
*
Sink undesirable LTO functions into the old C API
Alp Toker
2014-07-04
1
-24
/
+3
[next]