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
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-0
/
+4
*
Annotate APInt methods where it's not clear whether they are in place with wa...
Benjamin Kramer
2013-11-16
1
-6
/
+6
*
Use correct size for address space in BasicAA.
Matt Arsenault
2013-11-16
1
-2
/
+3
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-5
/
+7
*
Added BlockFrequencyInfo::view for displaying the block frequency propagation...
Michael Gottesman
2013-11-14
1
-0
/
+103
*
Fixing a heisenbug where the memory dependence analysis behaves differently
Yunzhong Gao
2013-11-14
1
-5
/
+6
*
Fixed 80+ violations.
Michael Gottesman
2013-11-14
1
-5
/
+5
*
add more comments around the delinearization of arrays
Sebastian Pop
2013-11-13
3
-17
/
+88
*
Simplify code. No functionality change.
Jakub Staszak
2013-11-13
1
-8
/
+8
*
Move Delinearization pass into an anonymous namespace.
Benjamin Kramer
2013-11-13
1
-0
/
+4
*
delinearization of arrays
Sebastian Pop
2013-11-12
5
-0
/
+653
*
Change data structure to memorize computed result in ScalarEvolution
Wan Xiaofei
2013-11-12
1
-22
/
+42
*
Use size function instead of manually calculating it.
Matt Arsenault
2013-11-10
1
-1
/
+1
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
1
-1
/
+1
*
Rewrite SCEV's backedge taken count computation.
Andrew Trick
2013-11-06
1
-163
/
+207
*
Fix another constant folding address space place I missed.
Matt Arsenault
2013-11-04
1
-12
/
+19
*
Consider (x == -1) unlikely in BranchProbabilityInfo
Hal Finkel
2013-11-01
1
-4
/
+18
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
3
-159
/
+80
*
SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...
Benjamin Kramer
2013-10-28
1
-4
/
+9
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-11
/
+0
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
1
-15
/
+3
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
1
-11
/
+27
*
Fix LSR: don't normalize quadratic recurrences.
Andrew Trick
2013-10-25
1
-5
/
+13
*
Call destroy from ~BasicCallGraph.
Rafael Espindola
2013-10-25
1
-0
/
+4
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-3
/
+5
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+11
*
Clarify SCEV comments.
Andrew Trick
2013-10-22
1
-8
/
+11
*
TBAA: fix PR17620.
Manman Ren
2013-10-22
1
-1
/
+5
*
Use more type helper functions
Matt Arsenault
2013-10-21
1
-1
/
+1
*
Fix creating bitcasts between address spaces in SCEV.
Matt Arsenault
2013-10-21
1
-5
/
+10
*
Remove unused SCEV functions
Matt Arsenault
2013-10-21
1
-20
/
+1
*
SCEV should use NSW to get trip count for positive nonunit stride loops.
Andrew Trick
2013-10-18
1
-18
/
+21
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
1
-1
/
+0
*
Rename DataLayout variables TD -> DL
Matt Arsenault
2013-10-03
1
-26
/
+25
*
CaptureTracking: Plug a loophole in the "too many uses" heuristic.
Benjamin Kramer
2013-10-03
1
-0
/
+6
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
12
-3832
/
+0
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.
Benjamin Kramer
2013-10-01
1
-1
/
+4
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-47
/
+15
*
ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...
Benjamin Kramer
2013-09-29
1
-5
/
+7
*
TBAA: try to fix the dragonegg bots.
Manman Ren
2013-09-27
1
-1
/
+3
*
Minor code simplification
Matt Arsenault
2013-09-27
1
-11
/
+8
*
Use type helper functions
Matt Arsenault
2013-09-27
1
-3
/
+2
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
1
-10
/
+81
*
MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.
Benjamin Kramer
2013-09-24
1
-1
/
+1
*
MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.
Benjamin Kramer
2013-09-24
1
-7
/
+7
*
MemoryBuiltins: Fix operator new bits.
Benjamin Kramer
2013-09-24
1
-3
/
+3
*
Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...
Benjamin Kramer
2013-09-24
3
-6
/
+20
*
InstSimplify: Fold equality comparisons between non-inbounds GEPs.
Benjamin Kramer
2013-09-23
1
-2
/
+15
*
Fix a constant folding address space place I missed.
Matt Arsenault
2013-09-17
1
-3
/
+4
[next]