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
2012-09-06
Fix switch_to_lookup_table.ll test from r163302.
Hans Wennborg
2012-09-06
Build lookup tables for switches (PR884)
Hans Wennborg
2012-09-06
Update function names to conform to guidelines.
Jim Grosbach
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
[asan] fix lint
Kostya Serebryany
2012-09-05
[asan] extend the blacklist functionality to handle global-init. Patch by Rei...
Kostya Serebryany
2012-09-04
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
BypassSlowDivision: Assign to reference, don't copy the object.
Jakub Staszak
2012-09-04
Fix my previous patch (r163164). It does now what it is supposed to do:
Jakub Staszak
2012-09-04
Return false if BypassSlowDivision doesn't change anything.
Jakub Staszak
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-09-04
LICM may hoist an instruction with undefined behavior above a trap.
Nadav Rotem
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
LoopRotation: Make the brute force DomTree update more brute force.
Benjamin Kramer
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-01
LoopRotation: Check some invariants of the dominator updating code.
Benjamin Kramer
2012-08-30
test
Michael Ilseman
2012-08-30
LoopRotate: Also rotate loops with multiple exits.
Benjamin Kramer
2012-08-30
InstCombine: Fix comment to reflect the code.
Benjamin Kramer
2012-08-30
Whitespace
Alexey Samsonov
2012-08-30
It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),
Nadav Rotem
2012-08-30
Pass by pointer and not std::string.
Bill Wendling
2012-08-30
Revert r162855 in favor of changing clang to emit the absolute coverage file ...
Bill Wendling
2012-08-29
Preserve branch profile metadata during switch formation.
Andrew Trick
2012-08-29
whitespace
Andrew Trick
2012-08-29
Use the full path to output the .gcda file.
Bill Wendling
2012-08-29
Use ArrayRef instead of SmallVector when passing vector into function.
Bill Wendling
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-28
InstCombine: Defensively avoid undefined shifts by limiting the amount to the...
Benjamin Kramer
2012-08-28
InstCombine: Guard the transform introduced in r162743 against large ints and...
Benjamin Kramer
2012-08-28
Make sure that we don't call getZExtValue on values > 64 bits.
Nadav Rotem
2012-08-28
Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.
Nadav Rotem
2012-08-27
Don't use for loops for code that is only intended to execute once. No
Dan Gohman
2012-08-24
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...
Kostya Serebryany
2012-08-24
[asan/tsan] extend the functionality of FunctionBlackList to globals and modu...
Kostya Serebryany
2012-08-24
GVN: Fix quadratic runtime on the number of switch cases.
Benjamin Kramer
2012-08-22
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
Benjamin Kramer
2012-08-22
Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe
Chad Rosier
2012-08-22
Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No
Chad Rosier
2012-08-21
MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a
Richard Smith
2012-08-21
Don't bind a reference to a dereferenced null pointer (for return value of We...
Richard Smith
2012-08-21
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-21
revise debug output to avoid dangling pointer
Michael Liao
2012-08-18
InstCombine: Fix a crasher when encountering a function pointer.
Benjamin Kramer
2012-08-18
Remove overly conservative hasOneUse check, this always expands into a single...
Benjamin Kramer
2012-08-18
InstCombine: Add a couple of fabs identities for comparing with 0.0.
Benjamin Kramer
2012-08-18
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-08-17
Fix undefined behavior (binding a reference to a dereferenced null pointer) if
Richard Smith
2012-08-16
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
[next]