Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap C APIs with pragmas enforcing -Werror=strict-prototypes | Duncan P. N. Exon Smith | 2019-11-19 | 1 | -6/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+4 |
* | [LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass | Fangrui Song | 2018-05-28 | 1 | -3/+0 |
* | Remove the BBVectorize pass. | Chandler Carruth | 2017-06-30 | 1 | -1/+1 |
* | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -2/+1 |
* | Rename the C function to create a SLPVectorizerPass to something sane and exp... | Benjamin Kramer | 2013-04-11 | 1 | -0/+3 |
* | Symbol hygiene: Make sure declarations and definitions match, make helper fun... | Benjamin Kramer | 2012-10-20 | 1 | -0/+3 |
* | Organize LLVM C API docs into doxygen modules; add docs | Gregory Szorc | 2012-03-21 | 1 | -0/+11 |
* | A few of the changes suggested in code review (by Nick Lewycky) | Hal Finkel | 2012-02-01 | 1 | -1/+1 |
* | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 1 | -0/+37 |