aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
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
2012-09-11llvm/lib/Transforms/Utils/CMakeLists.txt: Update.NAKAMURA Takumi
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg
2012-09-10Move bypassSlowDivision into the llvm namespace.Benjamin Kramer
2012-09-10Fix style issues from r163302 pointed out by Evan.Hans Wennborg
2012-09-09Move spaces to the right places. No functionality change.Nick Lewycky
2012-09-09DSE: Poking holes into a SetVector is expensive, avoid it if possible.Benjamin Kramer
2012-09-08Remove an incorrect assert during branch weight propagation.Andrew Trick
2012-09-07SimplifyCFG: ValidLookupTableConstant should be staticHans Wennborg
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-09-06Fix switch_to_lookup_table.ll test from r163302.Hans Wennborg
2012-09-06Build lookup tables for switches (PR884)Hans Wennborg
2012-09-06Update function names to conform to guidelines.Jim Grosbach
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05[asan] fix lintKostya Serebryany
2012-09-05[asan] extend the blacklist functionality to handle global-init. Patch by Rei...Kostya Serebryany