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
2013-03-20
Call the new llvm_gcov_init function to register the environment.
Bill Wendling
2013-03-20
Fix a silly search-and-replace goof with r177495 that only broke
Chandler Carruth
2013-03-20
[SROA] Don't preserve the IR names in release builds.
Chandler Carruth
2013-03-20
Move the endif to the correct line so we don't have warnings about
Chandler Carruth
2013-03-20
Introduce some new statistics to help track the exact behavior of the
Chandler Carruth
2013-03-19
Update global merge pass according to Duncan's advices:
Quentin Colombet
2013-03-19
Register the GCOV writeout functions so that they're emitted serially.
Bill Wendling
2013-03-19
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
Revert "Cleanup some SCEV logic a bit."
Andrew Trick
2013-03-19
Cleanup some SCEV logic a bit.
Andrew Trick
2013-03-19
Tighten up an internal LSR API that should check for NULL.
Andrew Trick
2013-03-19
Emit the linkage name instead of the function name, when available. This means
Nick Lewycky
2013-03-18
Make method private. Keep coding standard.
Jakub Staszak
2013-03-18
Register the flush function for each compile unit.
Bill Wendling
2013-03-18
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-18
[asan] while generating the description of a global variable, emit the module...
Kostya Serebryany
2013-03-18
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-14
Perform factorization as a last resort of unsafe fadd/fsub simplification.
Shuxin Yang
2013-03-14
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
Remove accidentally committed debug line.
Nick Lewycky
2013-03-14
Refactor GCOV's six constructor arguments into a struct with a getter that
Nick Lewycky
2013-03-13
No functionality change. Rename emitGCNO() to the more sensible
Nick Lewycky
2013-03-13
Fix a performance regression when combining to smaller types in icmp (shl %v,...
Arnaud A. de Grandmaison
2013-03-12
Change the order of the operands in patchAndReplaceAllUsesWith so
Dan Gohman
2013-03-12
LibCallSimplifier: optimize speed for short-lived instances
Meador Inge
2013-03-11
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2013-03-10
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
2013-03-10
BBVectorize: Fixup debugging statements
Hal Finkel
2013-03-09
Remove a source of nondeterminism from the LoopVectorizer.
Benjamin Kramer
2013-03-09
LoopVectorizer: Ignore all dbg intrinisic
Arnold Schwaighofer
2013-03-09
LoopVectorizer: Ignore dbg.value instructions
Arnold Schwaighofer
2013-03-09
Simplify code. No functionality change.
Jakub Staszak
2013-03-09
Use the correct index variable. This is the meat of what was supposed to be in
Nick Lewycky
2013-03-09
Fix bug introduced in r176616 when making function identifier numbers stable.
Nick Lewycky
2013-03-09
Don't emit the extra checksum into the .gcda file if the user hasn't asked for
Nick Lewycky
2013-03-08
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
2013-03-07
Keep coding stanard.
Jakub Staszak
2013-03-07
Don't create IRBuilder if we can return from the method earlier.
Jakub Staszak
2013-03-07
Fixed a crash when cloning a function into a function with
Pekka Jaaskelainen
2013-03-07
Switch from a version 4.2/4.4 switch to a four-byte version string to be put
Nick Lewycky
2013-03-07
SimplifyCFG fix for volatile load/store.
Andrew Trick
2013-03-06
Generalize my previous fix for -print-options.
Andrew Trick
2013-03-06
Give -loop-vectorize an explicit default.
Andrew Trick
2013-03-06
InstCombine: Don't shrink allocas when combining with a bitcast.
Jim Grosbach
2013-03-04
Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping
Lang Hames
2013-03-04
Bypass Slow Divides
Preston Gurd
[next]