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
/
lib
/
Transforms
/
IPO
/
IPO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NewPM] Port MergeFunctions pass
Nikita Popov
2020-01-14
1
-1
/
+1
*
[LLVM-C][Ocaml] Add MergeFunctions and DCE pass
Aditya Kumar
2019-09-29
1
-0
/
+4
*
[LLVM-C] Improve Bindings to The Internalize Pass
Robert Widmann
2019-07-23
1
-0
/
+9
*
[Attributor] Pass infrastructure and fixpoint framework
Johannes Doerfert
2019-06-05
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Hot cold splitting pass
Aditya Kumar
2018-09-07
1
-0
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-1
/
+0
*
Finish moving the IPSCCP pass from Scalar to IPO - moving the registration
David Blaikie
2018-03-22
1
-0
/
+1
*
Move the initialization of the Meta Renamer pass over to IPO along with the r...
David Blaikie
2018-03-22
1
-0
/
+1
*
[llvm-extract] Support extracting basic blocks
Volkan Keles
2018-01-23
1
-1
/
+1
*
Add CalledValuePropagation pass
Matthew Simpson
2017-10-25
1
-0
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Introduce GlobalSplit pass.
Peter Collingbourne
2016-11-16
1
-0
/
+1
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-2
/
+3
*
[PM] Port FunctionImport Pass to new PM
Teresa Johnson
2016-07-18
1
-1
/
+1
*
[PM] Port PartialInlining to the new PM
Easwaran Raman
2016-06-27
1
-1
/
+1
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
1
-1
/
+1
*
[PM] Port ReversePostOrderFunctionAttrs to the new PM
Sean Silva
2016-06-12
1
-1
/
+1
*
[PM] Port the Sample FDO to new PM (part-1)
Xinliang David Li
2016-05-27
1
-1
/
+1
*
[PM] Port EliminateAvailableExternally pass to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
[PM] Port ConstantMerge to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
[IPO/GlobalDCE] Port to the new pass manager.
Davide Italiano
2016-05-03
1
-1
/
+1
*
PM: Port Internalize to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
*
PM: Port GlobalOpt to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
*
Refactor Internalization pass to use as a callback instead of a StringSet (NFC)
Mehdi Amini
2016-04-13
1
-4
/
+4
*
[PM] Port the PostOrderFunctionAttrs pass to the new pass manager and
Chandler Carruth
2016-02-18
1
-2
/
+3
*
WholeProgramDevirt: introduce.
Peter Collingbourne
2016-02-09
1
-0
/
+1
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
1
-2
/
+3
*
[attrs] Extract the pure inference of function attributes into
Chandler Carruth
2015-12-27
1
-0
/
+1
*
[attrs] Split off the forced attributes utility into its own pass that
Chandler Carruth
2015-12-27
1
-0
/
+1
*
Cross-DSO control flow integrity (LLVM part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+1
*
Add a FunctionImporter helper to perform summary-based cross-module function ...
Mehdi Amini
2015-11-24
1
-0
/
+1
*
[PM] Port StripDeadPrototypes to the new pass manager
Justin Bogner
2015-10-30
1
-1
/
+1
*
Whitespace. NFC
Justin Bogner
2015-10-30
1
-2
/
+2
*
Convert SampleProfile pass into a Module pass.
Diego Novillo
2015-08-25
1
-0
/
+1
*
Don't change the visibility when converting a definition to a declaration.
Rafael Espindola
2015-07-13
1
-0
/
+1
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
1
-0
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Move -verify-use-list-order into llvm-uselistorder
Duncan P. N. Exon Smith
2014-07-25
1
-1
/
+0
*
IPO: Add use-list-order verifier
Duncan P. N. Exon Smith
2014-07-25
1
-0
/
+1
*
Removing spurious dependency of IPO on JumpInstrTables
Tom Roeder
2014-06-05
1
-1
/
+0
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+1
*
Initialize the barrier pass llvm::initializeIPO
Hal Finkel
2013-12-12
1
-0
/
+1
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
1
-1
/
+1
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
1
-1
/
+1
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+0
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
1
-1
/
+4
*
Fix filename in file header.
Craig Topper
2012-10-16
1
-1
/
+1
*
C API functions must be able to see their extern "C" definitions, or it will ...
Benjamin Kramer
2011-08-19
1
-0
/
+1
[next]