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
/
clang
/
lib
/
CodeGen
/
BackendUtil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang
Teresa Johnson
2017-11-10
1
-0
/
+1
*
[SanitizerCoverage] Add stack depth tracing instrumentation.
Matt Morehouse
2017-08-18
1
-0
/
+1
*
Update for llvm change.
Rafael Espindola
2017-08-03
1
-10
/
+12
*
[sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table
Kostya Serebryany
2017-07-28
1
-0
/
+1
*
Make new PM honor -fdebug-info-for-profiling (clang side)
Dehao Chen
2017-07-27
1
-22
/
+21
*
[PM] Setup TargetLibraryInfo correctly for the new pass manager.
Chandler Carruth
2017-07-25
1
-0
/
+8
*
Use DenseMap instead std::map for GVSummaryMapTy
Dehao Chen
2017-07-10
1
-1
/
+1
*
Changed Opts.EABIVersion type string to llvm::EABI enum class
Yuka Takahashi
2017-07-01
1
-5
/
+1
*
Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM's
Chandler Carruth
2017-06-30
1
-1
/
+0
*
[PM] Add support for sample PGO in the new pass manager (clang-side)
Dehao Chen
2017-06-29
1
-1
/
+5
*
[NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.
Tim Shen
2017-06-29
1
-4
/
+7
*
[ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
Tim Shen
2017-06-29
1
-4
/
+16
*
Apply summary-based dead stripping to regular LTO modules with summaries.
Peter Collingbourne
2017-06-15
1
-4
/
+4
*
Represent debug information compression type fully
Saleem Abdulrasool
2017-06-09
1
-1
/
+1
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-08
1
-0
/
+1
*
Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...
Renato Golin
2017-06-05
1
-1
/
+0
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-03
1
-0
/
+1
*
[ThinLTO] Wire up ThinLTO and new PM
Tim Shen
2017-06-01
1
-3
/
+21
*
Remove ignore-empty-index-file option
Teresa Johnson
2017-05-12
1
-1
/
+2
*
[asan] A clang flag to enable ELF globals-gc.
Evgeniy Stepanov
2017-05-09
1
-0
/
+2
*
[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...
Kostya Serebryany
2017-05-05
1
-0
/
+1
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-2
/
+6
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-2
/
+2
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-2
/
+2
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-1
/
+0
*
[asan] Unconditionally enable GC of globals on COFF.
Evgeniy Stepanov
2017-04-26
1
-2
/
+1
*
[asan] Disable ASan global-GC depending on the target and compiler flags.
Evgeniy Stepanov
2017-04-24
1
-6
/
+30
*
Move Split DWARF handling to an MC option/command line argument rather than u...
David Blaikie
2017-04-21
1
-0
/
+2
*
Don't pass FPOpFusion::Strict to the backend
Adam Nemet
2017-04-20
1
-1
/
+3
*
Parse backend options during thinlto backend compile actions
David Blaikie
2017-04-19
1
-6
/
+5
*
[Driver] Don't crash on invalid values of -mrelocation-model=.
Davide Italiano
2017-04-01
1
-1
/
+2
*
[ThinLTO] Handle -emit-llvm* in ThinLTO backends
Teresa Johnson
2017-03-31
1
-1
/
+22
*
[ThinLTO] Set up lto::Config properly for codegen in ThinLTO backends
Teresa Johnson
2017-03-31
1
-125
/
+153
*
Use FPContractModeKind universally
Adam Nemet
2017-03-29
1
-4
/
+4
*
Revert "Use FPContractModeKind universally"
Adam Nemet
2017-03-29
1
-4
/
+4
*
Use FPContractModeKind universally
Adam Nemet
2017-03-29
1
-4
/
+4
*
[ThinLTO] Clang support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-2
/
+17
*
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
Benjamin Kramer
2017-03-21
1
-1
/
+1
*
Clang change: Do not inline hot callsites for samplepgo in thinlto compile ph...
Dehao Chen
2017-03-21
1
-1
/
+6
*
Remove setting LessPreciseFPMADOption on the TargetOption as it's
Eric Christopher
2017-03-17
1
-1
/
+0
*
Only enable AddDiscriminator pass when -fdebug-info-for-profiling is true
Dehao Chen
2017-02-21
1
-2
/
+4
*
[PM] Add support for instrumented PGO in the new pass manager (clang-side)
Davide Italiano
2017-02-13
1
-2
/
+22
*
[CodeGen] Remove unneeded `private`. NFCI.
Davide Italiano
2017-02-09
1
-1
/
+0
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-1
/
+0
*
Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass."
Peter Collingbourne
2017-01-26
1
-3
/
+5
*
Use TargetMachine adjustPassManager hook
Stanislav Mekhanoshin
2017-01-26
1
-6
/
+1
*
IRGen: Factor out function clang::FindThinLTOModule. NFCI.
Peter Collingbourne
2017-01-24
1
-21
/
+21
*
Add LF_ prefix to LibFunc enums in TargetLibraryInfo.
David L. Jones
2017-01-23
1
-1
/
+1
*
Revert "IRGen: Start using the WriteThinLTOBitcode pass."
Martin Bohme
2017-01-23
1
-5
/
+3
*
IRGen: Start using the WriteThinLTOBitcode pass.
Peter Collingbourne
2017-01-20
1
-3
/
+5
[prev]
[next]