summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace. NFCJustin Bogner2015-10-302-5/+5
* [FunctionAttrs] Separate another chunk of the logic for functionattrsChandler Carruth2015-10-301-10/+16
* Recommit r251680 (also need to update clang test)Dehao Chen2015-10-301-11/+12
* Revert r251680:Dehao Chen2015-10-301-12/+11
* Update the discriminator assignment algorithmDehao Chen2015-10-301-11/+12
* clang-format lib/Transforms/Utils/AddDiscriminators.cppDehao Chen2015-10-291-12/+11
* [FunctionAttrs] Provide a single SCC node set to all of theChandler Carruth2015-10-291-91/+56
* [sanitizer] [msan] Unify aarch64 mappingAdhemerval Zanella2015-10-291-21/+4
* Fix use-after-free. Thanks ASAN for giving me a detailed report :-).Daniel Jasper2015-10-291-2/+2
* Revert the revision 251592 as it fails a test on some platforms.Cong Hou2015-10-291-93/+28
* [PGO] Do not emit runtime hook user function for LinuxXinliang David Li2015-10-291-0/+5
* [LVI/CVP] Teach LVI about range metadataPhilip Reames2015-10-291-26/+6
* [SimplifyCFG] Constant fold a branch implied by it's incoming edgePhilip Reames2015-10-291-0/+13
* [SimplifyLibCalls] Factor out common unsafe-math checks.Davide Italiano2015-10-291-29/+23
* Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...Cong Hou2015-10-291-28/+93
* SamplePGO - Add flag to check sampling coverage.Diego Novillo2015-10-281-3/+83
* [JumpThreading] Use dominating conditions to prove implicationsSanjoy Das2015-10-281-2/+40
* SamplePGO - Clear per-function data after applying a profile.Diego Novillo2015-10-281-4/+21
* Typo.Chad Rosier2015-10-281-1/+1
* Reapply: [LIR] Add support for creating memsets from loops with a negative st...Chad Rosier2015-10-281-24/+32
* [GlobalOpt] Add newlines to DEBUG messagesJames Molloy2015-10-281-4/+4
* Revert "[LIR] Add support for creating memsets from loops with a negative str...Chad Rosier2015-10-281-28/+24
* [LIR] Add support for creating memsets from loops with a negative stride.Chad Rosier2015-10-281-24/+28
* Revert r251492 "[IndVarSimplify] Rewrite loop exit values with their Chen Li2015-10-281-71/+0
* [IndVarSimplify] Rewrite loop exit values with their initial values from loop...Chen Li2015-10-281-0/+71
* [SimplifyCFG] Don't DCE catchret because the successor is unreachableDavid Majnemer2015-10-271-2/+1
* Whitespace.NAKAMURA Takumi2015-10-271-1/+1
* Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"NAKAMURA Takumi2015-10-271-16/+3
* Tidy a comment. NFC.Diego Novillo2015-10-271-1/+1
* [SLP] Be more aggressive about reduction width selection.Charlie Turner2015-10-271-12/+35
* [SLP] Try a bit harder to find reduction PHIsCharlie Turner2015-10-271-5/+43
* [SLP] Treat SelectInsts as reduction values.Charlie Turner2015-10-271-6/+7
* Fix SamplePGO segfault when debug info is missing.Diego Novillo2015-10-271-2/+4
* [SimplifyLibCalls] Use range-based loop. No functional change.Davide Italiano2015-10-271-4/+2
* [function-attrs] Refactor code to handle shorter code with early exits.Chandler Carruth2015-10-271-31/+37
* Remove unused local variable. NFC.Diego Novillo2015-10-261-2/+0
* [RS4GC] Strip noalias attribute after statepoint rewriteIgor Laevsky2015-10-261-1/+4
* SamplePGO - Add optimization reports.Diego Novillo2015-10-261-6/+30
* Move the canonical header to the top of its matching cpp file as per coding c...David Blaikie2015-10-261-1/+2
* [safestack] Fast access to the unsafe stack pointer on AArch64/Android.Evgeniy Stepanov2015-10-261-47/+25
* Refactor: Simplify boolean conditional return statements in lib/Transforms/In...Alexey Samsonov2015-10-261-4/+2
* Loop Vectorizer - skipping "bitcast" before GEPElena Demikhovsky2015-10-261-3/+16
* [InstCombine] Teach instcombine not to create extra PHI nodes when folding GEPsSilviu Baranga2015-10-261-1/+6
* Convert assert(false) into llvm_unreachable where it makes sense.Benjamin Kramer2015-10-251-1/+1
* [LCSSA] Unbreak build, don't reuse L; NFCSanjoy Das2015-10-251-2/+2
* [LCSSA] Use range for loops; NFCSanjoy Das2015-10-251-28/+21
* Refactor: Simplify boolean conditional return statements in lib/Transforms/Ve...Michael Zolotukhin2015-10-242-11/+5
* ScalarReplAggregates.cpp: Try to appease clash of anonymous::SROA in modules ...NAKAMURA Takumi2015-10-241-0/+1
* [RS4GC] Rename stripDereferenceabilityInfo into stripNonValidAttributes.Igor Laevsky2015-10-231-18/+18
* Revert rL251061 [SimplifyCFG] Extend SimplifyResume to handle phi of trivial ...Chen Li2015-10-231-65/+11
OpenPOWER on IntegriCloud