summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-211-0/+4
* LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2012-09-211-0/+5
* InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer2012-09-211-1/+2
* SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren2012-09-201-0/+173
* Renaming functions to match coding style guidelinesMichael Ilseman2012-09-191-4/+4
* Doxygen-ify commentsMichael Ilseman2012-09-191-8/+16
* Put the * and & next to the variable, rather than the type.Michael Ilseman2012-09-191-73/+73
* SimplifyCFG: Don't generate invalid code for switch used to initializeHans Wennborg2012-09-191-9/+8
* IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer2012-09-191-7/+5
* CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg2012-09-191-4/+114
* Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth2012-09-181-0/+2
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-182-0/+307
* LSR critical edge splitting fix for PR13756.Andrew Trick2012-09-181-11/+15
* Fix getCommonType in a different way from the way I fixed it whenChandler Carruth2012-09-181-1/+1
* Fix build for compilers that don't understand injected class names properly.Benjamin Kramer2012-09-181-2/+2
* SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...Benjamin Kramer2012-09-181-8/+7
* SROA: Replace the member function template contraption for recursively splitt...Benjamin Kramer2012-09-181-97/+105
* SROA.cpp: Appease msvc.NAKAMURA Takumi2012-09-181-1/+1
* LNT builders have picked up new SROA, disable it to get the remaining builder...Benjamin Kramer2012-09-181-1/+1
* Fix a warning in release builds and a test case I forgot to update withChandler Carruth2012-09-181-0/+1
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth2012-09-182-8/+221
* Fix instcombine to obey requested alignment when merging allocas.Richard Osborne2012-09-181-3/+7
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-3/+2
* PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren2012-09-181-1/+38
* PGO: preserve branch-weight metadata when simplifying SwitchManman Ren2012-09-171-0/+15
* PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren2012-09-171-5/+28
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-171-0/+27
* s/__llvm_gcov_flush/__gcov_flush/gBill Wendling2012-09-171-4/+4
* NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer2012-09-171-2/+7
* Fix a few vars that can end up being used without initialization.Axel Naumann2012-09-172-2/+2
* Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth2012-09-161-24/+29
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-152-4/+6
* Disable new sroa now that all buildbots have tested it.Benjamin Kramer2012-09-151-1/+1
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-152-14/+167
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-151-111/+42
* Remove comment.Bill Wendling2012-09-141-1/+1
* PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren2012-09-142-2/+33
* Stylistic and 80-col fixesEvan Cheng2012-09-142-8/+4
* Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg2012-09-141-3/+3
* Try to fix the bots by detecting inconsistant branch-weight metadata.Manman Ren2012-09-141-4/+10
* PGO: preserve branch-weight metadata when merging two switches whereManman Ren2012-09-141-5/+12
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-4/+4
* SROA: Silence unused variable warnings in Release builds.Benjamin Kramer2012-09-141-1/+8
* Rework the computation of a sub-structure natural type. There wereChandler Carruth2012-09-141-10/+20
* Rely on the recursive check for pointer types rather than adding anChandler Carruth2012-09-141-3/+0
* Be a bit more aggressive in bailing out of this routine. Spotted byChandler Carruth2012-09-141-1/+1
* Add some comments clarifying that the GEP analysis for vector GEPs isChandler Carruth2012-09-141-1/+4
* Move an instance variable to a local variable based on review by Duncan.Chandler Carruth2012-09-141-9/+16
* Add a comment about debug intrinsics that I *really* don't want toChandler Carruth2012-09-141-0/+2
* Add two asserts that Duncan thought would help ensure things don't rotChandler Carruth2012-09-141-0/+2
OpenPOWER on IntegriCloud