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
...
*
Fix a crash in ValueTracking. Add support for vectors of pointers.
Nadav Rotem
2012-10-25
1
-2
/
+3
*
DependenceAnalysis: Push #includes down into the implementation.
Benjamin Kramer
2012-10-25
1
-1
/
+5
*
getSmallConstantTripMultiple should never return zero.
Hal Finkel
2012-10-24
1
-2
/
+5
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
3
-7
/
+3
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
7
-133
/
+143
*
Ignore unreachable blocks when doing memory dependence analysis on non-local
Bill Wendling
2012-10-23
1
-2
/
+2
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
1
-6
/
+6
*
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
1
-0
/
+11
*
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
1
-6
/
+6
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-6
/
+6
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
6
-20
/
+37
*
fix warning
Sebastian Pop
2012-10-12
1
-6
/
+6
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
6
-37
/
+20
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
6
-20
/
+37
*
dependence analysis
Sebastian Pop
2012-10-11
3
-0
/
+3783
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-6
/
+6
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
3
-6
/
+7
*
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
1
-1
/
+1
*
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
18
-132
/
+132
*
Make sure always-inline functions get inlined. <rdar://problem/12423986>
Bob Wilson
2012-10-07
1
-1
/
+3
*
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-10-04
1
-5
/
+14
*
Use method to query for NoAlias attribute.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
1
-7
/
+11
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
5
-19
/
+19
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
5
-19
/
+19
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
3
-5
/
+5
*
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
1
-4
/
+5
*
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-26
1
-19
/
+39
*
Change the way the lint sanity checking pass detects misaligned memory accesses.
Duncan Sands
2012-09-25
1
-6
/
+18
*
GCC doesn't understand that OrigAliasResult having a value is correlated with
Duncan Sands
2012-09-19
1
-1
/
+1
*
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
1
-14
/
+58
*
Release build: guard dump functions with
Manman Ren
2012-09-12
10
-11
/
+11
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
10
-0
/
+22
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+2
*
BasicAA: Recognize cyclic NoAlias phis
Arnold Schwaighofer
2012-09-06
1
-0
/
+35
*
BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias
Arnold Schwaighofer
2012-09-06
1
-9
/
+65
*
JumpThreading: when default destination is the destination of some cases in a
Manman Ren
2012-09-05
1
-3
/
+6
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Switch BasicAliasAnalysis' cache to SmallDenseMap.
Benjamin Kramer
2012-09-05
1
-9
/
+7
*
Be conservative about allocations that may alias the accessed pointer.
Bob Wilson
2012-09-04
1
-0
/
+3
*
Fix more fallout from r158919, similar to PR13547.
Bob Wilson
2012-09-03
1
-2
/
+7
*
Clean up ProfileDataLoader a bit.
Benjamin Kramer
2012-08-31
1
-43
/
+19
*
Cleanups due to feedback. No functionality change. Patch by Alistair.
Bill Wendling
2012-08-31
2
-50
/
+50
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
5
-70
/
+104
*
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-28
5
-26
/
+377
*
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-27
2
-24
/
+5
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-1
/
+1
[prev]
[next]