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
*
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
*
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-08-03
1
-5
/
+0
*
Add LLVMAddAlwaysInlinerPass to the C API.
Rafael Espindola
2011-07-26
1
-0
/
+4
*
LLVM 3.0 is here, remove old do nothing method.
Rafael Espindola
2011-07-26
1
-5
/
+0
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-5
/
+0
*
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-04-11
1
-1
/
+0
*
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-16
1
-1
/
+0
*
Add an initialization routine for libLLVMipo.a
Owen Anderson
2010-10-07
1
-2
/
+37
*
Adding IPSCCP and Internalize passes to the C-bindings
Wesley Peck
2010-04-09
1
-0
/
+9
*
Reverting 85714, 85715, 85716, which are breaking the build
Douglas Gregor
2009-11-01
1
-1
/
+0
*
Remove the #include of Pass.h from PassManager.h. This breaks a significant
Dan Gohman
2009-11-01
1
-0
/
+1
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-1
/
+1
[next]