index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SimplifyCFGPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-1
/
+2
*
SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes...
Benjamin Kramer
2010-06-13
1
-0
/
+3
*
make simplifycfg insert an llvm.trap before the 'unreachable' it introduces
Chris Lattner
2010-05-08
1
-3
/
+11
*
Finally land the InvokeInst operand reordering.
Gabor Greif
2010-03-24
1
-1
/
+1
*
backing out r99170 because it still fails on clang-x86_64-darwin10-fnt
Gabor Greif
2010-03-22
1
-1
/
+1
*
Now that hopefully all direct accesses to InvokeInst operands are fixed
Gabor Greif
2010-03-22
1
-1
/
+1
*
back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...
Gabor Greif
2010-03-19
1
-1
/
+1
*
Recommit r80858 again (which has been backed out in r80871).
Gabor Greif
2010-03-19
1
-1
/
+1
*
In "empty" bb, the return instruction may not be first instruction, if dbg va...
Devang Patel
2010-03-15
1
-1
/
+1
*
Skip over debug info when trying to merge two return BBs.
Bill Wendling
2010-03-14
1
-4
/
+9
*
Teach SimplifyCFG about magic pointer constants.
Jakob Stoklund Olesen
2010-02-05
1
-7
/
+9
*
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
1
-4
/
+3
*
Implement PR5795 by merging duplicated return blocks. This could go further
Chris Lattner
2009-12-22
1
-0
/
+72
*
Remove LLVMContext and its include.
Nick Lewycky
2009-11-23
1
-7
/
+5
*
remove a bunch of locking from LLVMContextImpl. Since only one thread
Chris Lattner
2009-11-01
1
-0
/
+3
*
back out my recent commit (r80858), it seems to break self-hosting buildbot's...
Gabor Greif
2009-09-03
1
-1
/
+1
*
re-commit r66920 (which has been backed out in r66953) I may have more luck t...
Gabor Greif
2009-09-03
1
-1
/
+1
*
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-09-02
1
-2
/
+1
*
add getPointerAddressSpace() to GEP instruction, use the method
Chris Lattner
2009-08-30
1
-1
/
+1
*
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
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-3
/
+3
*
Revert 75571; I'm convinced this isn't the right thing to do.
Dale Johannesen
2009-07-14
1
-17
/
+8
*
Don't delete asm's just because their inputs are undefined;
Dale Johannesen
2009-07-14
1
-8
/
+17
*
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
1
-2
/
+2
[next]