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] Remove dead and dropped symbol declarations when possible
Teresa Johnson
2018-02-06
1
-6
/
+15
*
LTO: Also include dso-local bit for calls in ThinLTO cache key.
Peter Collingbourne
2018-02-05
1
-1
/
+3
*
LTO: Include dso-local bit in ThinLTO cache key.
Peter Collingbourne
2018-02-05
1
-1
/
+3
*
[ThinLTO] Convert dead alias to declarations
Teresa Johnson
2018-02-05
1
-10
/
+6
*
[LTO] - Simplify. NFC.
George Rimar
2018-02-02
1
-3
/
+2
*
[ThinLTO] - Fix for "ThinLTO inlines variables that should be discarded".
George Rimar
2018-02-02
1
-6
/
+12
*
[ThinLTO/gold] Write empty imports even for modules with symbols
Vitaly Buka
2018-01-30
1
-7
/
+15
*
[ThinLTO] - Stop internalizing and drop non-prevailing symbols.
George Rimar
2018-01-29
3
-8
/
+60
*
[LTO] - Introduce GlobalResolution::Prevailing flag.
George Rimar
2018-01-25
1
-15
/
+9
*
Another try to commit 323321 (aggressive instruction combine).
Amjad Aboud
2018-01-25
1
-0
/
+1
*
Simplify. NFC.
Rafael Espindola
2018-01-24
1
-1
/
+1
*
Reverted 323321.
Amjad Aboud
2018-01-24
1
-1
/
+0
*
[InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in...
Amjad Aboud
2018-01-24
1
-0
/
+1
*
Introduce errorToBool() helper and use it.
Nico Weber
2018-01-23
1
-16
/
+4
*
[ThinLTO] Re-commit of dot dumper after test fix
Eugene Leviant
2018-01-22
3
-2
/
+9
*
Temporarily revert r323062 to investigate buildbot failures
Eugene Leviant
2018-01-21
3
-9
/
+2
*
[ThinLTO] Implement summary visualizer
Eugene Leviant
2018-01-21
3
-2
/
+9
*
Don't drop dso_local in LTO.
Rafael Espindola
2018-01-18
1
-1
/
+2
*
[ThinLTO] - Remove code duplication. NFC.
George Rimar
2018-01-17
1
-22
/
+17
*
[LTO] Simplify code. No functionality change intended.
Benjamin Kramer
2017-12-28
1
-14
/
+10
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
1
-9
/
+9
*
[LTO] Make processing of combined module more consistent
Vitaly Buka
2017-12-16
1
-24
/
+12
*
[ThinLTO] Disallow multiple prevailing defs
Eugene Leviant
2017-12-15
1
-2
/
+2
*
[LLVMgold] Don't set undefined symbol as prevailing
Eugene Leviant
2017-12-15
1
-1
/
+4
*
Remove redundant includes from lib/LTO.
Michael Zolotukhin
2017-12-13
3
-9
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
3
-9
/
+9
*
LTO: clarify why we need to gracefully handle sys::fs::rename failures
Bob Haarman
2017-11-16
1
-7
/
+9
*
Use TempFile in lto caching.
Rafael Espindola
2017-11-15
1
-25
/
+34
*
LTO: don't fatal when value for cache key already exists
Bob Haarman
2017-11-10
1
-2
/
+15
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-04
1
-5
/
+16
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
1
-16
/
+5
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
1
-5
/
+16
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-11
/
+9
*
LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.
Peter Collingbourne
2017-11-01
1
-31
/
+34
*
LTOModule::isBitcodeFile() shouldn't assert when returning false.
Nico Weber
2017-10-31
1
-4
/
+16
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-1
/
+0
*
[raw_fd_ostream] report actual error in error messages
Bob Haarman
2017-10-24
1
-3
/
+5
*
Convert the last uses of ErrorOr in include/llvm/Object.
Rafael Espindola
2017-10-11
1
-7
/
+7
*
LTO: Improve error reporting when adding a cache entry.
Peter Collingbourne
2017-10-03
1
-4
/
+6
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
2
-15
/
+2
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
3
-5
/
+5
*
Revert "[ThinLTO] Avoid archive member collisions with old API"
Johan Engelen
2017-09-17
1
-3
/
+1
*
[ThinLTO] Avoid archive member collisions with old API
Johan Engelen
2017-09-17
1
-1
/
+3
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-8
/
+16
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-16
/
+8
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-8
/
+16
*
LowerTypeTests: Add import/export support for targets without absolute symbol...
Peter Collingbourne
2017-09-11
1
-0
/
+5
*
WholeProgramDevirt: Add import/export support for targets without absolute sy...
Peter Collingbourne
2017-09-11
1
-0
/
+2
*
LTO: Remove unnecessary Windows support code.
Peter Collingbourne
2017-09-07
1
-15
/
+0
[next]