summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for r280064 that added options for fp denormals and exceptions.Sjoerd Meijer2016-09-231-0/+7
* Remove InstructionCombining and its related pass from sample pgo passes as we...Dehao Chen2016-09-191-13/+0
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-0/+1
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-0/+2
* [ThinLTO] Adapt backend invocation to llvm API changes.Mehdi Amini2016-08-171-4/+18
* [PM] Update Clang for LLVM's r278896 which re-organized a header.Chandler Carruth2016-08-171-2/+3
* CodeGen: Replace ThinLTO backend implementation with a client of LTO/Resolution.Teresa Johnson2016-08-121-33/+64
* [ARM] Command-line options for embedded position-independent codeOliver Stannard2016-08-081-0/+6
* Initial vectorization support for svml calls (short vector math library).Matt Masten2016-07-291-0/+3
* Add flags to toggle preservation of assembly commentsNirav Dave2016-07-271-0/+1
* [Profile] Use a flag to enable PGO rather than the profraw filenameXinliang David Li2016-07-231-0/+1
* [Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li2016-07-221-1/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-87/+60
* Delete dead code.Sean Silva2016-07-101-1/+0
* Invoke simplifycfg and sroa before instcombine.Dehao Chen2016-06-231-3/+9
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-1/+2
* Invoke PruneEH pass before Sample Profile pass.Dehao Chen2016-06-211-0/+1
* [asan] Added -fsanitize-address-use-after-scope flagVitaly Buka2016-06-021-4/+7
* Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola2016-05-291-0/+1
* Add instcombine pass if sampleprofile pass is enabled.Dehao Chen2016-05-271-2/+10
* [esan|wset] Add working set tool driver flagsDerek Bruening2016-05-251-0/+2
* CodeGen: indicate to the backend the exception modelSaleem Abdulrasool2016-05-241-0/+3
* CodeGen: address -Wcast-qual warningSaleem Abdulrasool2016-05-201-1/+1
* Update for llvm change.Rafael Espindola2016-05-181-1/+1
* Change embed-bitcode linkage typeSteven Wu2016-05-161-22/+51
* Fixed msvc warningsSimon Pilgrim2016-05-111-0/+2
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-0/+90
* Delete store to Target option PositionIndependentExecutable as PIE is now set...Sriraman Tallam2016-04-291-1/+0
* Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.Justin Lebar2016-04-271-0/+8
* [esan] EfficiencySanitizer driver flagsDerek Bruening2016-04-211-0/+18
* Update InstrProf pass creator API referenceXinliang David Li2016-04-181-1/+1
* Pass -backend-option to LLVM when there is no target machine.Yaxun Liu2016-04-121-16/+23
* Emit the module hash by default with -flto=thin.Mehdi Amini2016-04-111-1/+2
* Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool2016-04-081-1/+1
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-2/+2
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-2/+2
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-151-18/+18
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-141-18/+18
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-141-18/+18
* Update to include the new header file providing createGVNPass.Chandler Carruth2016-03-111-0/+1
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-6/+6
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-0/+2
* [PGO] clang cc1 option change to enable IR level instrumentationRong Xu2016-02-291-0/+6
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-0/+1
* Teach clang to use the ThinLTO pipelineMehdi Amini2016-02-171-1/+2
* Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson2016-02-051-13/+1
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-1/+1
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* [ThinLTO] Leverage new in-place renaming supportTeresa Johnson2016-01-081-16/+33
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-0/+7
OpenPOWER on IntegriCloud