index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
Reassociate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
1
-1
/
+1
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
1
-1
/
+2
*
calls are already unmovable, malloc doesn't need a special case.
Chris Lattner
2009-09-27
1
-2
/
+1
*
Enhance transform passes so that they apply the same tranforms to malloc call...
Victor Hernandez
2009-09-18
1
-1
/
+2
*
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-09-02
1
-3
/
+2
*
remove the std::ostream version of module and type printing.
Chris Lattner
2009-08-23
1
-3
/
+3
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-13
/
+14
*
Fix debug output to include a newline after printing a Value, now
Dan Gohman
2009-08-17
1
-7
/
+7
*
Remove a bunch more now-unnecessary Context arguments.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-7
/
+5
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-3
/
+3
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-17
/
+22
*
These don't really need contexts either.
Owen Anderson
2009-07-13
1
-6
/
+6
*
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
1
-2
/
+2
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-15
/
+15
*
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
1
-2
/
+2
*
Even more passes being LLVMContext'd.
Owen Anderson
2009-07-03
1
-17
/
+23
*
Make the key of ValueRankMap an AssertingVH, so that we die violently
Chris Lattner
2009-03-31
1
-6
/
+7
*
This pass keeps a map of Instructions to Rank numbers,
Dale Johannesen
2009-03-19
1
-8
/
+14
*
Don't assign rank numbers to debug intrinsic "calls".
Dale Johannesen
2009-03-06
1
-1
/
+3
*
Fix build failure.
Devang Patel
2008-11-21
1
-1
/
+1
*
Silence unused variable warnings.
Devang Patel
2008-11-21
1
-0
/
+3
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
don't use the result of WriteAsOperand
Chris Lattner
2008-08-19
1
-4
/
+5
*
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-16
1
-7
/
+7
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+4
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
simplify some code, BreakUpSubtract always returns nonnull now.
Chris Lattner
2008-02-18
1
-4
/
+2
*
fix pasto
Chris Lattner
2008-02-17
1
-1
/
+1
*
Split up subtracts into add+negate if they have a reassociable use or operand
Chris Lattner
2008-02-17
1
-5
/
+8
*
make the logic for breaking up subtracts more explicit, no
Chris Lattner
2008-02-17
1
-9
/
+22
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+868