index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[inliner] Fix the early-exit of the inline cost analysis to correctly
Chandler Carruth
2015-05-27
1
-25
/
+32
*
[InstSimplify] Handle some overflow intrinsics in InstSimplify
David Majnemer
2015-05-22
1
-5
/
+43
*
Revert r236894 "[BasicAA] Fix zext & sext handling"
Hans Wennborg
2015-05-22
1
-199
/
+60
*
Test commit. Fix typo in MemDerefPrinter.cpp comment.
Artur Pilipenko
2015-05-21
1
-1
/
+1
*
Reapply r237539 with a fix for the Chromium build.
James Molloy
2015-05-20
1
-2
/
+9
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
2
-3
/
+3
*
Dereferenceable, dereferenceable_or_null metadata for loads
Sanjoy Das
2015-05-19
1
-0
/
+13
*
Exploit dereferenceable_or_null attribute in LICM pass
Sanjoy Das
2015-05-18
1
-17
/
+99
*
[ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
2015-05-18
1
-41
/
+55
*
[LoopAccesses] If shouldRetryWithRuntimeCheck, reset InterestingDependences
Adam Nemet
2015-05-18
1
-2
/
+7
*
[LoopAccesses] Rearrange printed lines in -analyze
Adam Nemet
2015-05-18
1
-4
/
+4
*
[LoopAccesses] Debug improvement
Adam Nemet
2015-05-18
1
-0
/
+1
*
Allow min/max detection to see through casts.
James Molloy
2015-05-15
1
-14
/
+56
*
[DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
James Molloy
2015-05-15
1
-2
/
+20
*
[ValueTracking] refactor: extract method haveNoCommonBitsSet
Jingyue Wu
2015-05-14
1
-0
/
+15
*
[ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Andrea Di Biagio
2015-05-14
1
-2
/
+2
*
Add llvm::all_of which wraps std::all_of.
Pete Cooper
2015-05-13
1
-5
/
+1
*
Test commit: Remove unnecessary spaces.
Teresa Johnson
2015-05-13
1
-1
/
+1
*
Constify arguments in AliasSetTracker methods. NFC
Pete Cooper
2015-05-13
1
-4
/
+5
*
Change a loop in LoopInfo to foreach. NFC
Pete Cooper
2015-05-13
1
-2
/
+2
*
Constify arguments to methods in LoopInfo. NFC
Pete Cooper
2015-05-13
1
-3
/
+3
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
5
-21
/
+15
*
Rip min/max pattern matching out of InstCombine and into
James Molloy
2015-05-11
1
-0
/
+81
*
[BasicAA] Fix zext & sext handling
Sanjoy Das
2015-05-08
1
-60
/
+199
*
Fix information loss in branch probability computation.
Diego Novillo
2015-05-07
1
-12
/
+25
*
Populate list of vectorizable functions for Accelerate library.
Michael Zolotukhin
2015-05-07
1
-4
/
+32
*
Added support for building against Android API-9 SDK
Vince Harron
2015-05-07
1
-1
/
+1
*
Allow 0-weight branches in BranchProbabilityInfo.
Diego Novillo
2015-05-06
1
-5
/
+7
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-2
/
+2
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-1
/
+2
*
Update BasicAliasAnalysis to understand that nothing aliases with undef values.
Daniel Berlin
2015-05-05
1
-0
/
+5
*
Fix -Wpessimizing-move warnings by removing std::move calls.
Richard Trieu
2015-04-30
1
-1
/
+1
*
[WinEH] Start EH preparation for 32-bit x86, it uses no arguments
Reid Kleckner
2015-04-29
1
-2
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-6
/
+6
*
Make getModRefInfo(Instruction *) not crash on certain types of instructions
Daniel Berlin
2015-04-28
1
-10
/
+13
*
Fix typo in comment.
Diego Novillo
2015-04-24
1
-1
/
+1
*
[getUnderlyingOjbects] Analyze loop PHIs further to remove false positives
Adam Nemet
2015-04-23
2
-11
/
+57
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
2
-2
/
+143
*
Fix a type mismatch assert in SCEV division
Brendon Cahoon
2015-04-22
1
-0
/
+8
*
Revamp PredIteratorCache interface to be cleaner.
Daniel Berlin
2015-04-21
1
-14
/
+11
*
Move IDF Calculation to a separate file, expose an interface to it.
Daniel Berlin
2015-04-21
2
-0
/
+96
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
Recognize n/1 in the SCEV divide function
Brendon Cahoon
2015-04-20
1
-0
/
+7
*
[LoopAccesses] Improve debug output
Adam Nemet
2015-04-17
1
-4
/
+8
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
1
-11
/
+11
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+4
*
One more -Wrange-loop-analysis cleanup.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-12
/
+10
*
Re-apply r234898 and fix tests.
Daniel Jasper
2015-04-15
1
-0
/
+8
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
[next]