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
/
Scalar
/
SimplifyCFGPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
fix typos; NFC
Sanjay Patel
2015-06-24
1
-3
/
+2
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-06-24
1
-3
/
+3
*
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
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
1
-3
/
+12
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+7
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-5
/
+4
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Port SimplifyCFG to the new pass manager.
Chandler Carruth
2015-02-01
1
-44
/
+65
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-9
/
+9
*
[SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
2014-09-30
1
-7
/
+15
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-4
/
+9
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-1
/
+0
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-5
/
+5
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-160
/
+5
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-5
/
+160
*
Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
2013-08-09
1
-160
/
+5
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-51
/
+13
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-22
/
+59
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-9
/
+15
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Optimize tree walking in markAliveBlocks.
Evgeniy Stepanov
2012-12-17
1
-4
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-4
/
+8
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Update function names to conform to guidelines.
Jim Grosbach
2012-09-06
1
-26
/
+26
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-27
/
+27
*
fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)
Nuno Lopes
2012-07-16
1
-0
/
+1
*
fix the regression I introduced in r159385 (it's necessary to update PHI node...
Nuno Lopes
2012-07-02
1
-0
/
+3
*
make simplifyCFG erase invokes to readonly/readnone functions
Nuno Lopes
2012-06-28
1
-6
/
+7
*
improve optimization of invoke instructions:
Nuno Lopes
2012-06-25
1
-2
/
+7
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-2
/
+1
*
Preserve line number information while converting Invoke into a Call.
Devang Patel
2011-06-02
1
-0
/
+1
*
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-22
1
-1
/
+1
*
Simplify cfg inserts a call to trap when unreachable code is detected. Assign...
Devang Patel
2011-04-27
1
-1
/
+2
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-2
/
+2
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-2
/
+3
*
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
*
Teach SimplifyCFG how to simplify indirectbr instructions.
Dan Gohman
2010-08-14
1
-3
/
+2
[next]