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
...
*
[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
*
Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...
Dehao Chen
2017-01-19
1
-0
/
+1
*
[WebAssembly] Add minimal support for the new wasm object format triple.
Dan Gohman
2017-01-17
1
-0
/
+2
*
Pass -fprofile-sample-use to lto backends.
Dehao Chen
2017-01-13
1
-2
/
+5
*
Revert r291774 which caused buildbot failure.
Dehao Chen
2017-01-12
1
-5
/
+2
*
Pass -fprofile-sample-use to lto backends.
Dehao Chen
2017-01-12
1
-2
/
+5
*
[ThinLTO] Optionally ignore empty index file
Teresa Johnson
2017-01-06
1
-16
/
+21
*
Add a cc1 option to force disabling lifetime-markers emission from clang
Mehdi Amini
2017-01-06
1
-1
/
+2
*
Use CodegenOpts::less when creating a TargetMachine for clang `-O1`
Mehdi Amini
2017-01-06
1
-4
/
+15
*
CodeGen: plumb header search down to the IAS
Saleem Abdulrasool
2017-01-05
1
-8
/
+22
*
CodeGen: use a StringSwitch instead of cascasding ifs
Saleem Abdulrasool
2016-12-30
1
-15
/
+8
*
[ThinLTO] No need to rediscover imports in distributed backend
Teresa Johnson
2016-12-28
1
-4
/
+16
*
[PH] Teach the new PM code path to support -disable-llvm-passes.
Chandler Carruth
2016-12-27
1
-10
/
+13
*
[PM] Introduce options to enable the (still experimental) new pass
Chandler Carruth
2016-12-23
1
-4
/
+139
*
Cleanup the handling of noinline function attributes, -fno-inline,
Chandler Carruth
2016-12-23
1
-21
/
+9
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-7
/
+2
*
Include SmallSet.h in BackendUtil.cpp
Hal Finkel
2016-12-15
1
-0
/
+1
[prev]
[next]