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
2012-02-26
Enable the assert that got all this dominator work started.
Rafael Espindola
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into
Nick Lewycky
2012-02-26
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-25
Roll these back to r151448 until I figure out how they're breaking
Nick Lewycky
2012-02-25
An argument and a local identified object (eg. a noalias call) could turn out
Nick Lewycky
2012-02-25
Fix five-letter typo in comment.
Nick Lewycky
2012-02-25
Teach instsimplify to be more aggressive when analyzing comparisons of pointers
Nick Lewycky
2012-02-25
Move isKnownNonNull from private implementation detail of BasicAA to a public
Nick Lewycky
2012-02-24
fix PR12075, a regression in a recent transform I added. In unreachable code...
Chris Lattner
2012-02-23
Fix typo.
Rafael Espindola
2012-02-22
Remove extra semi-colons.
Chad Rosier
2012-02-22
Improve comment. Thanks for Andrew for the suggestion.
Rafael Espindola
2012-02-22
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-21
s/the the/the/
Rafael Espindola
2012-02-21
Use more idiomatic assert.
Rafael Espindola
2012-02-21
Avoid warning on non assert builds.
Rafael Espindola
2012-02-21
It turns out that with the current scev organization ReuseOrCreateCast cannot
Rafael Espindola
2012-02-20
Make this a bit prettier and more obvious when a derived type isn't
Eric Christopher
2012-02-20
If a derived type is also a composite type, print that information
Eric Christopher
2012-02-20
Add support for runtime languages on our forward declarations.
Eric Christopher
2012-02-20
fold comparisons of gep'd alloca points with null to false,
Chris Lattner
2012-02-18
Temporarily disable this assert. Looks like it found a similar issue when
Rafael Espindola
2012-02-18
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-18
Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...
Eli Friedman
2012-02-17
Remove a comment about an alternative approach that wouldn't
Dan Gohman
2012-02-17
Typo in variable name.
Eric Christopher
2012-02-16
Revert "InstSimplify: Strip pointer casts early."
Benjamin Kramer
2012-02-16
InstSimplify: Strip pointer casts early.
Benjamin Kramer
2012-02-16
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-10
Have AliasSet::aliasesUnknownInst use pointer TBAA info when available
Hal Finkel
2012-02-10
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-08
Add support for a temporary forward decl type. We want this so we
Eric Christopher
2012-02-08
Remove tabs.
Devang Patel
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-06
The patch resolves the conflict between AddressSanitizer and load widening (G...
Kostya Serebryany
2012-02-06
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-05
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-04
remove the blank line from previous ci.
Qirun Zhang
2012-02-04
test commit.
Qirun Zhang
2012-02-04
Introduce DIObjCProperty. This will be used to encode objective-c property.
Devang Patel
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.
Chris Lattner
2012-01-31
Change ConstantArray::get to form a ConstantDataArray when possible,
Chris Lattner
2012-01-27
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
[prev]
[next]