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
/
TargetTransformInfo.h
Age
Commit message (
Expand
)
Author
2013-04-04
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-05
Fix a few typos in comments.
Jakub Staszak
2013-02-08
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
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-16
Change CostTable model to be global to all targets
Renato Golin
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
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