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
*
Add missing -*- C++ -*- to headers
Matt Arsenault
2013-05-17
1
-3
/
+3
*
Fix a typo (ouput => output)
Sylvestre Ledru
2013-05-17
1
-1
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
RegionInfo: Add helpers to replace entry/exit recursively
Tobias Grosser
2013-04-10
1
-0
/
+18
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-11
/
+1
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
1
-1
/
+10
*
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-26
1
-0
/
+4
*
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-20
1
-1
/
+1
*
Remove unneeded #includes.
Jakub Staszak
2013-03-18
1
-1
/
+0
*
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-10
1
-5
/
+4
*
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-10
1
-3
/
+5
*
Remove unneeded const_cast.
Jakub Staszak
2013-03-09
1
-5
/
+5
*
Use forward declaration instead of #include.
Jakub Staszak
2013-03-09
1
-1
/
+1
*
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
1
-3
/
+0
*
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-06
1
-2
/
+5
*
Remove duplicated forward declaration.
Jakub Staszak
2013-03-06
1
-1
/
+0
*
Fix a few typos in comments.
Jakub Staszak
2013-03-05
4
-8
/
+8
*
Add some constantness.
Jakub Staszak
2013-03-05
1
-6
/
+6
*
std::distance() == 0 means that iterators are equal. No functionality change.
Jakub Staszak
2013-03-05
1
-2
/
+1
*
Use the right number of slashes in comment string
Arnold Schwaighofer
2013-03-05
1
-3
/
+3
*
Clarify comment for function getObjectSize
Arnold Schwaighofer
2013-03-05
1
-1
/
+3
*
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
1
-1
/
+3
*
add getUnderlyingObjectSize()
Nuno Lopes
2013-03-02
1
-0
/
+8
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
1
-2
/
+2
*
Pacify -Wnon-virtual-dtor
Matt Beaumont-Gay
2013-02-15
1
-0
/
+2
*
capitalize SCEV to match the current naming convention
Sebastian Pop
2013-02-15
1
-15
/
+15
*
add ScevApplyRewriter
Sebastian Pop
2013-02-15
1
-0
/
+39
*
add SCEVParameterRewriter
Sebastian Pop
2013-02-15
1
-0
/
+104
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
1
-0
/
+14
*
Remove unneeded #includes.
Jakub Staszak
2013-02-09
1
-1
/
+0
*
Remove trailing spaces.
Jakub Staszak
2013-02-09
1
-37
/
+37
*
Remove unneeded #includes.
Jakub Staszak
2013-02-09
1
-2
/
+0
*
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-09
2
-2
/
+1
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-0
/
+6
*
Document another instsimplify assumption.
Dan Gohman
2013-01-31
1
-0
/
+7
*
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
2
-5
/
+5
*
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
[next]