index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
1
-2
/
+2
*
Add a comment mentioning that InstructionSimplify routines do,
Dan Gohman
2013-01-28
1
-0
/
+6
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
1
-0
/
+49
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
1
-7
/
+2
*
Fix indentation and formatting.
Chandler Carruth
2013-01-21
1
-71
/
+71
*
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
1
-0
/
+2
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
1
-4
/
+12
*
Fix an old-style doxygen comment.
Chandler Carruth
2013-01-21
1
-1
/
+1
*
Cleanup the formatting of this header. This removes the namespace indent
Chandler Carruth
2013-01-21
1
-105
/
+104
*
Remove the comma from the last enumerator to fix -pedantic warnings.
Chandler Carruth
2013-01-21
1
-1
/
+1
*
Introduce a generic interface for querying an operation's expected
Chandler Carruth
2013-01-21
1
-0
/
+68
*
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
1
-52
/
+0
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-3
/
+1
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
1
-0
/
+53
*
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
1
-1
/
+3
*
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
1
-1
/
+3
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-4
/
+4
*
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
2
-25
/
+111
*
LoopPass.h doesn't require Function.h. Remove unneeded #include.
Jakub Staszak
2013-01-11
1
-1
/
+0
*
Remove unneeded #includes.
Jakub Staszak
2013-01-10
1
-5
/
+1
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
24
-48
/
+48
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
1
-0
/
+3
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
1
-0
/
+5
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
1
-0
/
+107
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
1
-2
/
+2
*
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
1
-4
/
+5
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
1
-12
/
+14
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-0
/
+203
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
20
-28
/
+28
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
1
-1
/
+1
*
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-0
/
+1
*
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
1
-2
/
+2
*
Add entry points to instsimplify for simplifying calls. The entry points
Chandler Carruth
2012-12-28
1
-0
/
+20
*
Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizer
Alexey Samsonov
2012-12-27
1
-1
/
+1
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-3
/
+6
*
Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.
Rafael Espindola
2012-12-13
1
-6
/
+6
*
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
1
-2
/
+1
*
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-12
1
-0
/
+14
*
Hoist the GEP constant address offset computation to a common home on
Chandler Carruth
2012-12-11
1
-1
/
+0
*
Fix funky copy-pasted grammatical error.
Sean Silva
2012-12-10
1
-9
/
+9
*
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-10
1
-0
/
+286
*
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-09
1
-1
/
+1
*
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
2
-0
/
+6
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
29
-48
/
+46
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-0
/
+1
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Update comment for malloc being a library call now, rather than an instruction.
Dan Gohman
2012-11-29
1
-2
/
+2
*
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
1
-0
/
+9
*
test commit: added a few comments
Preston Briggs
2012-11-21
1
-0
/
+10
[next]