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-01-21
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
Fix an old-style doxygen comment.
Chandler Carruth
2013-01-21
Cleanup the formatting of this header. This removes the namespace indent
Chandler Carruth
2013-01-21
Remove the comma from the last enumerator to fix -pedantic warnings.
Chandler Carruth
2013-01-21
Introduce a generic interface for querying an operation's expected
Chandler Carruth
2013-01-20
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-18
Move ABI verifier pass declaration to lib/Analysis and add tests
Derek Schuff
2013-01-17
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-16
Change CostTable model to be global to all targets
Renato Golin
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-13
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
LoopPass.h doesn't require Function.h. Remove unneeded #include.
Jakub Staszak
2013-01-10
Remove unneeded #includes.
Jakub Staszak
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-31
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-28
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
Add entry points to instsimplify for simplifying calls. The entry points
Chandler Carruth
2012-12-27
Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizer
Alexey Samsonov
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-13
Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.
Rafael Espindola
2012-12-12
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-11
Hoist the GEP constant address offset computation to a common home on
Chandler Carruth
2012-12-10
Fix funky copy-pasted grammatical error.
Sean Silva
2012-12-10
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-09
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-03
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-29
Update comment for malloc being a library call now, rather than an instruction.
Dan Gohman
2012-11-27
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-21
test commit: added a few comments
Preston Briggs
2012-11-20
removes a few "const" qualifiers
Sebastian Pop
2012-11-19
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
Some comment fixes.
Bob Wilson
2012-11-15
Remove trailing whitespace
Michael Ilseman
[prev]
[next]