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-05-14
Adding a pass - RewritePNaClLibraryCalls, that replaces known library calls w...
Eli Bendersky
2013-05-13
Start to disallow llvm.frameaddress and llvm.returnaddress in ABI checker.
Jan Voung
2013-05-09
Move llvm.eh.frame.cfa to the blacklist of intrinsics.
Jan Voung
2013-05-08
Put llvm.powi in the dev list of intrinsics.
Jan Voung
2013-05-07
Start a whitelist of intrinsics for the PNaCl ABI checker.
Jan Voung
2013-05-06
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-03
RegionInfo: Do not crash if unreachable block is found
Tobias Grosser
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-27
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-26
Check for metadata in PNaCl ABI checker.
Jan Voung
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-22
Fix bot build of translator, renormalize CMakeLists/LLVMBuild.txt/Makefile
Derek Schuff
2013-04-19
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2013-04-18
Fix CMake build
Derek Schuff
2013-04-17
A limit of 500 was still a bit too high for some tests.
Bill Wendling
2013-04-15
PNaCl ABI checker: Disallow the "resume" instruction
Mark Seaborn
2013-04-13
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-12
PNaCl: extend GlobalCleanup to null-out extern_weak function references, and ...
Derek Schuff
2013-04-12
PNaCl ABI checker: Disallow ConstantExprs inside functions
Mark Seaborn
2013-04-12
PNaCl ABI checker: Disallow va_arg, varargs functions and varargs calls
Mark Seaborn
2013-04-12
PNaCl ABI checker: Disallow invoke+landingpad instructions
Mark Seaborn
2013-04-11
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-10
PNaCl ABI checker: Disallow the GetElementPtr instruction
Mark Seaborn
2013-04-10
PNaCl ABI checker: Disallow "section", "thread_local" and "gc" attributes
Mark Seaborn
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-04-01
PNaCl: Tidy: Remove an unnecessary cast in the ABI checker
Mark Seaborn
2013-04-01
PNaCl ABI checker: Disable integer size check since it doesn't pass yet
Mark Seaborn
2013-04-01
PNaCl: Fix ABI checker to give a better error message on BlockAddresses
Mark Seaborn
2013-04-01
PNaCl: Allow the ABI checker to be used from "opt"
Mark Seaborn
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
Merge remote-tracking branch 'origin/master'
Eli Bendersky
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-18
Switch ABI verifier passes to manual initialization.
Derek Schuff
2013-03-14
Fix LLVMBuild.txt for NaCl analysis passes
Derek Schuff
2013-03-13
ABI verifier: Add standalone tool pnacl-abicheck
Derek Schuff
2013-03-12
Small fix for cost analysis of ptrtoint.
Patrik Hagglund
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
[prev]
[next]