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
*
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
*
Move variable into assert to avoid unused variable warning.
Eric Christopher
2013-09-17
1
-2
/
+1
*
Costmodel: Add support for horizontal vector reductions
Arnold Schwaighofer
2013-09-17
2
-0
/
+281
*
In AliasSetTracker, do not change the alias set to "mod/ref" when adding
Krzysztof Parzyszek
2013-09-12
1
-2
/
+0
*
Move variable under condition where it is used
Matt Arsenault
2013-09-12
1
-1
/
+2
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-09-11
1
-0
/
+7
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
2
-12
/
+22
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
1
-0
/
+19
*
Revert: r189565 - Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-9
/
+0
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-0
/
+9
*
Handle address spaces in TargetTransformInfo
Matt Arsenault
2013-08-28
1
-7
/
+15
*
Fix lint assert on integer vector division
Matt Arsenault
2013-08-26
1
-6
/
+34
*
Remove trailing spaces.
Jakub Staszak
2013-08-24
1
-45
/
+44
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
1
-0
/
+8
*
Reorder headers according to lint.
Bill Wendling
2013-08-21
1
-4
/
+2
*
Add some constantness.
Jakub Staszak
2013-08-20
1
-5
/
+6
*
Teach ConstantFolding about pointer address spaces
Matt Arsenault
2013-08-20
1
-33
/
+54
*
Fix assert with GEP ptr vector indexing structs
Matt Arsenault
2013-08-19
1
-2
/
+12
*
Fix SCEVExpander creating distinct duplicate PHI entries
Hal Finkel
2013-08-18
1
-0
/
+5
*
Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking
Nick Lewycky
2013-08-13
1
-53
/
+70
*
Slightly simplify code with helper functions
Matt Arsenault
2013-08-12
1
-14
/
+16
*
Add some braces, and spaces around operators
Matt Arsenault
2013-08-12
1
-26
/
+42
*
Teach ValueTracking about address spaces
Matt Arsenault
2013-08-10
1
-8
/
+12
*
Disable inlining between sanitized and non-sanitized functions.
Evgeniy Stepanov
2013-08-08
1
-5
/
+23
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+1
*
Remove extraneous semicolon.
Jakub Staszak
2013-08-06
1
-1
/
+1
*
Minor address space code simplification.
Matt Arsenault
2013-08-03
1
-9
/
+3
*
Teach InstructionSimplify about pointer address spaces
Matt Arsenault
2013-08-02
1
-4
/
+9
*
Fix a severe compile time problem when forming large SCEV expressions.
Andrew Trick
2013-07-31
1
-0
/
+3
*
isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...
David Majnemer
2013-07-30
1
-16
/
+30
*
Also update CMakeLists.txt for r187283.
Nick Lewycky
2013-07-27
1
-0
/
+1
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
2
-22
/
+230
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-0
/
+6
*
Treat nothrow forms of ::operator delete and ::operator delete[] as
Richard Smith
2013-07-21
1
-4
/
+10
[next]