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
/
include
/
llvm
/
Analysis
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-17
PNaCl: Turn on ABI verifier by default in sandboxed translator
Mark Seaborn
2013-05-31
Merging 182989: Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' condit...
Andrew Trick
2013-04-26
Check for metadata in PNaCl ABI checker.
Jan Voung
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-04
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-01
PNaCl: Allow the ABI checker to be used from "opt"
Mark Seaborn
2013-03-26
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-20
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-03-20
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-18
Remove unneeded #includes.
Jakub Staszak
2013-03-13
ABI verifier: Add standalone tool pnacl-abicheck
Derek Schuff
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-09
Remove unneeded const_cast.
Jakub Staszak
2013-03-09
Use forward declaration instead of #include.
Jakub Staszak
2013-03-08
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-06
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-06
Remove duplicated forward declaration.
Jakub Staszak
2013-03-05
Fix a few typos in comments.
Jakub Staszak
2013-03-05
Add some constantness.
Jakub Staszak
2013-03-05
std::distance() == 0 means that iterators are equal. No functionality change.
Jakub Staszak
2013-03-05
Use the right number of slashes in comment string
Arnold Schwaighofer
2013-03-05
Clarify comment for function getObjectSize
Arnold Schwaighofer
2013-03-02
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
add getUnderlyingObjectSize()
Nuno Lopes
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-15
Pacify -Wnon-virtual-dtor
Matt Beaumont-Gay
2013-02-15
capitalize SCEV to match the current naming convention
Sebastian Pop
2013-02-15
add ScevApplyRewriter
Sebastian Pop
2013-02-15
add SCEVParameterRewriter
Sebastian Pop
2013-02-13
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-12
This CL supersedes the previous 2 outstanding CLs.
Derek Schuff
2013-02-09
Remove unneeded #includes.
Jakub Staszak
2013-02-09
Remove trailing spaces.
Jakub Staszak
2013-02-09
Remove unneeded #includes.
Jakub Staszak
2013-02-09
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-08
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-06
Store bitcode verifier errors rather than dumping to stderr
Derek Schuff
2013-01-31
Document another instsimplify assumption.
Dan Gohman
2013-01-31
Cherry-pick r174067
Derek Schuff
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-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-28
Add a comment mentioning that InstructionSimplify routines do,
Dan Gohman
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-21
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
Fix indentation and formatting.
Chandler Carruth
[next]