summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/BlockExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [CodeExtractor] Factor out and reuse shrinkwrap analysisVedant Kumar2019-10-081-1/+2
* [BlockExtractor] Avoid assert with wrong line formatJinsong Ji2019-08-201-0/+2
* [BlockExtractor] Expose a constructor for the group extractionQuentin Colombet2019-04-291-3/+29
* [BlockExtractor] Change the basic block separator from ',' to ';'Quentin Colombet2019-04-291-1/+1
* [BlockExtractor] Extend the file format to support the grouping of basic blocksQuentin Colombet2019-04-181-28/+57
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-4/+5
* BlockExtractor: Don’t delete functions directlyVolkan Keles2018-03-121-2/+3
* BlockExtractor: Remove unused variable. NFC.Volkan Keles2018-01-231-1/+1
* [llvm-extract] Support extracting basic blocksVolkan Keles2018-01-231-0/+174
OpenPOWER on IntegriCloud