aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2012-09-18Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth
2012-09-18Fix instcombine to obey requested alignment when merging allocas.Richard Osborne
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-18PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchManman Ren
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren
2012-09-17PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren
2012-09-17Add a pass to llvm to rewrite the bitcode in anRobert Muth
2012-09-17s/__llvm_gcov_flush/__gcov_flush/gBill Wendling
2012-09-17NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer
2012-09-17Fix a few vars that can end up being used without initialization.Axel Naumann
2012-09-16Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Disable new sroa now that all buildbots have tested it.Benjamin Kramer
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth
2012-09-15PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren
2012-09-14Remove comment.Bill Wendling
2012-09-14PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren
2012-09-14Stylistic and 80-col fixesEvan Cheng
2012-09-14Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg
2012-09-14Try to fix the bots by detecting inconsistant branch-weight metadata.Manman Ren
2012-09-14PGO: preserve branch-weight metadata when merging two switches whereManman Ren
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-14SROA: Silence unused variable warnings in Release builds.Benjamin Kramer
2012-09-14Rework the computation of a sub-structure natural type. There wereChandler Carruth
2012-09-14Rely on the recursive check for pointer types rather than adding anChandler Carruth
2012-09-14Be a bit more aggressive in bailing out of this routine. Spotted byChandler Carruth
2012-09-14Add some comments clarifying that the GEP analysis for vector GEPs isChandler Carruth
2012-09-14Move an instance variable to a local variable based on review by Duncan.Chandler Carruth
2012-09-14Add a comment about debug intrinsics that I *really* don't want toChandler Carruth
2012-09-14Add two asserts that Duncan thought would help ensure things don't rotChandler Carruth
2012-09-14Actually keep the flag default-off for now. =/ That's what I get forChandler Carruth
2012-09-14Remove some dead, commented out code Duncan spotted in review.Chandler Carruth
2012-09-14Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.Chandler Carruth
2012-09-14Lots of comment fixes and cleanups from Duncan's review.Chandler Carruth
2012-09-14SROA.cpp: Unbreak gcc, sorry!NAKAMURA Takumi
2012-09-14SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".NAKAMURA Takumi
2012-09-14Speculative change to try to fix older GCC versions that can't handleChandler Carruth
2012-09-14Introduce a new SROA implementation.Chandler Carruth
2012-09-13Handle the new !tbaa.struct metadata tags when converting a memcpy into scalarDan Gohman
2012-09-13Extract code for reducing a type to a single value type into a helper function.Dan Gohman
2012-09-13MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer
2012-09-13Fix an 80 char line limit.Nadav Rotem
2012-09-13Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-09-13Introduce the __llvm_gcov_flush function.Bill Wendling
2012-09-12Detect overflow in the path count computation. rdar://12277446.Dan Gohman
2012-09-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren
2012-09-12Release build: guard dump functions withManman Ren
2012-09-11SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren