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
2012-03-22
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-16
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-15
Remove all remnants of partial specialization in the cost computation
Chandler Carruth
2012-03-14
Extend the inline cost calculation to account for bonuses due to
Chandler Carruth
2012-03-13
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->
Duncan Sands
2012-03-13
Uniformize the InstructionSimplify interface by ensuring that all routines
Duncan Sands
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
Rotate two of the functions used to count bonuses for the inline cost
Chandler Carruth
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-25
Move isKnownNonNull from private implementation detail of BasicAA to a public
Nick Lewycky
2012-02-20
Add support for runtime languages on our forward declarations.
Eric Christopher
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-10
Make aliasesPointer and aliasesUnknownInst public members of AliasSet.
Hal Finkel
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-06
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-04
Update llvm debug version to support new structure and tag for Objective-C pr...
Devang Patel
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 commented-out code.
Chris Lattner
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-24
Split the interesting bits of ConstantFoldLoadThroughGEPConstantExpr
Chris Lattner
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-17
Move includes to the .cpp file.
Jakub Staszak
2012-01-11
Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...
Andrew Trick
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-07
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
Expose isNonConstantNegative to users of ScalarEvolution.
Andrew Trick
2012-01-06
Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...
Andrew Trick
2012-01-04
Generalize isSafeToSpeculativelyExecute to work on arbitrary
Dan Gohman
2012-01-04
Simplify more DenseMap.find users.
Benjamin Kramer
2012-01-04
Simplify code. No functionality change.
Benjamin Kramer
2011-12-29
Fix grammar error noticed by Duncan.
Rafael Espindola
2011-12-28
Change CaptureTracking to pass a Use* instead of a Value* when a value is
Nick Lewycky
2011-12-20
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-14
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-05
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-12-02
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-11-30
LSR: handle the expansion of phi operands that use postinc forms of the IV.
Andrew Trick
[prev]
[next]