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
/
tools
/
llvm-lto
/
llvm-lto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Refactor TargetOptions initialization into a single place.
Eli Bendersky
2014-02-19
1
-20
/
+1
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
1
-2
/
+26
*
Fix object file writing in llvm-lto on Windows.
Rafael Espindola
2013-10-04
1
-1
/
+2
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
1
-0
/
+8
*
Add a -exported-symbol option to llvm-lto.
Rafael Espindola
2013-10-02
1
-0
/
+10
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
2013-09-30
1
-9
/
+48
*
Move LTO support library to a component, allowing it to be tested
Peter Collingbourne
2013-09-24
1
-23
/
+26
*
Fix LTO handling of module-level assembly (PR14152).
Peter Collingbourne
2013-09-19
1
-0
/
+103