aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/BackendUtil.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-30[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany1-0/+2
2016-08-17[ThinLTO] Adapt backend invocation to llvm API changes.Mehdi Amini1-4/+18
2016-08-17[PM] Update Clang for LLVM's r278896 which re-organized a header.Chandler Carruth1-2/+3
2016-08-12CodeGen: Replace ThinLTO backend implementation with a client of LTO/Resolution.Teresa Johnson1-33/+64
2016-08-08[ARM] Command-line options for embedded position-independent codeOliver Stannard1-0/+6
2016-07-29Initial vectorization support for svml calls (short vector math library).Matt Masten1-0/+3
2016-07-27Add flags to toggle preservation of assembly commentsNirav Dave1-0/+1
2016-07-23[Profile] Use a flag to enable PGO rather than the profraw filenameXinliang David Li1-0/+1
2016-07-22[Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li1-1/+1
2016-07-15Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne1-87/+60
2016-07-10Delete dead code.Sean Silva1-1/+0
2016-06-23Invoke simplifycfg and sroa before instcombine.Dehao Chen1-3/+9
2016-06-22Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg1-1/+2
2016-06-21Invoke PruneEH pass before Sample Profile pass.Dehao Chen1-0/+1
2016-06-02[asan] Added -fsanitize-address-use-after-scope flagVitaly Buka1-4/+7
2016-05-29Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola1-0/+1
2016-05-27Add instcombine pass if sampleprofile pass is enabled.Dehao Chen1-2/+10
2016-05-25[esan|wset] Add working set tool driver flagsDerek Bruening1-0/+2
2016-05-24CodeGen: indicate to the backend the exception modelSaleem Abdulrasool1-0/+3
2016-05-20CodeGen: address -Wcast-qual warningSaleem Abdulrasool1-1/+1
2016-05-18Update for llvm change.Rafael Espindola1-1/+1
2016-05-16Change embed-bitcode linkage typeSteven Wu1-22/+51
2016-05-11Fixed msvc warningsSimon Pilgrim1-0/+2
2016-05-11Embed bitcode in object file (clang cc1 part)Steven Wu1-0/+90
2016-04-29Delete store to Target option PositionIndependentExecutable as PIE is now set...Sriraman Tallam1-1/+0
2016-04-27Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.Justin Lebar1-0/+8
2016-04-21[esan] EfficiencySanitizer driver flagsDerek Bruening1-0/+18
2016-04-18Update InstrProf pass creator API referenceXinliang David Li1-1/+1
2016-04-12Pass -backend-option to LLVM when there is no target machine.Yaxun Liu1-16/+23
2016-04-11Emit the module hash by default with -flto=thin.Mehdi Amini1-1/+2
2016-04-08Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool1-1/+1
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool1-2/+2
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool1-2/+2
2016-03-15[ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson1-18/+18
2016-03-14Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson1-18/+18
2016-03-14[ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson1-18/+18
2016-03-11Update to include the new header file providing createGVNPass.Chandler Carruth1-0/+1
2016-03-04Make TargetInfo store an actual DataLayout instead of a string.James Y Knight1-6/+6
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu1-0/+2
2016-02-29[PGO] clang cc1 option change to enable IR level instrumentationRong Xu1-0/+6
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany1-0/+1
2016-02-17Teach clang to use the ThinLTO pipelineMehdi Amini1-1/+2
2016-02-05Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson1-13/+1
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu1-1/+1
2016-02-02Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer1-1/+1
2016-01-08[ThinLTO] Leverage new in-place renaming supportTeresa Johnson1-16/+33
2016-01-06[Driver] Add support for -fno-builtin-foo options.Chad Rosier1-0/+7
2015-12-21[clang-cl] Add support for /BreproDavid Majnemer1-0/+2
2015-12-19Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson1-0/+13
2015-12-19Revert r256063, it's killing clang-tools-extraPaul Robinson1-1/+0