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
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence unused variable warning.
Devang Patel
2008-11-11
1
-0
/
+1
*
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
1
-44
/
+45
*
add new file
Chris Lattner
2008-11-10
1
-0
/
+1
*
Add a new set of helper classes for creating and reading debug
Chris Lattner
2008-11-10
1
-0
/
+662
*
Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}).
Nick Lewycky
2008-11-03
1
-0
/
+5
*
Re-apply 55137 with fixes.
David Greene
2008-10-27
1
-4
/
+7
*
Avoid crashing if instruction is not part of a loop.
Edwin Török
2008-10-27
1
-2
/
+3
*
Don't try to create a mask when we don't need one. Fixes a crash.
Nick Lewycky
2008-10-24
1
-4
/
+6
*
Trim #includes.
Dan Gohman
2008-10-16
1
-0
/
+1
*
Fix "large integer implicitly truncated to unsigned type"
Duncan Sands
2008-10-16
1
-3
/
+3
*
do not use deprecated interfaces
Gabor Greif
2008-10-13
1
-3
/
+3
*
Disallow the construction of SCEVs with could-not-compute operands. Catch CNCs
Nick Lewycky
2008-10-13
1
-72
/
+6
*
Add special-case code to allow null-guards on calls to malloc.
Owen Anderson
2008-10-12
1
-2
/
+16
*
Make Escape Analysis work for any pointer.
Owen Anderson
2008-10-12
1
-6
/
+10
*
Fix crashes and infinite loops.
Owen Anderson
2008-10-12
1
-12
/
+14
*
Duncan convinced me that it's not possible to transform control-based escapes...
Owen Anderson
2008-10-12
1
-13
/
+10
*
CMake: updated lib/Analysis/CMakeLists.txt.
Oscar Fuentes
2008-10-10
1
-0
/
+1
*
Add a basic intra-procedural escape analysis. This hasn't be extensively tes...
Owen Anderson
2008-10-10
1
-0
/
+131
*
Allow the construction of SCEVs with SCEVCouldNotCompute operands, by
Nick Lewycky
2008-10-04
1
-0
/
+67
*
Teach internalize to preserve the callgraph.
Duncan Sands
2008-10-03
1
-0
/
+13
*
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
2
-55
/
+8
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-1
/
+0
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
2
-4
/
+4
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
2
-0
/
+36
*
Finally re-apply r46959. This is made feasible by the combination
Dan Gohman
2008-09-16
1
-2
/
+2
*
Improve instcombine's handling of integer min and max in two ways:
Dan Gohman
2008-09-16
1
-5
/
+0
*
Teach ScalarEvolution to consider loop preheaders in the search for
Dan Gohman
2008-09-15
1
-8
/
+38
*
Fix WriteAsOperand to not emit a leading space character. Adjust
Dan Gohman
2008-09-14
1
-4
/
+4
*
Fix PR2792: treat volatile loads as writing memory somewhere.
Duncan Sands
2008-09-13
1
-3
/
+11
*
Rather than marking all internal globals "Ref"
Duncan Sands
2008-09-12
1
-17
/
+11
*
Fix comment typo.
Duncan Sands
2008-09-11
1
-1
/
+1
*
Intrinsics don't touch internal global variables
Duncan Sands
2008-09-11
1
-2
/
+4
*
Intrinsics don't read these kinds of global
Duncan Sands
2008-09-11
1
-5
/
+7
*
Simplify this some more. No functionality change.
Duncan Sands
2008-09-09
1
-15
/
+8
*
Optimization suggested by Matthijs Kooijman.
Duncan Sands
2008-09-09
1
-1
/
+2
*
Correct callgraph construction. It has two problems:
Duncan Sands
2008-09-09
1
-34
/
+14
*
Didn't mean to commit this change to how the
Duncan Sands
2008-09-08
1
-8
/
+4
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
1
-14
/
+8
*
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-06
1
-1
/
+14
*
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
1
-0
/
+10
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
1
-10
/
+0
*
Neaten this up a bit. No functionality change.
Duncan Sands
2008-09-04
1
-15
/
+14
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
15
-21
/
+21
*
If a SCC has a node without a function, then the SCC
Duncan Sands
2008-09-03
1
-9
/
+14
*
Fix maxo bado thinko.
Duncan Sands
2008-09-03
1
-1
/
+1
*
Since onlyReadsMemory returns true if in fact
Duncan Sands
2008-09-03
1
-2
/
+4
*
Cleanup GlobalsModRef a bit. When analysing the
Duncan Sands
2008-09-03
1
-104
/
+108
*
rename destroy -> releaseMemory to properly hook into passmgr.
Chris Lattner
2008-08-28
1
-2
/
+2
*
Clear the intervals list in "destroy", patch by
Chris Lattner
2008-08-28
1
-0
/
+1
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-6
/
+7
[next]