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
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2012-09-25
Don't forget that strcpy and friends return a pointer to the destination, so
Nick Lewycky
2012-09-24
Remove unused name of variable to quiet a warning. Also canonicalize a
Nick Lewycky
2012-09-24
Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be
Nick Lewycky
2012-09-24
Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.
Nick Lewycky
2012-09-24
Add missing check for presence of target data.
Richard Osborne
2012-09-24
Enable the new SROA pass by default.
Chandler Carruth
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
Renaming functions to match coding style guidelines
Michael Ilseman
2012-09-19
Doxygen-ify comments
Michael Ilseman
2012-09-19
Put the * and & next to the variable, rather than the type.
Michael Ilseman
2012-09-19
SimplifyCFG: Don't generate invalid code for switch used to initialize
Hans Wennborg
2012-09-19
IntegerDivision: Style cleanups, avoid warning about mixing || and && without...
Benjamin Kramer
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
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
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
Fix build for compilers that don't understand injected class names properly.
Benjamin Kramer
2012-09-18
SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...
Benjamin Kramer
2012-09-18
SROA: Replace the member function template contraption for recursively splitt...
Benjamin Kramer
2012-09-18
SROA.cpp: Appease msvc.
NAKAMURA Takumi
2012-09-18
LNT builders have picked up new SROA, disable it to get the remaining builder...
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
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
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-17
s/__llvm_gcov_flush/__gcov_flush/g
Bill Wendling
2012-09-17
NewSROA: Provide a full set of operator< for ByteRanges.
Benjamin Kramer
2012-09-17
Fix a few vars that can end up being used without initialization.
Axel Naumann
2012-09-16
Refactor the SROA visitors for partitioning an alloca and building
Chandler Carruth
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
Disable new sroa now that all buildbots have tested it.
Benjamin Kramer
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
Remove comment.
Bill Wendling
2012-09-14
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
Review feedback from Duncan Sands. Alphabetize includes and simplify
Alex Rosenberg
2012-09-14
Try to fix the bots by detecting inconsistant branch-weight metadata.
Manman Ren
2012-09-14
PGO: preserve branch-weight metadata when merging two switches where
Manman Ren
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
[prev]
[next]