summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* reversed the logic of the log2 detection routine to reduce the number of nest...Pedro Artigas2012-11-30
* minor cleanupsNadav Rotem2012-11-30
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-30
* Addresses many style issues with prior checkin (r169025)Pedro Artigas2012-11-30
* Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-XPedro Artigas2012-11-30
* Remove the use of LPPassManager. We can remove LPM because we dont need to ru...Nadav Rotem2012-11-30
* [asan] simplify the code around doesNotReturn call. It now magically works. Kostya Serebryany2012-11-30
* Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth2012-11-30
* Rearrange the comments, control flow, and variable names; noChandler Carruth2012-11-30
* Move library call simplification statistic to instcombineMeador Inge2012-11-30
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-30
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-29
* No need to run LICM after loop vectorization because we dont generate invaria...Nadav Rotem2012-11-29
* When broadcasting invariant scalars into vectors, place the broadcast code in...Nadav Rotem2012-11-29
* instcombine: Migrate puts optimizationsMeador Inge2012-11-29
* [ASan] Simplify check added in r168861. Bail out from module pass early if th...Alexey Samsonov2012-11-29
* Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.Matt Beaumont-Gay2012-11-29
* Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov2012-11-29
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-29
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-29
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-29
* [msan] Handle vector manipulation instructions.Evgeniy Stepanov2012-11-29
* [msan] Fix getOriginForNaryOp.Evgeniy Stepanov2012-11-29
* [msan] Basic handling of inline asm.Evgeniy Stepanov2012-11-29
* [msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov2012-11-29
* [msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov2012-11-29
* [msan] Optimize getOriginPtr.Evgeniy Stepanov2012-11-29
* [msan] Fix a few compilation warnings.Evgeniy Stepanov2012-11-29
* [msan] Transform memcpy and memset to library calls.Evgeniy Stepanov2012-11-29
* [msan] Make sure that report callbacks do not get merged.Evgeniy Stepanov2012-11-29
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-29
* [asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...Kostya Serebryany2012-11-29
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-29
* Issue a fatal error if the line doesn't have a regular expression.Nick Lewycky2012-11-29
* When we delete a dead basic block, see if any of its successors are dead andBill Wendling2012-11-28
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-28
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-28
* instcombine: Don't replace all uses for instructions with no usesMeador Inge2012-11-27
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* tsan: instrument atomic nand operationDmitry Vyukov2012-11-27
* instcombine: Migrate sprintf optimizationsMeador Inge2012-11-27
* Get rid of the getPointeeAlignment helper function fromEli Friedman2012-11-26
* rdar://12329730 (defect 2)Shuxin Yang2012-11-26
* Fix a comment bug in toascii simplifierMeador Inge2012-11-26
* instcombine: Migrate printf optimizationsMeador Inge2012-11-26
* Move the code that uses SCEVs prior to creating the new loops. Nadav Rotem2012-11-26
* Remove stray trailing backslashMatt Beaumont-Gay2012-11-26
* tsan: fix lint warningsDmitry Vyukov2012-11-26