index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
/
llvm-c
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Coroutines] Rename "legacy" passes (NFC)
Brian Gesiak
2020-01-01
1
-4
/
+4
*
Wrap C APIs with pragmas enforcing -Werror=strict-prototypes
Duncan P. N. Exon Smith
2019-11-19
8
-48
/
+24
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-0
/
+3
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-3
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-0
/
+3
*
[LLVM-C][Ocaml] Add MergeFunctions and DCE pass
Aditya Kumar
2019-09-29
2
-0
/
+6
*
[LLVM-C] Improve Bindings to The Internalize Pass
Robert Widmann
2019-07-23
1
-0
/
+15
*
[LLVM-C] Expose the "Add Discriminators" Pass To LLVM-C
Robert Widmann
2019-03-15
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+32
*
Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"
whitequark
2018-09-28
1
-3
/
+0
*
[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints
whitequark
2018-09-28
1
-0
/
+3
*
[LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs
whitequark
2018-09-18
1
-0
/
+3
*
[LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs
whitequark
2018-09-18
1
-0
/
+3
*
[Aggressive InstCombine] Move C bindings to their own header file.
Benjamin Kramer
2018-09-05
2
-3
/
+43
*
[LLVM-C] Add coroutine passes
whitequark
2018-08-19
1
-0
/
+55
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+3
*
[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
Fangrui Song
2018-05-28
1
-3
/
+0
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-3
/
+0
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-0
/
+3
*
InstCombine: Fix layering by not including Scalar.h in InstCombine
David Blaikie
2018-04-24
1
-0
/
+43
*
[AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.
Craig Topper
2018-04-24
1
-0
/
+3
*
llvm-c: Split Utils out of Scalar.h
David Blaikie
2018-03-29
2
-6
/
+50
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-3
/
+0
*
Add CalledValuePropagation pass
Matthew Simpson
2017-10-25
1
-0
/
+3
*
Remove the BBVectorize pass.
Chandler Carruth
2017-06-30
1
-1
/
+1
*
Split the SimplifyCFG pass into two variants.
Joerg Sonnenberger
2017-03-26
1
-0
/
+3
*
[GVN] Initial check-in of a new global value numbering algorithm.
Davide Italiano
2016-12-22
1
-0
/
+3
*
[EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSA
Geoff Berry
2016-09-01
1
-1
/
+4
*
[EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry
2016-08-31
1
-1
/
+1
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-3
/
+3
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
4
-5
/
+4
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
1
-0
/
+3
*
[C API] Make the 'lower switch' pass available via the C API.
Juergen Ributzka
2014-09-11
1
-0
/
+3
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
1
-0
/
+3
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+3
*
MergedLoadStoreMotion pass
Gerolf Hoflehner
2014-07-18
1
-0
/
+3
*
The LLVM C API shouldn't be including a file from the C++ API. Especially not a
Richard Smith
2014-04-08
1
-1
/
+0
*
Add a Scalarizer pass.
Richard Sandiford
2013-11-22
1
-0
/
+3
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
1
-0
/
+3
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
1
-0
/
+3
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-10
/
+0
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
1
-0
/
+3
*
Revert r178713
Evan Cheng
2013-04-04
1
-7
/
+2
*
Make it possible to include llvm-c without including C++ headers. Patch by Fi...
Evan Cheng
2013-04-03
1
-2
/
+7
*
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
2013-03-10
1
-2
/
+2
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
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
4
-0
/
+43
*
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
[next]