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
/
test
/
Analysis
Age
Commit message (
Expand
)
Author
2013-01-25
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-01
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...
Dmitri Gribenko
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-23
We are not ready to estimate the cost of integer expansions based on the numb...
Nadav Rotem
2012-12-21
Improve the X86 cost model for loads and stores.
Nadav Rotem
2012-12-18
Reverse order of checking SSE level when calculating compare cost, so we check
Jakub Staszak
2012-12-10
Optimistically analyse Phi cycles
Arnold Schwaighofer
2012-12-05
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-11-30
Modified dump() to provide a little
Preston Briggs
2012-11-27
Modified depends() to recognize that when all levels are "=" and
Preston Briggs
2012-11-27
Modify depends(Src, Dst, PossiblyLoopIndependent).
Preston Briggs
2012-11-21
Corrects a problem where we reply exclusively of GEPs to drive
Preston Briggs
2012-11-17
Phi speculation improvement for BasicAA
Hal Finkel
2012-11-13
DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...
Benjamin Kramer
2012-11-06
CostModel: add another known vector trunc optimization.
Nadav Rotem
2012-11-06
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-05
CostModel: Add tables for the common x86 compares.
Nadav Rotem
2012-11-05
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
Cost Model: Normalize the insert/extract index when splitting types
Nadav Rotem
2012-11-05
Cost Model: teach the cost model about expanding integers.
Nadav Rotem
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
Don't infer whether a value is captured in the current function from the
Richard Osborne
2012-11-03
X86 CostModel: Add support for a some of the common arithmetic instructions f...
Nadav Rotem
2012-11-02
Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...
Nadav Rotem
2012-11-02
CostModel: add support for Vector Insert and Extract.
Nadav Rotem
2012-11-02
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-10-26
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-11
dependence analysis
Sebastian Pop
2012-10-02
Add default JIT LIT variable.
James Molloy
2012-09-26
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-06
BasicAA: Recognize cyclic NoAlias phis
Arnold Schwaighofer
2012-09-06
BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias
Arnold Schwaighofer
2012-08-29
llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.
NAKAMURA Takumi
2012-08-28
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-17
Fix broken check lines.
Benjamin Kramer
2012-08-13
MemoryDependenceAnalysis attempts to find the first memory dependency for fun...
Nadav Rotem
2012-08-01
Stay rational; don't assert trying to take the square root of a negative value.
Nick Lewycky
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-06-28
If the step value is a constant zero, the loop isn't going to terminate. Fixes
Nick Lewycky
2012-05-30
SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
Andrew Trick
2012-05-19
SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.
Andrew Trick
2012-04-24
FileCheck-ize tests.
Bill Wendling
2012-04-24
FileCheck-ize these tests.
Bill Wendling
2012-04-24
FileCheck-ize these tests. Harden some of them.
Bill Wendling
2012-04-17
Revert "SCEV: When expanding a GEP the final addition to the base pointer has...
Benjamin Kramer
[next]