Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
* | [CodeExtractor] Factor out and reuse shrinkwrap analysis | Vedant Kumar | 2019-10-08 | 1 | -1/+2 |
* | [BlockExtractor] Avoid assert with wrong line format | Jinsong Ji | 2019-08-20 | 1 | -0/+2 |
* | [BlockExtractor] Expose a constructor for the group extraction | Quentin Colombet | 2019-04-29 | 1 | -3/+29 |
* | [BlockExtractor] Change the basic block separator from ',' to ';' | Quentin Colombet | 2019-04-29 | 1 | -1/+1 |
* | [BlockExtractor] Extend the file format to support the grouping of basic blocks | Quentin Colombet | 2019-04-18 | 1 | -28/+57 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -4/+5 |
* | BlockExtractor: Don’t delete functions directly | Volkan Keles | 2018-03-12 | 1 | -2/+3 |
* | BlockExtractor: Remove unused variable. NFC. | Volkan Keles | 2018-01-23 | 1 | -1/+1 |
* | [llvm-extract] Support extracting basic blocks | Volkan Keles | 2018-01-23 | 1 | -0/+174 |