index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2012-09-25
Make this test check the transforms it's actually doing. Also add a test that it
Nick Lewycky
2012-09-25
Fix a case where SROA did not correctly detect dead PHI or selects due
Chandler Carruth
2012-09-25
Don't forget that strcpy and friends return a pointer to the destination, so
Nick Lewycky
2012-09-24
Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be
Nick Lewycky
2012-09-24
Add missing : in CHECK line.
Richard Osborne
2012-09-24
Add missing check for presence of target data.
Richard Osborne
2012-09-24
Address one of the original FIXMEs for the new SROA pass by implementing
Chandler Carruth
2012-09-23
Switch to a signed representation for the dynamic offsets while walking
Chandler Carruth
2012-09-21
Fix a case where the new SROA pass failed to zap dead operands to
Chandler Carruth
2012-09-21
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-20
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
Manman Ren
2012-09-19
SimplifyCFG: Don't generate invalid code for switch used to initialize
Hans Wennborg
2012-09-19
Move load_to_switch.ll to test/CodeGen/SPARC/
Hans Wennborg
2012-09-19
rename test
Nadav Rotem
2012-09-19
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
CodeGenPrep: turn lookup tables into switches for some targets.
Hans Wennborg
2012-09-18
Fix the last crasher I've gotten a reproduction for in SROA. This one
Chandler Carruth
2012-09-18
LSR critical edge splitting fix for PR13756.
Andrew Trick
2012-09-18
Fix getCommonType in a different way from the way I fixed it when
Chandler Carruth
2012-09-18
XFAIL SROA test until Chandler can get to it.
Benjamin Kramer
2012-09-18
Fix a warning in release builds and a test case I forgot to update with
Chandler Carruth
2012-09-18
Add a major missing piece to the new SROA pass: aggressive splitting of
Chandler Carruth
2012-09-18
Fix instcombine to obey requested alignment when merging allocas.
Richard Osborne
2012-09-18
PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying Switch
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-15
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-14
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
Review feedback from Duncan Sands. Alphabetize includes and simplify
Alex Rosenberg
2012-09-14
PGO: preserve branch-weight metadata when merging two switches where
Manman Ren
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-09-13
Handle the new !tbaa.struct metadata tags when converting a memcpy into scalar
Dan Gohman
2012-09-13
MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...
Benjamin Kramer
2012-09-12
Detect overflow in the path count computation. rdar://12277446.
Dan Gohman
2012-09-12
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-11
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-08
Remove an incorrect assert during branch weight propagation.
Andrew Trick
2012-09-06
Fix switch_to_lookup_table.ll test from r163302.
Hans Wennborg
2012-09-06
Build lookup tables for switches (PR884)
Hans Wennborg
2012-09-05
JumpThreading: when default destination is the destination of some cases in a
Manman Ren
2012-09-04
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
LICM may hoist an instruction with undefined behavior above a trap.
Nadav Rotem
2012-09-03
Fix more fallout from r158919, similar to PR13547.
Bob Wilson
2012-09-02
LoopRotation: Make the brute force DomTree update more brute force.
Benjamin Kramer
2012-08-30
[llvm] Updated the test fold-vector-select so that we test the vector selects...
Michael Gottesman
2012-08-30
Fix test case.
Benjamin Kramer
[next]