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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix another crasher in SROA, reported by Joel.
Chandler Carruth
2012-10-02
1
-9
/
+32
*
Fix a silly coding error on my part. The whole point of the speculator
Chandler Carruth
2012-10-02
1
-16
/
+28
*
Make this plural. Spotted by Duncan in review (and a very old typo, this
Chandler Carruth
2012-10-01
1
-1
/
+1
*
Prune some unnecessary includes.
Chandler Carruth
2012-10-01
1
-4
/
+0
*
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
1
-31
/
+32
*
Factor the PHI and select speculation into a separate rewriter. This
Chandler Carruth
2012-10-01
1
-263
/
+294
*
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-10-01
1
-85
/
+79
*
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-29
1
-3
/
+13
*
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
1
-2
/
+3
*
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
1
-0
/
+5
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
3
-3
/
+3
*
Analogous fix to memset and memcpy rewriting. Don't have a test case
Chandler Carruth
2012-09-26
1
-0
/
+16
*
When rewriting the pointer operand to a load or store which has
Chandler Carruth
2012-09-26
1
-0
/
+6
*
Teach all of the loads, stores, memsets and memcpys created by the
Chandler Carruth
2012-09-26
1
-32
/
+49
*
Revert the business end of r164636 and try again. I'll come in again. ;]
Chandler Carruth
2012-09-26
1
-8
/
+8
*
Don't drop the alignment on a memcpy intrinsic when producing a store. This is
Nick Lewycky
2012-09-25
1
-2
/
+3
*
Revert the business end of r164634, and replace it with a different fix. The
Nick Lewycky
2012-09-25
1
-7
/
+4
*
Don't try to promote the same alloca twice. Fixes PR13916!
Nick Lewycky
2012-09-25
1
-0
/
+6
*
Fix a case where SROA did not correctly detect dead PHI or selects due
Chandler Carruth
2012-09-25
1
-5
/
+10
*
Fix a crash in SROA. This was reported independently by Takumi and
Chandler Carruth
2012-09-25
1
-12
/
+7
*
Don't forget that strcpy and friends return a pointer to the destination, so
Nick Lewycky
2012-09-25
1
-2
/
+2
*
Remove unused name of variable to quiet a warning. Also canonicalize a
Nick Lewycky
2012-09-24
1
-3
/
+3
*
Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be
Nick Lewycky
2012-09-24
1
-32
/
+71
*
Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.
Nick Lewycky
2012-09-24
1
-12
/
+11
*
Address one of the original FIXMEs for the new SROA pass by implementing
Chandler Carruth
2012-09-24
1
-1
/
+118
*
Switch to a signed representation for the dynamic offsets while walking
Chandler Carruth
2012-09-23
1
-26
/
+75
*
Fix a case where the new SROA pass failed to zap dead operands to
Chandler Carruth
2012-09-21
1
-0
/
+4
*
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
1
-0
/
+5
*
CodeGenPrep: turn lookup tables into switches for some targets.
Hans Wennborg
2012-09-19
1
-4
/
+114
*
Fix the last crasher I've gotten a reproduction for in SROA. This one
Chandler Carruth
2012-09-18
1
-0
/
+2
*
LSR critical edge splitting fix for PR13756.
Andrew Trick
2012-09-18
1
-11
/
+15
*
Fix getCommonType in a different way from the way I fixed it when
Chandler Carruth
2012-09-18
1
-1
/
+1
*
Fix build for compilers that don't understand injected class names properly.
Benjamin Kramer
2012-09-18
1
-2
/
+2
*
SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...
Benjamin Kramer
2012-09-18
1
-8
/
+7
*
SROA: Replace the member function template contraption for recursively splitt...
Benjamin Kramer
2012-09-18
1
-97
/
+105
*
SROA.cpp: Appease msvc.
NAKAMURA Takumi
2012-09-18
1
-1
/
+1
*
Fix a warning in release builds and a test case I forgot to update with
Chandler Carruth
2012-09-18
1
-0
/
+1
*
Add a major missing piece to the new SROA pass: aggressive splitting of
Chandler Carruth
2012-09-18
1
-7
/
+220
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
1
-3
/
+2
*
NewSROA: Provide a full set of operator< for ByteRanges.
Benjamin Kramer
2012-09-17
1
-2
/
+7
*
Refactor the SROA visitors for partitioning an alloca and building
Chandler Carruth
2012-09-16
1
-24
/
+29
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+4
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
1
-12
/
+162
*
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
1
-7
/
+3
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-4
/
+4
*
SROA: Silence unused variable warnings in Release builds.
Benjamin Kramer
2012-09-14
1
-1
/
+8
*
Rework the computation of a sub-structure natural type. There were
Chandler Carruth
2012-09-14
1
-10
/
+20
*
Rely on the recursive check for pointer types rather than adding an
Chandler Carruth
2012-09-14
1
-3
/
+0
*
Be a bit more aggressive in bailing out of this routine. Spotted by
Chandler Carruth
2012-09-14
1
-1
/
+1
*
Add some comments clarifying that the GEP analysis for vector GEPs is
Chandler Carruth
2012-09-14
1
-1
/
+4
[next]