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] Resolve LinkOnceAny
Teresa Johnson
2016-05-26
1
-15
/
+6
*
[ThinLTO] Refactor ODR resolution and internalization (NFC)
Teresa Johnson
2016-05-25
2
-174
/
+100
*
[ThinLTO] Handle empty exports list for module.
Teresa Johnson
2016-05-24
1
-6
/
+9
*
[ThinLTO] Fix bot failures by avoiding threaded map modifications
Teresa Johnson
2016-05-24
1
-3
/
+5
*
[ThinLTO] Change ODR resolution and internalization to be index-based
Teresa Johnson
2016-05-24
1
-194
/
+272
*
[ThinLTO] Refactor module loader handling into new LTO file (NFC)
Teresa Johnson
2016-05-23
3
-43
/
+44
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+2
*
ThinLTO: sort inputs and schedule by decreasing size
Mehdi Amini
2016-05-16
1
-4
/
+18
*
ThinLTO caching: reload cached file with mmap and drop heap-allocated memory ...
Mehdi Amini
2016-05-16
1
-5
/
+14
*
ThinLTOCodeGenerator: fix race condition found using TSAN
Mehdi Amini
2016-05-15
1
-0
/
+5
*
ThinLTOCodeGenerator: handle cases where temporary files can't be renamed
Mehdi Amini
2016-05-14
1
-2
/
+6
*
ThinLTOCodeGenerator: handle std::error_code instead of silently dropping it.
Mehdi Amini
2016-05-14
1
-1
/
+5
*
[ThinLTO] Add option to emit imports files for distributed backends
Teresa Johnson
2016-05-10
1
-0
/
+24
*
Restore "[ThinLTO] Emit individual index files for distributed backends"
Teresa Johnson
2016-05-10
1
-0
/
+23
*
Allow the LTO code generator to strip invalid debug info from the input.
Adrian Prantl
2016-05-09
1
-0
/
+20
*
Revert "Allow the LTO code generator to strip invalid debug info from the inp...
Adrian Prantl
2016-05-09
1
-20
/
+0
*
Allow the LTO code generator to strip invalid debug info from the input.
Adrian Prantl
2016-05-09
1
-0
/
+20
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
Revert "LTOCodeGenerator: handle correctly "unnamed" symbol"
Mehdi Amini
2016-05-05
1
-1
/
+1
*
Degrade assertions to a warning in LTOCodeGenerator for preserved linkonce
Mehdi Amini
2016-05-05
1
-2
/
+19
*
Revert "[ThinLTO] Emit individual index files for distributed backends"
Vitaly Buka
2016-05-05
1
-23
/
+0
*
LTOCodeGenerator: handle correctly "unnamed" symbol
Mehdi Amini
2016-05-05
1
-1
/
+1
*
[ThinLTO] Emit individual index files for distributed backends
Teresa Johnson
2016-05-05
1
-0
/
+23
*
LTOCodeGenerator: add linkonce(_odr) to "llvm.compiler.used" when present in ...
Mehdi Amini
2016-05-05
1
-17
/
+67
*
Revert "LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "...
Mehdi Amini
2016-05-05
1
-52
/
+19
*
ThinLTOCodeGenerator: remove useless temporary file that was emitted.
Mehdi Amini
2016-05-05
1
-7
/
+4
*
[PM] Port ConstantMerge to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
[IPO/GlobalDCE] Port to the new pass manager.
Davide Italiano
2016-05-03
1
-1
/
+1
*
LTO: Don't bother trying to mangle unnamed globals, as they can't be preserve...
Peter Collingbourne
2016-04-27
1
-0
/
+4
*
Clean up to avoid compiler warnings for casting away const qualifiers.
Sjoerd Meijer
2016-04-27
1
-3
/
+3
*
Revert "Support "preserving" the summary information when using setModule() A...
Mehdi Amini
2016-04-27
1
-8
/
+1
*
Support "preserving" the summary information when using setModule() API in LT...
Mehdi Amini
2016-04-27
1
-1
/
+8
*
Revert "Support "preserving" the summary information when using setModule() A...
Mehdi Amini
2016-04-27
1
-8
/
+1
*
Support "preserving" the summary information when using setModule() API in LT...
Mehdi Amini
2016-04-27
1
-1
/
+8
*
LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "MustPres...
Mehdi Amini
2016-04-27
1
-19
/
+48
*
PM: Port Internalize to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
*
ThinLTOCodeGenerator: preserve linkonce when in "MustPreserved" set
Mehdi Amini
2016-04-26
1
-4
/
+10
*
PM: Port GlobalOpt to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
*
[ThinLTO] Introduce typedef for commonly-used map type (NFC)
Teresa Johnson
2016-04-25
1
-11
/
+6
*
[ThinLTO] Remove GlobalValueInfo class from index
Teresa Johnson
2016-04-24
1
-11
/
+13
*
Add an internalization step to the ThinLTOCodeGenerator
Mehdi Amini
2016-04-24
1
-18
/
+151
*
PM: Port DCE to the new pass manager
Justin Bogner
2016-04-22
1
-1
/
+1
*
[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)
Teresa Johnson
2016-04-22
1
-1
/
+1
*
ThinLTO: add module caching handling.
Mehdi Amini
2016-04-21
1
-11
/
+148
*
ThinLTO: Resolve linkonce_odr aliases just like functions
Mehdi Amini
2016-04-21
1
-11
/
+38
*
LTO: Verify the input even if optimize() isn't called
Duncan P. N. Exon Smith
2016-04-20
1
-2
/
+24
*
Enable ODR uniquing of DITypes in more places
Teresa Johnson
2016-04-19
1
-0
/
+1
*
IR: Rename API for enabling ODR uniquing of DITypes, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Keep only the splitCodegen version that takes a factory.
Rafael Espindola
2016-04-17
1
-9
/
+13
[next]