summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Driver] Don't crash on invalid values of -mrelocation-model=.Davide Italiano2017-04-011-1/+2
* [ThinLTO] Handle -emit-llvm* in ThinLTO backendsTeresa Johnson2017-03-311-1/+22
* [ThinLTO] Set up lto::Config properly for codegen in ThinLTO backendsTeresa Johnson2017-03-311-125/+153
* Use FPContractModeKind universallyAdam Nemet2017-03-291-4/+4
* Revert "Use FPContractModeKind universally"Adam Nemet2017-03-291-4/+4
* Use FPContractModeKind universallyAdam Nemet2017-03-291-4/+4
* [ThinLTO] Clang support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-2/+17
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-211-1/+1
* Clang change: Do not inline hot callsites for samplepgo in thinlto compile ph...Dehao Chen2017-03-211-1/+6
* Remove setting LessPreciseFPMADOption on the TargetOption as it'sEric Christopher2017-03-171-1/+0
* Only enable AddDiscriminator pass when -fdebug-info-for-profiling is trueDehao Chen2017-02-211-2/+4
* [PM] Add support for instrumented PGO in the new pass manager (clang-side)Davide Italiano2017-02-131-2/+22
* [CodeGen] Remove unneeded `private`. NFCI.Davide Italiano2017-02-091-1/+0
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-1/+0
* Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass."Peter Collingbourne2017-01-261-3/+5
* Use TargetMachine adjustPassManager hookStanislav Mekhanoshin2017-01-261-6/+1
* IRGen: Factor out function clang::FindThinLTOModule. NFCI.Peter Collingbourne2017-01-241-21/+21
* Add LF_ prefix to LibFunc enums in TargetLibraryInfo.David L. Jones2017-01-231-1/+1
* Revert "IRGen: Start using the WriteThinLTOBitcode pass."Martin Bohme2017-01-231-5/+3
* IRGen: Start using the WriteThinLTOBitcode pass.Peter Collingbourne2017-01-201-3/+5
* Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen2017-01-191-0/+1
* [WebAssembly] Add minimal support for the new wasm object format triple.Dan Gohman2017-01-171-0/+2
* Pass -fprofile-sample-use to lto backends.Dehao Chen2017-01-131-2/+5
* Revert r291774 which caused buildbot failure.Dehao Chen2017-01-121-5/+2
* Pass -fprofile-sample-use to lto backends.Dehao Chen2017-01-121-2/+5
* [ThinLTO] Optionally ignore empty index fileTeresa Johnson2017-01-061-16/+21
* Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini2017-01-061-1/+2
* Use CodegenOpts::less when creating a TargetMachine for clang `-O1`Mehdi Amini2017-01-061-4/+15
* CodeGen: plumb header search down to the IASSaleem Abdulrasool2017-01-051-8/+22
* CodeGen: use a StringSwitch instead of cascasding ifsSaleem Abdulrasool2016-12-301-15/+8
* [ThinLTO] No need to rediscover imports in distributed backendTeresa Johnson2016-12-281-4/+16
* [PH] Teach the new PM code path to support -disable-llvm-passes.Chandler Carruth2016-12-271-10/+13
* [PM] Introduce options to enable the (still experimental) new passChandler Carruth2016-12-231-4/+139
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-21/+9
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-7/+2
* Include SmallSet.h in BackendUtil.cppHal Finkel2016-12-151-0/+1
* Create SampleProfileLoader pass in llvm instead of clangDehao Chen2016-12-141-4/+2
* revert r289670 which breaks bot.Dehao Chen2016-12-141-2/+4
* Create SampleProfileLoader pass in llvm instead of clangDehao Chen2016-12-141-4/+2
* LTO: Add support for multi-module bitcode files.Peter Collingbourne2016-12-141-2/+29
* [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.Marcin Koscielnicki2016-11-221-2/+9
* Adapt to llvm NamedRegionTimer changesMatthias Braun2016-11-181-1/+1
* Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne2016-11-111-8/+6
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+2
* Use -fsanitize-recover instead of -mllvm -msan-keep-going: clang.Evgeniy Stepanov2016-11-071-1/+3
* New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam2016-10-191-0/+2
* [clang] make reciprocal estimate codegen a function attributeSanjay Patel2016-10-041-3/+0
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-031-0/+4
* Update clang for r282299.Peter Collingbourne2016-09-231-17/+3
* Revert of r282255 because of "Fell off the end of a string-switch" buildbotSjoerd Meijer2016-09-231-7/+0
OpenPOWER on IntegriCloud