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
/
Analysis
Age
Commit message (
Expand
)
Author
2013-04-22
Struct-path aware TBAA: update getMostGenericTBAA
Manman Ren
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-19
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2013-04-17
A limit of 500 was still a bit too high for some tests.
Bill Wendling
2013-04-13
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-11
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-10
RegionInfo: Add helpers to replace entry/exit recursively
Tobias Grosser
2013-04-09
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-08
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-08
InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.
NAKAMURA Takumi
2013-04-04
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-03-29
Build fixes for STLPort + GCC
Matt Arsenault
2013-03-29
Fix loop style
Matt Arsenault
2013-03-26
BasicAA: Only query twice if the result of the more general query was MayAlias
Arnold Schwaighofer
2013-03-26
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-22
Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.
Manman Ren
2013-03-20
Remove 'else' after 'return'.
Jakub Staszak
2013-03-20
Remove trailing spaces.
Jakub Staszak
2013-03-18
Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.
Manman Ren
2013-03-12
Small fix for cost analysis of ptrtoint.
Patrik Hagglund
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-08
Early exit from getAllocationData() and isFreeCall() for intrinsics.
Michael Ilseman
2013-03-08
Remove trailing whitespace
Michael Ilseman
2013-03-08
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-07
Simplify code. No functionality change.
Jakub Staszak
2013-03-07
Change NULL to 0.
Jakub Staszak
2013-03-07
ArrayRef ca accept one element. Simplify code a little bit, also it matches now
Jakub Staszak
2013-03-06
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-06
Use dyn_cast instead of isa && cast. No functionality change.
Jakub Staszak
2013-03-02
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
add getUnderlyingObjectSize()
Nuno Lopes
2013-02-28
Cost model support for lowered math builtins.
Benjamin Kramer
2013-02-28
Fix a problem in alias analysis. It is about the misinterpretation of "Object".
Shuxin Yang
2013-02-26
Constant fold vector bitcasts of halves similarly to how floats and doubles a...
Michael Ilseman
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-20
Formatting.
Chad Rosier
2013-02-14
Teach the DataLayout aware constant folder to be much more aggressive towards
Nick Lewycky
2013-02-13
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
[tsan] disable load widening in ThreadSanitizer mode
Kostya Serebryany
2013-02-12
Cost model: Add check for reverse shuffles to CostModel analysis
Arnold Schwaighofer
2013-02-08
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-08
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-07
Identify and simplify idempotent intrinsics. Test case included.
Michael Ilseman
2013-02-07
Conditionalize constant folding of math intrinsics on the availability of an ...
Owen Anderson
2013-02-06
Signficantly generalize our ability to constant fold floating point intrinsic...
Owen Anderson
2013-02-05
ConstantFolding: Fix a crash when encoutering a truncating inttoptr.
Benjamin Kramer
2013-02-03
use GEP::accumulateConstantOffset() to replace custom written code to compute...
Nuno Lopes
2013-02-01
InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...
Benjamin Kramer
2013-02-01
Add a comment explaining an unavailable optimization.
Dan Gohman
[next]