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
/
SROA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-26
/
+19
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-6
/
+6
*
[C++11] Remove the completely unnecessary requirement on SetVector's
Chandler Carruth
2014-03-03
1
-1
/
+1
*
[C++11] Add two range adaptor views to User: operands and
Chandler Carruth
2014-03-03
1
-6
/
+5
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-30
/
+9
*
[SROA] Use the correct index integer size in GEPs through non-default
Chandler Carruth
2014-02-26
1
-5
/
+10
*
[SROA] Teach SROA how to handle pointers from address spaces other than
Chandler Carruth
2014-02-26
1
-9
/
+14
*
[SROA] Split the alignment computation complete for the memcpy rewriting
Chandler Carruth
2014-02-26
1
-16
/
+16
*
[SROA] The original refactoring inspired by the addrspace patch in
Chandler Carruth
2014-02-26
1
-21
/
+21
*
[SROA] Yet another slight refactoring that simplifies an API in the
Chandler Carruth
2014-02-26
1
-20
/
+19
*
[SROA] Simplify the computing of alignment: we only ever need the
Chandler Carruth
2014-02-26
1
-30
/
+16
*
[SROA] Use NewOffsetBegin in the unsplit case for memset merely for
Chandler Carruth
2014-02-26
1
-3
/
+4
*
[SROA] Use the members for New{Begin,End}Offset in the rewrite helpers
Chandler Carruth
2014-02-26
1
-14
/
+8
*
[SROA] Compute the New{Begin,End}Offset values once for each alloca
Chandler Carruth
2014-02-26
1
-40
/
+24
*
[SROA] Fix PR18615 with some long overdue simplifications to the bounds
Chandler Carruth
2014-02-26
1
-9
/
+6
*
[SROA] Add an off-by-default *strict* inbounds check to SROA. I had SROA
Chandler Carruth
2014-02-25
1
-0
/
+42
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+3
*
[SROA] Use the original load name with the SROA-prefixed IRB rather than
Chandler Carruth
2014-02-25
1
-2
/
+2
*
[SROA] Thread the ability to add a pointer-specific name prefix through
Chandler Carruth
2014-02-25
1
-21
/
+53
*
[SROA] Rather than copying the logic for building a name prefix into the
Chandler Carruth
2014-02-25
1
-3
/
+3
*
[SROA] Simplify some of the logic to dig out the old pointer value by
Chandler Carruth
2014-02-25
1
-14
/
+10
*
[SROA] Adjust to new clang-format style.
Chandler Carruth
2014-02-25
1
-2
/
+2
*
[SROA] Fix a *glaring* bug in r202091: you have to actually *write*
Chandler Carruth
2014-02-25
1
-0
/
+2
*
Silence GCC warning
Alexey Samsonov
2014-02-25
1
-1
/
+1
*
[SROA] Add a debugging tool which shuffles the slices sequence prior to
Chandler Carruth
2014-02-25
1
-0
/
+19
*
[SROA] Use a more direct way of determining whether we are processing
Chandler Carruth
2014-02-25
1
-2
/
+3
*
[SROA] Fix another instability in SROA with respect to the slice
Chandler Carruth
2014-02-25
1
-66
/
+63
*
Trivial cleanup: reuse existing variable.
Rafael Espindola
2014-02-14
1
-2
/
+1
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[SROA] Fix a bug which could cause the common type finding to return
Chandler Carruth
2014-01-21
1
-22
/
+19
*
Fix a really nasty SROA bug with how we handled out-of-bounds memcpy
Chandler Carruth
2014-01-19
1
-12
/
+49
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Add missed cleanup from r198456
Alp Toker
2014-01-04
1
-4
/
+6
*
Add a LLVM_DUMP_METHOD macro.
Nico Weber
2014-01-03
1
-2
/
+2
*
Fix an issue where SROA computed different results based on the relative
Chandler Carruth
2013-11-19
1
-10
/
+19
*
Drop spurious handle in comment.
Benjamin Kramer
2013-09-22
1
-1
/
+1
*
SROA: Handle casts involving vectors of pointers and integer scalars.
Benjamin Kramer
2013-09-21
1
-11
/
+47
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
1
-82
/
+13
*
Re-instate r187323 which fast-tracks promotable allocas as soon as the
Chandler Carruth
2013-08-11
1
-12
/
+81
*
Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope with
Chandler Carruth
2013-08-11
1
-2
/
+23
*
Reformat some bits of AllocaPromoter and simplify the name and type of
Chandler Carruth
2013-08-11
1
-21
/
+20
*
Teach the AllocaPromoter which is wrapped around the SSAUpdater
Chandler Carruth
2013-07-29
1
-15
/
+51
*
Temporarily revert r187323 until I update SSAUpdater to match mem2reg.
Chandler Carruth
2013-07-28
1
-81
/
+12
*
Now that mem2reg understands how to cope with a slightly wider set of
Chandler Carruth
2013-07-28
1
-12
/
+81
[next]