index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2012-11-29
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
[asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...
Kostya Serebryany
2012-11-29
[asan] when checking the noreturn attribute on the call, also check it on the...
Kostya Serebryany
2012-11-29
Issue a fatal error if the line doesn't have a regular expression.
Nick Lewycky
2012-11-28
When we delete a dead basic block, see if any of its successors are dead and
Bill Wendling
2012-11-28
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-27
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
tsan: instrument atomic nand operation
Dmitry Vyukov
2012-11-27
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-26
Get rid of the getPointeeAlignment helper function from
Eli Friedman
2012-11-26
rdar://12329730 (defect 2)
Shuxin Yang
2012-11-26
Fix a comment bug in toascii simplifier
Meador Inge
2012-11-26
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
Move the code that uses SCEVs prior to creating the new loops.
Nadav Rotem
2012-11-26
Remove stray trailing backslash
Matt Beaumont-Gay
2012-11-26
tsan: fix lint warnings
Dmitry Vyukov
2012-11-26
[tsan] add fail order to compare_exchange
Dmitry Vyukov
2012-11-26
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-25
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
Move the max vector width to a constant parameter. No functionality change.
Nadav Rotem
2012-11-25
Fix the document style.
Nadav Rotem
2012-11-25
Refactor the ptr runtime check generation code. No functionality change.
Nadav Rotem
2012-11-25
Rename method. No functionality change.
Nadav Rotem
2012-11-25
The induction-pointer work is inspired by a research paper. This commit adds ...
Nadav Rotem
2012-11-25
Add support for pointer induction variables even when there is no integer ind...
Nadav Rotem
2012-11-23
CodeGenPrepare: Move ret duplication out of the instruction iteration loop.
Benjamin Kramer
2012-11-23
Remove unused parameter Penalty from the BoundsChecking pass.
Joey Gouly
2012-11-22
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSaniti...
NAKAMURA Takumi
2012-11-22
[asan] rip off the creation of global redzones from the main AddressSanitizer...
Kostya Serebryany
2012-11-21
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-20
[asan] use names of globals instead of an external set to distinguish the glo...
Kostya Serebryany
2012-11-20
[asan] don't instrument linker-initialized globals even with external linkage...
Kostya Serebryany
2012-11-20
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
Use LLVM_ENABLE_DUMP for the variables used in printing as well as the
Chandler Carruth
2012-11-20
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
Add a comment to associate a FIXME with a PR where it is matters.
Chandler Carruth
2012-11-20
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-19
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-18
Remove the last bit of constant folding from LinearizeExprTree (most of it was
Duncan Sands
2012-11-18
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-17
Plug a memory leak in the GCOV profiling emitter, which never released the ed...
Benjamin Kramer
2012-11-17
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
[prev]
[next]