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
/
ScalarReplAggregates.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
performance: get rid of repeated dereferencing of use_iterator by caching its...
Gabor Greif
2010-04-06
1
-5
/
+7
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-04
1
-6
/
+26
*
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
1
-26
/
+6
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
1
-6
/
+26
*
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-26
/
+6
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-6
/
+26
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-18
/
+18
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-6
/
+7
*
Adjust the heuristics used to decide when SROA is likely to be profitable.
Bob Wilson
2010-02-03
1
-18
/
+20
*
Use the less expensive getName function instead of getNameStr.
Benjamin Kramer
2010-01-27
1
-5
/
+4
*
Change Value::getUnderlyingObject to have the MaxLookup value specified as a
Bob Wilson
2010-01-25
1
-3
/
+3
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
1
-59
/
+7
*
Fix a crash in scalarrepl for memcpy/memmove where the source and destination
Bob Wilson
2010-01-19
1
-6
/
+10
*
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-8
/
+8
*
Fix the Convert to scalar to not insert dead loads in the store case. The
Chris Lattner
2009-12-22
1
-2
/
+12
*
fix some fixme's by using twines
Chris Lattner
2009-12-22
1
-6
/
+2
*
Generalize SROA to allow the first index of a GEP to be non-zero. Add a
Bob Wilson
2009-12-22
1
-23
/
+4
*
Remove special-case SROA optimization of variable indexes to one-element and
Bob Wilson
2009-12-21
1
-141
/
+30
*
Update my SROA changes in response to review.
Bob Wilson
2009-12-19
1
-33
/
+38
*
Reapply 91459 with a simple fix for the problem that broke the x86_64-darwin
Bob Wilson
2009-12-18
1
-405
/
+425
*
Re-revert 91459. It's breaking the x86_64 darwin bootstrap.
Bob Wilson
2009-12-17
1
-424
/
+404
*
Reapply r91459, it was only unmasking the bug, and since TOT is still broken ...
Daniel Dunbar
2009-12-16
1
-404
/
+424
*
Revert "Reapply 91184 with fixes and an addition to the testcase to cover the
Daniel Dunbar
2009-12-16
1
-424
/
+404
*
Reapply 91184 with fixes and an addition to the testcase to cover the problem
Bob Wilson
2009-12-15
1
-404
/
+424
*
revert r91184, because it causes a crash on a .bc file I just
Chris Lattner
2009-12-14
1
-366
/
+390
*
Revise scalar replacement to be more flexible about handle bitcasts and GEPs.
Bob Wilson
2009-12-11
1
-390
/
+366
*
Fix a comment.
Bob Wilson
2009-12-09
1
-1
/
+1
*
Some superficial cleanups.
Bob Wilson
2009-12-08
1
-4
/
+3
*
Clean up dead operands left around after SROA replaces a mem intrinsic.
Bob Wilson
2009-12-08
1
-0
/
+6
*
Fix up some comments.
Bob Wilson
2009-12-04
1
-12
/
+5
*
Fix 80-column violations.
Bob Wilson
2009-12-04
1
-4
/
+5
*
Revert r90089 for now, it's breaking selfhost.
Benjamin Kramer
2009-11-29
1
-3
/
+5
*
Fix two FIXMEs.
Benjamin Kramer
2009-11-29
1
-5
/
+3
*
fix PR5436 by making the 'simple' case of SRoA not promote out of range
Chris Lattner
2009-11-27
1
-8
/
+34
*
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-23
1
-1
/
+1
*
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...
Victor Hernandez
2009-10-23
1
-31
/
+30
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-2
/
+1
*
Add more newlines to make up for the ones removed from the end of instructions.
Nick Lewycky
2009-09-15
1
-9
/
+12
*
add newline to debug dump
Chris Lattner
2009-09-15
1
-1
/
+1
*
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-09-02
1
-2
/
+1
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-11
/
+13
*
Make SROA and PredicateSimplifier cope if TargetData is not
Dan Gohman
2009-08-19
1
-3
/
+9
*
Don't crash trying to promote VLAs.
Nick Lewycky
2009-08-17
1
-1
/
+4
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-24
/
+35
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-14
/
+8
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-5
/
+3
*
Twines: Don't allow implicit conversion from integers, this is too tricky.
Daniel Dunbar
2009-07-30
1
-3
/
+3
*
Switch obvious clients to Twine instead of utostr (when they were already using
Daniel Dunbar
2009-07-30
1
-4
/
+3
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-14
/
+13
[next]