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-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-22
ABI Verifier: Check types in metadata nodes
Derek Schuff
2013-02-20
Formatting.
Chad Rosier
2013-02-20
ABI Verifier: Check function return and argument types, and instruction opera...
Derek Schuff
2013-02-19
Move ABI type checker to its own file
Derek Schuff
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
This CL supersedes the previous 2 outstanding CLs.
Derek Schuff
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-06
Store bitcode verifier errors rather than dumping to stderr
Derek Schuff
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
2013-02-01
Rewrite instsimplify's handling if icmp on pointer values to remove the
Dan Gohman
2013-01-31
An alloca can be equal to an argument. It can't *alias* an alloca, but it could
Dan Gohman
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-31
Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer
Dan Gohman
2013-01-31
Add a comment.
Dan Gohman
2013-01-31
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
Minor code simplification.
Dan Gohman
2013-01-31
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-25
ABI verifier: Verify types of global variables and initializers.
Derek Schuff
2013-01-24
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-23
ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...
Benjamin Kramer
2013-01-23
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-22
Add remaining instructions to ABI verifier whitelist
Derek Schuff
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
[prev]
[next]