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
/
IPConstantPropagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[IPCP] Bail on extractvalue's with more than 1 index.
Craig Topper
2019-10-31
1
-1
/
+1
*
[IPCP] Don't crash due to arg count/type mismatch between caller/callee
Bjorn Pettersson
2019-01-29
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Enable IPConstantPropagation to work with abstract call sites
Johannes Doerfert
2019-01-19
1
-12
/
+23
*
Remove trailing space
Fangrui Song
2018-07-30
1
-8
/
+8
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[IPCP] Don't propagate return value for naked functions.
Davide Italiano
2017-02-04
1
-1
/
+7
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-8
/
+8
*
[IPO/IPCP] Convert to use static functions. NFC.
Davide Italiano
2016-05-03
1
-35
/
+32
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-3
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-12
/
+11
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Remove some support for ReturnInsts with multiple operands, and for
Jay Foad
2011-04-04
1
-1
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-28
1
-2
/
+2
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
cache result of operator*
Gabor Greif
2010-07-12
1
-3
/
+4
*
Remove unused LLVMContext.
Nick Lewycky
2009-11-23
1
-5
/
+2
*
teach ipsccp and ipconstprop that a blockaddress doesn't 'take the address' o...
Chris Lattner
2009-11-01
1
-0
/
+3
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Constant propagating byval pointer is safe if function is readonly.
Torok Edwin
2009-09-24
1
-2
/
+2
*
Don't constant propagate byval pointers, since they are not really pointers, but
Torok Edwin
2009-09-24
1
-1
/
+2
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+1
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-3
/
+3
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-5
/
+5
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+2
*
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-07-06
1
-1
/
+1
*
More LLVMContext-ification.
Owen Anderson
2009-07-06
1
-3
/
+4
*
Use cast<> instead of dyn_cast<> for things that are known to be
Jay Foad
2009-06-06
1
-5
/
+1
*
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-22
1
-3
/
+4
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+1
[next]