summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* 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
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-26
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-26
* instcombine: Migrate isascii optimizationsMeador Inge2012-11-26
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-26
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-26
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-25
* Move the max vector width to a constant parameter. No functionality change.Nadav Rotem2012-11-25
* Fix the document style.Nadav Rotem2012-11-25
* Refactor the ptr runtime check generation code. No functionality change.Nadav Rotem2012-11-25
* Rename method. No functionality change.Nadav Rotem2012-11-25
* The induction-pointer work is inspired by a research paper. This commit adds ...Nadav Rotem2012-11-25
* Add support for pointer induction variables even when there is no integer ind...Nadav Rotem2012-11-25
* CodeGenPrepare: Move ret duplication out of the instruction iteration loop.Benjamin Kramer2012-11-23
* Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly2012-11-23
* llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSaniti...NAKAMURA Takumi2012-11-22
* [asan] rip off the creation of global redzones from the main AddressSanitizer...Kostya Serebryany2012-11-22
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-21
* [asan] use names of globals instead of an external set to distinguish the glo...Kostya Serebryany2012-11-20
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-20
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-20