index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
30
-164
/
+688
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
41
-2045
/
+2105
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
51
-2018
/
+4764
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
48
-2365
/
+5491
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
20
-581
/
+403
*
Adds the ability to run the llvm test suite in-tree.
Chris Wailes
2014-06-06
1
-0
/
+2
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
51
-1277
/
+3369
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
59
-1297
/
+1997
*
Update LLVM for merge to 3.4.
Stephen Hines
2014-02-13
1
-10
/
+1
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
39
-4648
/
+2243
|
\
|
*
Merging r197216:
Bill Wendling
2013-12-15
1
-1
/
+1
|
*
Merging r197215:
Bill Wendling
2013-12-15
1
-37
/
+76
|
*
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
[next]