summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAge
* Merging r197178:Bill Wendling2013-12-14
* Merging r195505:Manman Ren2013-12-09
* Merging r195769:Bill Wendling2013-11-27
* Merging r195477:Bill Wendling2013-11-25
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-17
* Add a loop rerolling passHal Finkel2013-11-16
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-15
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-12
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-10
* Remove dead codeShuxin Yang2013-11-04
* Spell "Actual" correctlyDavid Majnemer2013-11-03
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-21
* Use more type helper functionsMatt Arsenault2013-10-21
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* Mark some command line flags as hiddenNadav Rotem2013-10-18
* Rename fields of GlobalStatus to match the coding style.Rafael Espindola2013-10-17
* rename SafeToDestroyConstant to isSafeToDestroyConstant and clang-format.Rafael Espindola2013-10-17
* Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal.Rafael Espindola2013-10-17
* Fix a bug in Dead Argument Elimination.Shuxin Yang2013-10-09
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-07
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Remove "localize global" optimizationAlexey Samsonov2013-10-02
* Don't merge tiny functions.Matt Arsenault2013-10-01
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* Bugfix for PR17099:Stepan Dyatkovskiy2013-09-17
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Avoid a compiler warning about Found not being used when assertions areDuncan Sands2013-09-13
* Use type form of getIntPtrTypeMatt Arsenault2013-09-11
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-09
* Remove unused argument.Rafael Espindola2013-09-05
* Declare missing dependency on AliasAnalysis. Patch by Liu Xin!Nick Lewycky2013-09-05
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* Small simplification given that insert of an empty range is a nop.Rafael Espindola2013-09-04
* Refactor duplicated logic to a helper function.Rafael Espindola2013-09-04
* Remove dead code.Rafael Espindola2013-09-04
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-04
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-03
* Enable late-vectorization by default.Nadav Rotem2013-09-03
* Compulsive reformatting.Bill Wendling2013-08-30
* Random cleanup: No need to use a std::vector here, since createInternalizePas...Bill Wendling2013-08-30
* Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC...Nadav Rotem2013-08-28
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* Fixed typo.Michael Gottesman2013-08-27
* Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...Michael Gottesman2013-08-23
* Fixed typo.Michael Gottesman2013-08-21
* Removed trailing whitespace.Michael Gottesman2013-08-21