summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] SSE4A constant folding and conversion to shuffles.Simon Pilgrim2015-10-171-53/+270
* [RS4GC] Dont' propagate call attrs related to patchable statepointsSanjoy Das2015-10-161-0/+7
* [RS4GC] Bring legalizeCallAttributes up to LLVM coding style; NFCSanjoy Das2015-10-161-13/+11
* [RS4GC] Use "deopt" operand bundlesSanjoy Das2015-10-161-36/+175
* [IndVars] Rename getExtend; NFCSanjoy Das2015-10-161-17/+17
* [IndVars] Have `cloneArithmeticIVUser` guess betterSanjoy Das2015-10-161-12/+74
* [IndVars] Extract out a few local variables; NFCSanjoy Das2015-10-161-24/+32
* [IndVars] Split `WidenIV::cloneIVUser`; NFCSanjoy Das2015-10-161-25/+71
* Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android."Evgeniy Stepanov2015-10-151-1/+56
* [safestack] Fast access to the unsafe stack pointer on AArch64/Android.Evgeniy Stepanov2015-10-151-56/+1
* Revert 250343 and 250344Philip Reames2015-10-151-117/+0
* Sample Profiles - Adjust integer types. Mostly NFC.Diego Novillo2015-10-151-22/+29
* [ScalarOpts] Remove dead code.Benjamin Kramer2015-10-155-53/+9
* Recommit r250345, it was reverted in r250366 to investigate a bot failure.Manman Ren2015-10-151-5/+116
* Temporarily revert r250345 to sort out bot failure.Manman Ren2015-10-151-116/+5
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-141-5/+116
* [SimplifyCFG] Speculatively flatten CFG based on profiling metadataPhilip Reames2015-10-141-7/+124
* [LoopUnswitch] Correct misleading comments.Chen Li2015-10-141-2/+1
* Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.Manman Ren2015-10-141-118/+5
* [msan] Fix crash on multiplication by a non-integer constant.Evgeniy Stepanov2015-10-141-9/+15
* [InlineFunction] Correctly inline TerminatePadInstDavid Majnemer2015-10-131-5/+10
* Typo.Chad Rosier2015-10-131-1/+1
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-1327-240/+240
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-131-5/+118
* [PGO]: Eliminate calls to __llvm_profile_register_function for Linux.Xinliang David Li2015-10-131-0/+3
* Scalar: Remove some implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-1310-61/+62
* IPO: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-1313-99/+97
* Instrumentation: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-139-57/+59
* InstCombine: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-138-37/+38
* [InstCombine][SSE4A] Remove broken INSERTQI range combining optimizationSimon Pilgrim2015-10-131-45/+4
* [GlobalsAA] Turn GlobalsAA on again by defaultJames Molloy2015-10-131-1/+1
* [IndVars] NFC Cleanup.Sanjoy Das2015-10-131-66/+62
* Revert 250089 due to bot failure. It failed when building clang itself with PGO.Manman Ren2015-10-131-118/+5
* TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-1325-254/+253
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-121-5/+118
* GlobalOpt does not treat externally_initialized globals correctlyOliver Stannard2015-10-122-1/+5
* [LoopVectorize] Shrink integer operations into the smallest type possibleJames Molloy2015-10-121-11/+180
* [InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IRSimon Pilgrim2015-10-111-0/+53
* [IndVars] Use `auto`; NFCSanjoy Das2015-10-101-6/+4
* Generalize convergent check to handle invokes as well as calls.Owen Anderson2015-10-091-4/+4
* Teach LoopUnswitch not to perform non-trivial unswitching on loops containing...Owen Anderson2015-10-091-0/+14
* Refine the definition of convergent to only disallow the addition of new cont...Owen Anderson2015-10-091-1/+2
* Make HeaderLineno a local variable.Dehao Chen2015-10-091-12/+8
* [MemCpyOpt] Fix wrong merging adjacent nontemporal stores into memset calls.Andrea Di Biagio2015-10-091-0/+10
* [EarlyCSE] Address post commit review for r249523.Arnaud A. de Grandmaison2015-10-091-10/+10
* [RS4GC] Refactoring to make a later change easier, NFCISanjoy Das2015-10-081-19/+22
* [PlaceSafeopints] Extract out `callsGCLeafFunction`, NFCSanjoy Das2015-10-082-28/+18
* [RS4GC] Don't copy ADT's unneccessarily, NFCISanjoy Das2015-10-081-3/+3
* New MSan mapping layout (llvm part).Evgeniy Stepanov2015-10-081-7/+15
* Add Triple::isAndroid().Evgeniy Stepanov2015-10-082-2/+2
OpenPOWER on IntegriCloud