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
*
Make the unreachable probability much much heavier. The previous
Chandler Carruth
2011-12-22
1
-2
/
+3
*
Continue counting intrinsics as instructions (except when they aren't, such as
Nick Lewycky
2011-12-21
1
-3
/
+17
*
Fix typo and spacing, no functionality change.
Nick Lewycky
2011-12-21
1
-2
/
+2
*
A call to a function marked 'noinline' is not an inline candidate. The sole
Nick Lewycky
2011-12-21
1
-4
/
+4
*
Make some intrinsics safe to speculatively execute.
Nick Lewycky
2011-12-21
1
-4
/
+24
*
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
2
-0
/
+28
*
LSR: Fix another corner case in expansion of postinc users.
Andrew Trick
2011-12-20
1
-0
/
+14
*
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-18
1
-6
/
+8
*
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-12-16
1
-1
/
+7
*
In DICompositeType, referenced to derived type is either metadata or null.
Devang Patel
2011-12-16
1
-5
/
+5
*
Virtual table holder field is either metadata or null.
Devang Patel
2011-12-15
1
-1
/
+1
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
3
-4
/
+67
*
LSR: Fold redundant bitcasts on-the-fly.
Andrew Trick
2011-12-14
1
-3
/
+8
*
Fix a stupid typo in MemDepPrinter.
Eli Friedman
2011-12-14
1
-1
/
+1
*
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
1
-0
/
+3
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
2
-2
/
+0
*
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-12
1
-4
/
+8
*
Probably not a good idea to convert a single vector load into a memcpy. We
Chad Rosier
2011-12-06
1
-0
/
+2
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
3
-7
/
+13
*
Clear the new cache.
Benjamin Kramer
2011-12-03
1
-0
/
+1
*
Add a "seen blocks" cache to LVI to avoid a linear scan over the whole cache ...
Benjamin Kramer
2011-12-03
1
-1
/
+13
*
Add support for constant folding the pow intrinsic.
Chad Rosier
2011-12-03
1
-3
/
+6
*
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-02
3
-16
/
+31
*
Abuse of mass replace isn't warranted even when the build is failing. Thanks
Chad Rosier
2011-12-01
1
-25
/
+29
*
Fix build by not assuming TLI is guaranteed. Will have to track down cases where
Chad Rosier
2011-12-01
1
-24
/
+23
*
Prevent library calls from being folded if -fno-builtin has been specified.
Chad Rosier
2011-12-01
1
-23
/
+24
*
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
1
-9
/
+12
*
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
5
-246
/
+354
*
Make use of "getScalarType()". No functionality change.
Nick Lewycky
2011-12-01
1
-8
/
+3
*
LSR: handle the expansion of phi operands that use postinc forms of the IV.
Andrew Trick
2011-11-30
1
-36
/
+68
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
2
-12
/
+0
*
Fix a theoretical problem (not seen in the wild): if different instances of a
Duncan Sands
2011-11-29
1
-1
/
+1
*
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-29
1
-8
/
+8
*
Make SCEV print <nsw><nuw> for Add/MulExpr.
Andrew Trick
2011-11-29
1
-0
/
+8
*
Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...
Eli Friedman
2011-11-28
1
-8
/
+10
*
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-28
1
-93
/
+0
*
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-26
1
-1
/
+1
*
Validate the return type when checking if a function is malloc.
Benjamin Kramer
2011-11-23
1
-4
/
+4
*
Fix a crash in which a multiplication was being reported as being both negative
Duncan Sands
2011-11-23
1
-2
/
+7
*
Fix crasher in GVN due to my recent capture tracking changes.
Nick Lewycky
2011-11-21
2
-1
/
+4
*
Add virtual destructor. Whoops!
Nick Lewycky
2011-11-21
1
-0
/
+2
*
Less template, more virtual! Refactoring suggested by Chris in code review.
Nick Lewycky
2011-11-20
2
-4
/
+109
*
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
2
-4
/
+2
*
SCEV: Actually set overflow flags on add expressions.
Benjamin Kramer
2011-11-20
1
-2
/
+2
*
Fix a corner case in updating LoopInfo after fully unrolling an outer loop.
Andrew Trick
2011-11-18
1
-11
/
+9
*
Fix SCEV overly optimistic back edge taken count for multi-exit loops.
Andrew Trick
2011-11-16
1
-9
/
+22
*
Missed some users of Value::getNameStr.
Benjamin Kramer
2011-11-15
1
-4
/
+2
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
8
-27
/
+27
*
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
1
-2
/
+2
[next]