index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2011-12-01
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
Improved fix for abs(val) != 0 to check other similar case. Also fixed style...
Pete Cooper
2011-12-01
[asan] two minor fixes: use UnreachableInst after the neverreturn function ca...
Kostya Serebryany
2011-12-01
Added instcombine pattern to spot comparing -val or val against 0.
Pete Cooper
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-11-30
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
Make GlobalMerge honor the preferred alignment on globals without an explicit...
Eli Friedman
2011-11-30
Whitespace.
Chad Rosier
2011-11-29
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no...
Stepan Dyatkovskiy
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
Fix a theoretical problem (not seen in the wild): if different instances of a
Duncan Sands
2011-11-29
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-29
Zap some completely ridiculous code. There's probably a miscompile here, but...
Eli Friedman
2011-11-28
Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.
Eli Friedman
2011-11-28
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-27
Place the "cfg checksum" around a test. This was recently added in April 2011 to
Nick Lewycky
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-23
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-18
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-17
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...
Kostya Serebryany
2011-11-17
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-17
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-16
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
2011-11-16
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
test commit to verify that commit access works (added blank line)
Kostya Serebryany
2011-11-15
Fix MSVC warnings by adding a cast.
Nadav Rotem
2011-11-15
StringRefize and simplify.
Benjamin Kramer
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-14
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-11
LLVMBuild: Alphabetize required_libraries lists.
Daniel Dunbar
2011-11-11
Get rid of an optimization in SCCP which appears to have many issues. Specif...
Eli Friedman
2011-11-10
Fixed bug in DeadStoreElimination commit r144239
Pete Cooper
2011-11-09
DeadStoreElimination can now trim the size of a store if the end of the store...
Pete Cooper
2011-11-08
LICM pass now understands invariant load metadata. Nothing generates this ye...
Pete Cooper
2011-11-07
InstCombine now optimizes vector udiv by power of 2 to shifts
Pete Cooper
2011-11-07
Make sure we don't insert instructions before a landingpad instruction.
Bill Wendling
2011-11-05
Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.
Nick Lewycky
2011-11-04
Speculatively revert "DeadStoreElimination can now trim the size of a store if
Daniel Dunbar
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
DeadStoreElimination can now trim the size of a store if the end of it is dead.
Pete Cooper
2011-11-02
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
Add parentheses to disambiguate the precedence of these operations and
Chandler Carruth
2011-11-02
Broaden an assert to handle enable-iv-rewrite=true following r143183.
Andrew Trick
2011-11-01
Make sure we use the right insertion point when instcombine replaces a PHI wi...
Eli Friedman
2011-10-31
Add utility to append a function to the list of global constructors.
Devang Patel
[prev]
[next]